summaryrefslogtreecommitdiffstats
path: root/loader/module.c
diff options
context:
space:
mode:
authornplourde <nplourde@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-27 02:44:06 +0000
committernplourde <nplourde@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-27 02:44:06 +0000
commitfc59977ac98900f763e1151bfce410c6b3d0c85b (patch)
treedfc65c5bc4d33e335fcef43afd05eb16b858e2d0 /loader/module.c
parentd4e86e6a118caa64353991a399962ae58c3a901d (diff)
downloadmpv-fc59977ac98900f763e1151bfce410c6b3d0c85b.tar.bz2
mpv-fc59977ac98900f763e1151bfce410c6b3d0c85b.tar.xz
fix compilation for win32 dll codec support for intel osx
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21306 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'loader/module.c')
-rw-r--r--loader/module.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/loader/module.c b/loader/module.c
index 9ab8fa66ec..bf0c385e30 100644
--- a/loader/module.c
+++ b/loader/module.c
@@ -10,7 +10,9 @@
*/
// define for quicktime calls debugging and/or MacOS-level emulation:
+#ifndef __APPLE__
#define EMU_QTX_API
+#endif /* __APPLE__ */
// define for quicktime debugging (verbose logging):
//#define DEBUG_QTX_API