summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/Makefile
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-07 01:39:07 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-07 01:39:07 +0000
commit0827d3b1a76f61d4ecf3d8ceac9fa158521e3c92 (patch)
tree78ede64c62ef032115393323e11c55441d0c1b30 /libmpcodecs/Makefile
parent15222e9be6f4200bedb966db3ff5cf64a1866345 (diff)
downloadmpv-0827d3b1a76f61d4ecf3d8ceac9fa158521e3c92.tar.bz2
mpv-0827d3b1a76f61d4ecf3d8ceac9fa158521e3c92.tar.xz
xanim, raw, rle added
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4970 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpcodecs/Makefile')
-rw-r--r--libmpcodecs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmpcodecs/Makefile b/libmpcodecs/Makefile
index 45ad475782..f0cce2e411 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 vd_dshow.c vd_vfw.c vd_odivx.c vd_divx4.c
+SRCS=dec_video.c vd.c vd_null.c vd_cinepak.c vd_qtrpza.c vd_ffmpeg.c vd_dshow.c vd_vfw.c vd_odivx.c vd_divx4.c vd_raw.c vd_xanim.c vd_rle.c
OBJS=$(SRCS:.c=.o)