0010-contrib-avcodec-deploy-libav.patch 646 B

1234567891011121314151617181920212223242526
  1. From db3069eed9e1a5ba61e231dbe0c99d12c280f3be 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 10/20] 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 65d9cb8..107e104 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.9.3 (Apple Git-50)