diff options
author | anssih <anssih@svn> | 2010-06-07 15:03:59 +0000 |
---|---|---|
committer | anssih <anssih@svn> | 2010-06-07 15:03:59 +0000 |
commit | 4dd86de90ef6ce9669fc1ebf13d9a2d2fde13ebe (patch) | |
tree | 488c2c85209427c923677cdcdc15269981f36935 /guilib | |
parent | fc59a4e0a9fc9c7260a9b7519be5f0036920a05a (diff) |
fixed: make paplayer obey USE_LIBA52_DECODER and USE_LIBDTS_DECODER
Use DVDPlayerCodec instead of libdts/liba52 in paplayer when they are
disabled (default).
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30910 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'guilib')
-rw-r--r-- | guilib/system.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/guilib/system.h b/guilib/system.h index 855b907561..8e3f605c1c 100644 --- a/guilib/system.h +++ b/guilib/system.h @@ -53,8 +53,6 @@ #define HAS_JSONRPC #define HAS_HTTPAPI -#define HAS_AC3_CODEC -#define HAS_DTS_CODEC #define HAS_CDDA_RIPPER #ifdef HAVE_ASAP_CODEC #define HAS_ASAP_CODEC |