summaryrefslogtreecommitdiff
path: root/postproc/Makefile
diff options
context:
space:
mode:
authorNick Kurshev <nickols_k@mail.ru>2001-10-28 10:17:57 +0000
committerNick Kurshev <nickols_k@mail.ru>2001-10-28 10:17:57 +0000
commitb234ae818baabca22afed95b70fb5a3607dac0cc (patch)
treee6d21c75fdf1e015df6d17ddfe31f514d4c923ff /postproc/Makefile
parent390b20a6c9d82432a407dc38af2f0013f6c77be8 (diff)
vo_vesa: rgb2rgb support
Originally committed as revision 2505 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Diffstat (limited to 'postproc/Makefile')
-rw-r--r--postproc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/postproc/Makefile b/postproc/Makefile
index 0bf51b6ff1..8d16b53650 100644
--- a/postproc/Makefile
+++ b/postproc/Makefile
@@ -3,7 +3,7 @@ include ../config.mak
LIBNAME = libpostproc.a
-SRCS=postprocess.c swscale.c
+SRCS=postprocess.c swscale.c rgb2rgb.c
OBJS=$(SRCS:.c=.o)
CFLAGS = $(OPTFLAGS) -I. -I.. -Wall