summaryrefslogtreecommitdiffstats
path: root/extra/vlc/ffmpeg-20071204.patch
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-02-06 19:01:55 +0100
committertnut <thierryn1 at hispeed dot ch>2010-02-06 19:01:55 +0100
commita8d803ef557c40102c01dc11c0f21b99534c5841 (patch)
tree7250ea5df8c297e858ed8cd0947265e67e409fe4 /extra/vlc/ffmpeg-20071204.patch
parent18f826921325fd8dc0a3bf6585ae1d55c25f68d8 (diff)
downloadnutyx-pakxe-a8d803ef557c40102c01dc11c0f21b99534c5841.tar.gz
nutyx-pakxe-a8d803ef557c40102c01dc11c0f21b99534c5841.tar.bz2
nutyx-pakxe-a8d803ef557c40102c01dc11c0f21b99534c5841.tar.xz
nutyx-pakxe-a8d803ef557c40102c01dc11c0f21b99534c5841.zip
vlc, maj des dépendances
Diffstat (limited to 'extra/vlc/ffmpeg-20071204.patch')
-rw-r--r--extra/vlc/ffmpeg-20071204.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/extra/vlc/ffmpeg-20071204.patch b/extra/vlc/ffmpeg-20071204.patch
deleted file mode 100644
index 97bf5d9f5..000000000
--- a/extra/vlc/ffmpeg-20071204.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- 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;