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, 0 insertions, 14 deletions
diff --git a/multimedia/xbmc/patches/0003-makefile-include.patch b/multimedia/xbmc/patches/0003-makefile-include.patch
deleted file mode 100644
index d3687e640a..0000000000
--- a/multimedia/xbmc/patches/0003-makefile-include.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- 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