0009-contrib-avcodec-enforce-use-of-FFmpeg.patch 913 B

123456789101112131415161718192021222324252627282930
  1. From 2032d63f799351c0a1607f767563daa9c8c2950d Mon Sep 17 00:00:00 2001
  2. From: =?UTF-8?q?Felix=20Paul=20K=C3=83=C2=BChne?= <fkuehne@videolan.org>
  3. Date: Tue, 12 Jul 2016 13:50:54 +0200
  4. Subject: [PATCH 09/16] contrib/avcodec: enforce use of FFmpeg
  5. ---
  6. contrib/src/ffmpeg/rules.mak | 4 ++--
  7. 1 file changed, 2 insertions(+), 2 deletions(-)
  8. diff --git a/contrib/src/ffmpeg/rules.mak b/contrib/src/ffmpeg/rules.mak
  9. index 5725e8f11e..5ee8a6896a 100644
  10. --- a/contrib/src/ffmpeg/rules.mak
  11. +++ b/contrib/src/ffmpeg/rules.mak
  12. @@ -2,10 +2,10 @@
  13. #Uncomment the one you want
  14. #USE_LIBAV ?= 1
  15. -#USE_FFMPEG ?= 1
  16. +USE_FFMPEG ?= 1
  17. ifdef USE_FFMPEG
  18. -FFMPEG_HASH=0768aaec1d683226e613e692080a588359c31334
  19. +FFMPEG_HASH=911417f0b34e611bf084319c5b5a4e4e630da940
  20. FFMPEG_SNAPURL := http://git.videolan.org/?p=ffmpeg.git;a=snapshot;h=$(FFMPEG_HASH);sf=tgz
  21. FFMPEG_GITURL := http://git.videolan.org/git/ffmpeg.git
  22. else
  23. --
  24. 2.11.0