Mercurial > mplayer.hg
diff loader/dmo/DMO_AudioDecoder.c @ 23429:450bb2a75cba
Get rid of superfluous NOAVIFILE_HEADERS #define, it was always enabled and
cluttered the code. Blessed by Reimar.
| author | diego |
|---|---|
| date | Sat, 02 Jun 2007 12:26:27 +0000 |
| parents | b99edbf76db4 |
| children | 2c8cdb9123b8 |
line wrap: on
line diff
--- a/loader/dmo/DMO_AudioDecoder.c Sat Jun 02 12:24:35 2007 +0000 +++ b/loader/dmo/DMO_AudioDecoder.c Sat Jun 02 12:26:27 2007 +0000 @@ -5,15 +5,10 @@ *********************************************************/ #include "config.h" -#ifndef NOAVIFILE_HEADERS -#include "audiodecoder.h" -#include "except.h" -#else #include "dshow/libwin32.h" #ifdef WIN32_LOADER #include "ldt_keeper.h" #endif -#endif #include "DMO_Filter.h" #include "DMO_AudioDecoder.h"
