Get rid of superfluous NOAVIFILE_HEADERS #define, it was always enabled and

cluttered the code. Blessed by Reimar.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23447 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-06-02 12:26:27 +00:00
parent 09ea65448e
commit 4f88dffa13
6 changed files with 1 additions and 39 deletions

View File

@ -2,7 +2,7 @@ include ../config.mak
LIBNAME_COMMON = libloader.a
CFLAGS= -D__WINE__ -DNOAVIFILE_HEADERS
CFLAGS= -D__WINE__
#CFLAGS+=-Ddbg_printf=__vprintf -DTRACE=__vprintf -DDETAILED_OUT
SRCS_COMMON = driver.c afl.c vfl.c

View File

@ -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"

View File

@ -12,11 +12,7 @@
#include "../ldt_keeper.h"
#endif
#ifndef NOAVIFILE_HEADERS
#include "videodecoder.h"
#else
#include "dshow/libwin32.h"
#endif
#include "DMO_Filter.h"
#include "DMO_VideoDecoder.h"
@ -39,12 +35,6 @@ struct _DMO_VideoDecoder
#include "../wine/winerror.h"
#ifndef NOAVIFILE_HEADERS
#define VFW_E_NOT_RUNNING 0x80040226
#include "fourcc.h"
#include "except.h"
#endif
#include <unistd.h>
#include <fcntl.h>
#include <errno.h>

View File

@ -6,12 +6,7 @@
*********************************************************/
#include "config.h"
#ifndef NOAVIFILE_HEADERS
#include "audiodecoder.h"
#include "except.h"
#else
#include "libwin32.h"
#endif
#include "DS_Filter.h"

View File

@ -8,12 +8,7 @@
#include "guids.h"
#include "interfaces.h"
#include "registry.h"
#ifndef NOAVIFILE_HEADERS
#include "videodecoder.h"
#else
#include "libwin32.h"
#endif
#include "DS_Filter.h"
struct _DS_VideoDecoder
@ -40,12 +35,6 @@ static SampleProcUserData sampleProcData;
#include "../ldt_keeper.h"
#endif
#ifndef NOAVIFILE_HEADERS
#define VFW_E_NOT_RUNNING 0x80040226
#include "fourcc.h"
#include "except.h"
#endif
#include <unistd.h>
#include <fcntl.h>
#include <errno.h>

View File

@ -24,14 +24,7 @@
#include "mp_msg.h"
#include "wine/winerror.h"
#include "com.h"
#ifndef NOAVIFILE_HEADERS
#include "audiodecoder.h"
#include "except.h"
#else
#include "libwin32.h"
#endif
void DisplayMediaType(const char * label,const AM_MEDIA_TYPE* pmt){
WAVEFORMATEX* pWF;