[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
- Previous message: [Mplayer-cvslog] CVS: main/DOCS bugreports.html,1.1,1.2 cd-dvd.html,1.1,1.2 codecs.html,1.2,1.3 documentation.html,1.30,1.31 faq.html,1.3,1.4 sound.html,1.3,1.4 video.html,1.2,1.3
- Next message: [Mplayer-cvslog] CVS: main/debian rules,1.10,1.11
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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;
- Previous message: [Mplayer-cvslog] CVS: main/DOCS bugreports.html,1.1,1.2 cd-dvd.html,1.1,1.2 codecs.html,1.2,1.3 documentation.html,1.30,1.31 faq.html,1.3,1.4 sound.html,1.3,1.4 video.html,1.2,1.3
- Next message: [Mplayer-cvslog] CVS: main/debian rules,1.10,1.11
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list