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:
parent
e1a8082186
commit
d040c950f8
@ -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)
|
||||
|
||||
|
@ -25,6 +25,7 @@ extern vd_functions_t mpcodecs_vd_null;
|
||||
|
||||
vd_functions_t* mpcodecs_vd_drivers[] = {
|
||||
&mpcodecs_vd_null,
|
||||
&mpcodecs_vd_cinepak,
|
||||
NULL
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user