1
mirror of https://github.com/mpv-player/mpv synced 2025-01-09 01:36:25 +01:00

cinepak added

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4885 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2002-02-28 01:42:44 +00:00
parent e1a8082186
commit d040c950f8
2 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,7 @@ include ../config.mak
LIBNAME = libmpcodecs.a
SRCS=vd.c vd_null.c
SRCS=vd.c vd_null.c vd_cinepak.c
OBJS=$(SRCS:.c=.o)

View File

@ -25,6 +25,7 @@ extern vd_functions_t mpcodecs_vd_null;
vd_functions_t* mpcodecs_vd_drivers[] = {
&mpcodecs_vd_null,
&mpcodecs_vd_cinepak,
NULL
};