[vlc-devel] [PATCH] Use FFmpeg for contribs packages.

Rafaël Carré funman at videolan.org
Mon Mar 12 17:35:57 CET 2012


Ticket #6180 is fixed in FFmpeg but not Libav.
There might be future bugs present in Libav but not in FFmpeg.
The reverse is less likely, since FFmpeg regularly merges Libav fixes.
---
Note: I would prefer if you push it yourself.

Note sure if we need to wait for the opinion of other devs since it's an
annoying issue and a few people care.

 contrib/src/ffmpeg/rules.mak |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/contrib/src/ffmpeg/rules.mak b/contrib/src/ffmpeg/rules.mak
index 2097ff8..e20c3f1 100644
--- a/contrib/src/ffmpeg/rules.mak
+++ b/contrib/src/ffmpeg/rules.mak
@@ -1,7 +1,7 @@
 # FFmpeg
 
-#FFMPEG_SNAPURL := http://git.videolan.org/?p=ffmpeg.git;a=snapshot;h=HEAD;sf=tgz
-FFMPEG_SNAPURL := http://git.libav.org/?p=libav.git;a=snapshot;h=HEAD;sf=tgz
+FFMPEG_SNAPURL := http://git.videolan.org/?p=ffmpeg.git;a=snapshot;h=HEAD;sf=tgz
+#FFMPEG_SNAPURL := http://git.libav.org/?p=libav.git;a=snapshot;h=HEAD;sf=tgz
 
 FFMPEGCONF = \
 	--cc="$(CC)" \
-- 
1.7.9.1



More information about the vlc-devel mailing list