0019-contrib-avcodec-use-the-other-side.patch 716 B

12345678910111213141516171819202122232425262728
  1. From 462d2be9d8af203977ff5ebd17fcb754a5cc5810 Mon Sep 17 00:00:00 2001
  2. From: =?UTF-8?q?Felix=20Paul=20K=C3=BChne?= <fkuehne@videolan.org>
  3. Date: Tue, 31 Dec 2013 14:45:31 +0100
  4. Subject: [PATCH] contrib/avcodec: use the other side
  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 d908ca3..1b41466 100644
  10. --- a/contrib/src/ffmpeg/rules.mak
  11. +++ b/contrib/src/ffmpeg/rules.mak
  12. @@ -1,8 +1,8 @@
  13. # FFmpeg
  14. #Uncomment the one you want
  15. -#USE_LIBAV ?= 1
  16. -USE_FFMPEG ?= 1
  17. +USE_LIBAV ?= 1
  18. +#USE_FFMPEG ?= 1
  19. ifdef USE_FFMPEG
  20. HASH=74a9c92840d3494393938874c1cdd5bdb95cc918
  21. --
  22. 1.8.3.4 (Apple Git-47)