[arch-commits] CVS update of extra/multimedia/vlc (ffmpeg-20071204.patch)
Eric Belanger
eric at archlinux.org
Thu Feb 7 20:16:29 UTC 2008
Date: Thursday, February 7, 2008 @ 15:16:29
Author: eric
Path: /home/cvs-extra/extra/multimedia/vlc
Added: ffmpeg-20071204.patch (1.1)
upgpkg: vlc 0.8.6d-2
added missing patch
-----------------------+
ffmpeg-20071204.patch | 14 ++++++++++++++
1 file changed, 14 insertions(+)
Index: extra/multimedia/vlc/ffmpeg-20071204.patch
diff -u /dev/null extra/multimedia/vlc/ffmpeg-20071204.patch:1.1
--- /dev/null Thu Feb 7 15:16:29 2008
+++ extra/multimedia/vlc/ffmpeg-20071204.patch Thu Feb 7 15:16:29 2008
@@ -0,0 +1,14 @@
+--- a/modules/codec/ffmpeg/mux.c
++++ b/modules/codec/ffmpeg/mux.c
+@@ -133,7 +133,11 @@ int E_(OpenMux)( vlc_object_t *p_this )
+ return VLC_EGENERIC;
+ }
+
++#if LIBAVFORMAT_VERSION_INT >= ((52<<16)+(0<<8)+0)
++ p_sys->oc->pb = &p_sys->io;
++#else
+ p_sys->oc->pb = p_sys->io;
++#endif
+ p_sys->oc->nb_streams = 0;
+
+ p_sys->b_write_header = VLC_TRUE;
More information about the arch-commits
mailing list