CVS: main dec_video.c,1.33,1.34
23 Aug
2001
23 Aug
'01
1:37 p.m.
Update of /cvsroot/mplayer/main In directory mplayer:/var/tmp.root/cvs-serv9594 Modified Files: dec_video.c Log Message: Typo: #ifndef -> #ifdef Index: dec_video.c =================================================================== RCS file: /cvsroot/mplayer/main/dec_video.c,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- dec_video.c 23 Aug 2001 16:23:11 -0000 1.33 +++ dec_video.c 23 Aug 2001 17:37:18 -0000 1.34 @@ -150,7 +150,7 @@ 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;
8846
Age (days ago)
8846
Last active (days ago)
0 comments
1 participants
participants (1)
-
J�rgen Keil