Commit 127cc7cf authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Contribs: use FFmpeg by default

See #13777 (double-free in h264)
See #11510 (oma not working in libav)
See #13744 (PGS not working in libav)
See #13625 (MPJEG)
See #12945 (flv)
See H265 not working:
http://people.videolan.org/~jb/tmp/Luca/milkgirls1080p.mov-crf_26-preset_slow.mkv
parent 0f96eaaf
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
#Uncomment the one you want #Uncomment the one you want
#USE_LIBAV ?= 1 #USE_LIBAV ?= 1
#USE_FFMPEG ?= 1 USE_FFMPEG ?= 1
ifdef USE_FFMPEG ifdef USE_FFMPEG
HASH=fe47cba HASH=fe47cba
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment