]> git.pld-linux.org Git - packages/vlc.git/commitdiff
- build with recent ffmpeg
authorPatryk Zawadzki <patrys@room-303.com>
Wed, 13 Feb 2008 13:54:26 +0000 (13:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    vlc-ffmpeg.patch -> 1.1

vlc-ffmpeg.patch [new file with mode: 0644]

diff --git a/vlc-ffmpeg.patch b/vlc-ffmpeg.patch
new file mode 100644 (file)
index 0000000..619532d
--- /dev/null
@@ -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;
This page took 0.039366 seconds and 4 git commands to generate.