Преглед на файлове

MVK: use the other avcodec

Felix Paul Kühne преди 11 години
родител
ревизия
33d4173590
променени са 1 файла, в които са добавени 27 реда и са изтрити 0 реда
  1. 27 0
      MobileVLCKit/patches/0019-contrib-avcodec-use-the-other-side.patch

+ 27 - 0
MobileVLCKit/patches/0019-contrib-avcodec-use-the-other-side.patch

@@ -0,0 +1,27 @@
+From 462d2be9d8af203977ff5ebd17fcb754a5cc5810 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Felix=20Paul=20K=C3=BChne?= <fkuehne@videolan.org>
+Date: Tue, 31 Dec 2013 14:45:31 +0100
+Subject: [PATCH] contrib/avcodec: use the other side
+
+---
+ contrib/src/ffmpeg/rules.mak | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/contrib/src/ffmpeg/rules.mak b/contrib/src/ffmpeg/rules.mak
+index d908ca3..1b41466 100644
+--- a/contrib/src/ffmpeg/rules.mak
++++ b/contrib/src/ffmpeg/rules.mak
+@@ -1,8 +1,8 @@
+ # FFmpeg
+ 
+ #Uncomment the one you want
+-#USE_LIBAV ?= 1
+-USE_FFMPEG ?= 1
++USE_LIBAV ?= 1
++#USE_FFMPEG ?= 1
+ 
+ ifdef USE_FFMPEG
+ HASH=74a9c92840d3494393938874c1cdd5bdb95cc918
+-- 
+1.8.3.4 (Apple Git-47)
+