using dshow headers from dshow/ instead of c++ version

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3948 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2002-01-02 17:11:49 +00:00
parent d25cad40a8
commit befc74468f
2 changed files with 4 additions and 4 deletions

View File

@ -62,8 +62,8 @@ int fakemono=0;
#endif
#ifdef USE_DIRECTSHOW
#include "loader/DirectShow/DS_AudioDec.h"
static void* ds_adec=NULL;
#include "loader/dshow/DS_AudioDecoder.h"
static DS_AudioDecoder* ds_adec=NULL;
#endif
#ifdef HAVE_OGGVORBIS

View File

@ -55,8 +55,8 @@ extern picture_t *picture; // exported from libmpeg2/decode.c
int divx_quality=0;
#ifdef USE_DIRECTSHOW
#include "loader/DirectShow/DS_VideoDec.h"
static void* ds_vdec=NULL;
#include "loader/dshow/DS_VideoDecoder.h"
static DS_VideoDecoder* ds_vdec=NULL;
#endif
#ifdef USE_LIBAVCODEC