mirror of
https://github.com/mpv-player/mpv
synced 2025-01-29 19:22:48 +00:00
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:
parent
d25cad40a8
commit
befc74468f
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user