diff options
author | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-03-06 22:03:46 +0000 |
---|---|---|
committer | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-03-06 22:03:46 +0000 |
commit | 233da95fea76a807830f590b37affc3868f3c393 (patch) | |
tree | 014b4ec5c0a61c972814583ee44e4104780c8b62 /libmpcodecs/Makefile | |
parent | f180847af72a028ce0f8220ec4f7de296e569383 (diff) | |
download | mpv-233da95fea76a807830f590b37affc3868f3c393.tar.bz2 mpv-233da95fea76a807830f590b37affc3868f3c393.tar.xz |
vd_dshow added
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4959 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpcodecs/Makefile')
-rw-r--r-- | libmpcodecs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmpcodecs/Makefile b/libmpcodecs/Makefile index e745918269..f5c5ce510a 100644 --- a/libmpcodecs/Makefile +++ b/libmpcodecs/Makefile @@ -3,7 +3,7 @@ include ../config.mak LIBNAME = libmpcodecs.a -SRCS=dec_video.c vd.c vd_null.c vd_cinepak.c vd_qtrpza.c vd_ffmpeg.c +SRCS=dec_video.c vd.c vd_null.c vd_cinepak.c vd_qtrpza.c vd_ffmpeg.c vd_dshow.c OBJS=$(SRCS:.c=.o) |