summaryrefslogtreecommitdiffstats
path: root/extra/vlc/ffmpeg-20071204.patch
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-12 20:55:17 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-12 20:55:17 +0200
commitdefc25dcdabf43a526b607901c22ca3266a7f645 (patch)
tree24ef7bedaa3228d49d806fa046352ece8c678b77 /extra/vlc/ffmpeg-20071204.patch
parent92cef9b78ce365311f4969a4f0233416fce1f600 (diff)
downloadnutyx-pakxe-defc25dcdabf43a526b607901c22ca3266a7f645.tar.gz
nutyx-pakxe-defc25dcdabf43a526b607901c22ca3266a7f645.tar.bz2
nutyx-pakxe-defc25dcdabf43a526b607901c22ca3266a7f645.tar.xz
nutyx-pakxe-defc25dcdabf43a526b607901c22ca3266a7f645.zip
Ajout de vlc#1.0.1-1
Diffstat (limited to 'extra/vlc/ffmpeg-20071204.patch')
-rw-r--r--extra/vlc/ffmpeg-20071204.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/extra/vlc/ffmpeg-20071204.patch b/extra/vlc/ffmpeg-20071204.patch
new file mode 100644
index 000000000..97bf5d9f5
--- /dev/null
+++ b/extra/vlc/ffmpeg-20071204.patch
@@ -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;