--- xbmc-12.2.orig/xbmc/cores/dvdplayer/DVDStreamInfo.h	2013-05-03 07:57:41.000000000 +0200
+++ xbmc-12.2/xbmc/cores/dvdplayer/DVDStreamInfo.h	2013-07-31 13:29:19.000000000 +0200
@@ -25,7 +25,7 @@
 #endif
 #ifndef _LINUX
 enum StreamType;
-enum CodecID;
+enum AVCodecID;
 #else
 #include "DVDDemuxers/DVDDemux.h"
 extern "C" {
@@ -59,7 +59,7 @@ public:
   void Assign(const CDVDStreamInfo &right, bool withextradata);
   void Assign(const CDemuxStream &right, bool withextradata);
 
-  CodecID codec;
+  AVCodecID codec;
   StreamType type;
   bool software;  //force software decoding
 
