]> git.pld-linux.org Git - packages/deadbeef.git/commitdiff
- av_register_protocol2 has now second argument
authorlisu <lisu@pld-linux.org>
Thu, 30 Jun 2011 08:32:50 +0000 (08:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    deadbeef-ffmpeg-0.8.patch -> 1.3

deadbeef-ffmpeg-0.8.patch

index a87c3d1acc4dc0ff7ab3930c1d908c2c1998841b..bfaffc22e3b00207855aa85ad53f75c7c8e2d2d7 100644 (file)
@@ -23,7 +23,7 @@
      avcodec_init ();
      av_register_all ();
 -    av_register_protocol (&vfswrapper);
      avcodec_init ();
      av_register_all ();
 -    av_register_protocol (&vfswrapper);
-+    av_register_protocol2 (&vfswrapper);
++    av_register_protocol2 (&vfswrapper, sizeof(&vfswrapper));
      return 0;
  }
  
      return 0;
  }
  
This page took 0.081179 seconds and 4 git commands to generate.