Mercurial > mplayer.hg
diff loader/module.c @ 21290:efc774a1e5a4
fix compilation for win32 dll codec support for intel osx
| author | nplourde |
|---|---|
| date | Mon, 27 Nov 2006 02:44:06 +0000 |
| parents | a2e02e6b6379 |
| children | ea192b86100e |
line wrap: on
line diff
--- a/loader/module.c Mon Nov 27 02:20:15 2006 +0000 +++ b/loader/module.c Mon Nov 27 02:44:06 2006 +0000 @@ -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
