aboutsummaryrefslogtreecommitdiff
path: root/lib/DllVorbisfile.h
diff options
context:
space:
mode:
authorS. Davilla <davilla@4pi.com>2011-03-23 14:26:25 -0400
committerS. Davilla <davilla@4pi.com>2011-03-23 14:26:25 -0400
commit4b93a65dedd9ba459ac45d92ae6c7dbeb1ed4a1e (patch)
tree65099a79420f92f055fb2fd1d7be3f348b80c80f /lib/DllVorbisfile.h
parent5886c7f730ac0d60d7d19a7f7dc5a701782aa985 (diff)
[osx/ios] changed libmodplug, libmad, libogg, libvorbis, libvorbisfile, libvorbisenc from static links to xbmc binary to dyloaded/unloaded on demand.
Diffstat (limited to 'lib/DllVorbisfile.h')
-rw-r--r--lib/DllVorbisfile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/DllVorbisfile.h b/lib/DllVorbisfile.h
index a287d6eea2..0fd03332cf 100644
--- a/lib/DllVorbisfile.h
+++ b/lib/DllVorbisfile.h
@@ -24,7 +24,7 @@
#if (defined HAVE_CONFIG_H) && (!defined WIN32)
#include "config.h"
#endif
-#if defined(_LINUX) && !defined(__APPLE__) || defined(WIN32)
+#if defined(_LINUX) || defined(__APPLE__) || defined(WIN32)
#include <vorbis/vorbisfile.h>
#include "utils/log.h"
#else