SOURCES: vlc-ffmpeg.patch (NEW) - build with recent ffmpeg
patrys
patrys at pld-linux.org
Wed Feb 13 14:54:32 CET 2008
Author: patrys Date: Wed Feb 13 13:54:32 2008 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- build with recent ffmpeg
---- Files affected:
SOURCES:
vlc-ffmpeg.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/vlc-ffmpeg.patch
diff -u /dev/null SOURCES/vlc-ffmpeg.patch:1.1
--- /dev/null Wed Feb 13 14:54:32 2008
+++ SOURCES/vlc-ffmpeg.patch Wed Feb 13 14:54:26 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 pld-cvs-commit
mailing list