0011-contrib-avcodec-deploy-libav.patch 648 B

1234567891011121314151617181920212223242526
  1. From 4bc8ffe1d61a44372b90371de8e05249b216f47d Mon Sep 17 00:00:00 2001
  2. From: =?UTF-8?q?Felix=20Paul=20K=C3=BChne?= <fkuehne@videolan.org>
  3. Date: Wed, 22 Jan 2014 13:43:11 +0100
  4. Subject: [PATCH 11/18] contrib/avcodec: deploy libav
  5. ---
  6. contrib/src/ffmpeg/rules.mak | 2 +-
  7. 1 file changed, 1 insertion(+), 1 deletion(-)
  8. diff --git a/contrib/src/ffmpeg/rules.mak b/contrib/src/ffmpeg/rules.mak
  9. index 5f73239..1b3fdad 100644
  10. --- a/contrib/src/ffmpeg/rules.mak
  11. +++ b/contrib/src/ffmpeg/rules.mak
  12. @@ -1,7 +1,7 @@
  13. # FFmpeg
  14. #Uncomment the one you want
  15. -#USE_LIBAV ?= 1
  16. +USE_LIBAV ?= 1
  17. #USE_FFMPEG ?= 1
  18. ifdef USE_FFMPEG
  19. --
  20. 1.8.3.4 (Apple Git-47)