summaryrefslogtreecommitdiffstats
path: root/multimedia/xbmc/patches/0003-makefile-include.patch
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/xbmc/patches/0003-makefile-include.patch')
-rw-r--r--multimedia/xbmc/patches/0003-makefile-include.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/multimedia/xbmc/patches/0003-makefile-include.patch b/multimedia/xbmc/patches/0003-makefile-include.patch
new file mode 100644
index 0000000000..d3687e640a
--- /dev/null
+++ b/multimedia/xbmc/patches/0003-makefile-include.patch
@@ -0,0 +1,14 @@
+--- a/Makefile.include.in 2014-03-16 15:34:08.479015885 -0500
++++ b/Makefile.include.in 2014-03-16 18:58:00.770693019 -0500
+@@ -58,6 +58,11 @@
+ @SDL_DEFINES@ \
+ @DEFS@ \
+
++ifeq (@USE_EXTERNAL_FFMPEG@,1)
++ DEFINES+=-DUSE_EXTERNAL_FFMPEG \
++
++endif
++
+ ifeq ($(findstring osx,$(ARCH)), osx)
+ INCLUDES+=-I@abs_top_srcdir@/xbmc/osx
+ endif