diff options
author | wiso <wiso@svn> | 2010-06-30 12:12:30 +0000 |
---|---|---|
committer | wiso <wiso@svn> | 2010-06-30 12:12:30 +0000 |
commit | 060862ad93ae5ff0977d95f644d699492a6de9bc (patch) | |
tree | 3aea3a5351723de280c0cfcac3b748339ba42706 /guilib | |
parent | 58452c320e1ce8caea700f8996df213a02eb7885 (diff) |
[WIN32] build XBMC with librtmp support
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31519 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'guilib')
-rw-r--r-- | guilib/system.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/guilib/system.h b/guilib/system.h index 560778de72..70467da782 100644 --- a/guilib/system.h +++ b/guilib/system.h @@ -98,6 +98,7 @@ #define USE_LIBA52_DECODER #define USE_LIBDTS_DECODER #define HAS_AC3_CDDA_CODEC +#define HAS_LIBRTMP #endif /***************** |