summaryrefslogtreecommitdiffstats
path: root/postproc/Makefile
diff options
context:
space:
mode:
authornick <nick@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-28 10:17:57 +0000
committernick <nick@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-28 10:17:57 +0000
commitd6bed371d7742c5f9a3f934540212875d0e3bc4c (patch)
treebb6247639ac56326a4232fe325e646132755c01c /postproc/Makefile
parent8bf53f6ddb006195ab10d918d5395e5b0e1eacbd (diff)
downloadmpv-d6bed371d7742c5f9a3f934540212875d0e3bc4c.tar.bz2
mpv-d6bed371d7742c5f9a3f934540212875d0e3bc4c.tar.xz
vo_vesa: rgb2rgb support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2505 b3059339-0415-0410-9bf9-f77b7e298cf2
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