summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/Makefile
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-02 22:08:19 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-02 22:08:19 +0000
commit0fdb53c942f0c9ed3191be60dd792e7cf74581b9 (patch)
tree439f749bfdee50d52ac75c9443674fa6ebcf5c11 /libmpcodecs/Makefile
parent3d61c6346f0739823f03664611559bf367d5c05b (diff)
downloadmpv-0fdb53c942f0c9ed3191be60dd792e7cf74581b9.tar.bz2
mpv-0fdb53c942f0c9ed3191be60dd792e7cf74581b9.tar.xz
Qt RPZA decoder interface by Roberto Togni <rtogni@bresciaonline.it>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4916 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 6b52faa8c5..f6c5565895 100644
--- a/libmpcodecs/Makefile
+++ b/libmpcodecs/Makefile
@@ -3,7 +3,7 @@ include ../config.mak
LIBNAME = libmpcodecs.a
-SRCS=vd.c vd_null.c vd_cinepak.c dec_video.c
+SRCS=dec_video.c vd.c vd_null.c vd_cinepak.c vd_qtrpza.c
OBJS=$(SRCS:.c=.o)