[Mplayer-cvslog] CVS: main dec_video.c,1.33,1.34

Jürgen Keil jkeil at mplayer.dev.hu
Thu Aug 23 19:37:25 CEST 2001


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;




More information about the MPlayer-cvslog mailing list