summaryrefslogtreecommitdiffstats
path: root/multimedia/kodi/patches/xbmc-Gotham-rtmpdump-build.patch
blob: b745a55754c79f8d87043603beeb05feefc1210e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff -Naur xbmc-Gotham_alpha9.orig/xbmc/cores/dvdplayer/DVDInputStreams/DVDInputStreamRTMP.cpp xbmc-Gotham_alpha9/xbmc/cores/dvdplayer/DVDInputStreams/DVDInputStreamRTMP.cpp
--- xbmc-Gotham_alpha9.orig/xbmc/cores/dvdplayer/DVDInputStreams/DVDInputStreamRTMP.cpp	2013-10-31 16:48:45.000000000 +0000
+++ xbmc-Gotham_alpha9/xbmc/cores/dvdplayer/DVDInputStreams/DVDInputStreamRTMP.cpp	2013-11-28 05:47:36.418763917 +0000
@@ -21,9 +21,7 @@
 #if (defined HAVE_CONFIG_H) && (!defined TARGET_WINDOWS)
   #include "config.h"
 #endif
-#ifdef TARGET_WINDOWS
 #include "system.h" // just for HAS_LIBRTMP
-#endif
 
 #ifdef HAS_LIBRTMP
 #include "settings/AdvancedSettings.h"