[Mplayer-cvslog] CVS: main/libmpcodecs/native nuppelvideo.c,1.7,1.8
pl
pl at mplayerhq.hu
Thu May 30 13:57:02 CEST 2002
- Previous message: [Mplayer-cvslog] CVS: main/libao2 ao_pcm.c,1.6,1.7 ao_plugin.c,1.17,1.18 pl_delay.c,1.4,1.5 pl_format.c,1.4,1.5 pl_surround.c,1.10,1.11
- Next message: [Mplayer-cvslog] CVS: main/libvo vo_mpegpes.c,1.31,1.32
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main/libmpcodecs/native
In directory mail:/var/tmp.root/cvs-serv10819
Modified Files:
nuppelvideo.c
Log Message:
warning fix (strings.h > string.h)
Index: nuppelvideo.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/native/nuppelvideo.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- nuppelvideo.c 20 May 2002 00:06:29 -0000 1.7
+++ nuppelvideo.c 30 May 2002 11:56:59 -0000 1.8
@@ -9,7 +9,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
-#include <strings.h>
+#include <string.h>
#include "config.h"
#include "mp_msg.h"
- Previous message: [Mplayer-cvslog] CVS: main/libao2 ao_pcm.c,1.6,1.7 ao_plugin.c,1.17,1.18 pl_delay.c,1.4,1.5 pl_format.c,1.4,1.5 pl_surround.c,1.10,1.11
- Next message: [Mplayer-cvslog] CVS: main/libvo vo_mpegpes.c,1.31,1.32
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list