Mercurial > mplayer.hg
changeset 21235:7c5e2e22a37e
Move contents of loader/config.h to configure/config.h, there are
multiple files by that name, this can cause problems.
author | diego |
---|---|
date | Sat, 25 Nov 2006 20:53:43 +0000 |
parents | f61fd8cc3128 |
children | 3ec5917cdae2 |
files | configure loader/config.h |
diffstat | 2 files changed, 10 insertions(+), 9 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Sat Nov 25 20:01:24 2006 +0000 +++ b/configure Sat Nov 25 20:53:43 2006 +0000 @@ -7792,6 +7792,16 @@ /* Build our Win32-loader */ $_def_win32_loader +/* some definitions for the loader */ +#ifdef DEBUG +#define TRACE printf +#define dbg_printf printf +#else +#define TRACE(...) +#define dbg_printf(...) +#endif + + /* ffmpeg's libavcodec support (requires libavcodec source) */ $_def_libavcodec $_def_libavcodec_so