Typo: #ifndef -> #ifdef

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1670 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
jkeil 2001-08-23 17:37:18 +00:00
parent 4828178311
commit 41ad891868
1 changed files with 1 additions and 1 deletions

View File

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