blob: 35d4d6db4fd76e0b6f92cdd40152aad4c099700c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
diff -Naur xbmc-pvr-addons-12.0-Frodo.orig/addons/pvr.hts/src/client.h xbmc-pvr-addons-12.0-Frodo/addons/pvr.hts/src/client.h
--- xbmc-pvr-addons-12.0-Frodo.orig/addons/pvr.hts/src/client.h 2013-01-19 01:40:32.000000000 +0000
+++ xbmc-pvr-addons-12.0-Frodo/addons/pvr.hts/src/client.h 2013-11-12 01:35:15.818543473 +0000
@@ -26,6 +26,10 @@
#include "libXBMC_gui.h"
#include "avcodec.h"
+#if !defined (CodecID)
+#define CodecID AVCodecID
+#endif
+
#define DEFAULT_HOST "127.0.0.1"
#define DEFAULT_HTTP_PORT 9981
#define DEFAULT_HTSP_PORT 9982
|