[Mplayer-cvslog] CVS: main/libmpcodecs Makefile,1.1,1.2 vd.c,1.1,1.2
Arpi of Ize
arpi at mplayer.dev.hu
Thu Feb 28 02:42:46 CET 2002
Update of /cvsroot/mplayer/main/libmpcodecs
In directory mplayer:/var/tmp.root/cvs-serv23020
Modified Files:
Makefile vd.c
Log Message:
cinepak added
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Makefile 28 Feb 2002 00:57:30 -0000 1.1
+++ Makefile 28 Feb 2002 01:42:44 -0000 1.2
@@ -3,7 +3,7 @@
LIBNAME = libmpcodecs.a
-SRCS=vd.c vd_null.c
+SRCS=vd.c vd_null.c vd_cinepak.c
OBJS=$(SRCS:.c=.o)
Index: vd.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vd.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- vd.c 28 Feb 2002 00:57:30 -0000 1.1
+++ vd.c 28 Feb 2002 01:42:44 -0000 1.2
@@ -25,6 +25,7 @@
vd_functions_t* mpcodecs_vd_drivers[] = {
&mpcodecs_vd_null,
+ &mpcodecs_vd_cinepak,
NULL
};
More information about the MPlayer-cvslog
mailing list