[MPlayer-cvslog] CVS: main/libmpdemux stream.c,1.80,1.81
Guillaume Poirier CVS
syncmail at mplayerhq.hu
Fri Oct 14 14:41:18 CEST 2005
CVS change done by Guillaume Poirier CVS
Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var2/tmp/cvs-serv8599/libmpdemux
Modified Files:
stream.c
Log Message:
Kill a compiler warning, Patch by Zuxy Meng
Index: stream.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/stream.c,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- stream.c 13 Oct 2005 18:33:56 -0000 1.80
+++ stream.c 14 Oct 2005 12:41:15 -0000 1.81
@@ -70,7 +70,7 @@
#ifdef STREAMING_LIVE555
extern stream_info_t stream_info_sdp;
extern stream_info_t stream_info_rtsp_sip;
-#endif;
+#endif
extern stream_info_t stream_info_cue;
extern stream_info_t stream_info_null;
More information about the MPlayer-cvslog
mailing list