mirror of
https://github.com/mpv-player/mpv
synced 2024-12-30 02:52:10 +00:00
Typo: #ifndef -> #ifdef
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1670 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
4828178311
commit
41ad891868
@ -150,7 +150,7 @@ int uninit_video(sh_video_t *sh_video){
|
||||
mp_msg(MSGT_DECVIDEO,MSGL_ERR, "could not close codec\n");
|
||||
break;
|
||||
#endif
|
||||
#ifndef USE_DIRECTSHOW
|
||||
#ifdef USE_DIRECTSHOW
|
||||
case VFM_DSHOW: // Win32/DirectShow
|
||||
DS_VideoDecoder_Close();
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user