]> git.pld-linux.org Git - packages/deadbeef.git/commitdiff
- I bet it was meant to be size of struct, not a pointer to it
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 30 Jun 2011 17:22:57 +0000 (17:22 +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.4

deadbeef-ffmpeg-0.8.patch

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