Mercurial > mplayer.hg
comparison configure @ 21249:e181136346c8
Revert r21251 (moving loader/config.h contents to main config.h).
There are #ifdef TRACE tests in libav* and defining TRACE in toplevel
config.h breaks things.
author | uau |
---|---|
date | Sun, 26 Nov 2006 13:17:50 +0000 |
parents | 914a7d3df7ac |
children | cc1d070fda33 |
comparison
equal
deleted
inserted
replaced
21248:2de480457872 | 21249:e181136346c8 |
---|---|
7790 $_def_macosx_corevideo | 7790 $_def_macosx_corevideo |
7791 | 7791 |
7792 /* Build our Win32-loader */ | 7792 /* Build our Win32-loader */ |
7793 $_def_win32_loader | 7793 $_def_win32_loader |
7794 | 7794 |
7795 /* some definitions for the loader */ | |
7796 #ifdef DEBUG | |
7797 #define TRACE printf | |
7798 #define dbg_printf printf | |
7799 #else | |
7800 #define TRACE(...) | |
7801 #define dbg_printf(...) | |
7802 #endif | |
7803 | |
7804 | |
7805 /* ffmpeg's libavcodec support (requires libavcodec source) */ | 7795 /* ffmpeg's libavcodec support (requires libavcodec source) */ |
7806 $_def_libavcodec | 7796 $_def_libavcodec |
7807 $_def_libavcodec_so | 7797 $_def_libavcodec_so |
7808 $_def_lavc_dsputil | 7798 $_def_lavc_dsputil |
7809 $_def_libavcodec_mpegaudio_hp | 7799 $_def_libavcodec_mpegaudio_hp |