diff postproc/Makefile @ 2504:13e1c5ab417a

vo_vesa: rgb2rgb support
author nick
date Sun, 28 Oct 2001 10:17:57 +0000
parents ec8ff6ea4af6
children ae79207a3055
line wrap: on
line diff
--- a/postproc/Makefile	Sun Oct 28 03:03:49 2001 +0000
+++ b/postproc/Makefile	Sun Oct 28 10:17:57 2001 +0000
@@ -3,7 +3,7 @@
 
 LIBNAME = libpostproc.a
 
-SRCS=postprocess.c swscale.c
+SRCS=postprocess.c swscale.c rgb2rgb.c
 OBJS=$(SRCS:.c=.o)
 
 CFLAGS  = $(OPTFLAGS) -I. -I.. -Wall