# HG changeset patch # User nick # Date 1004264277 0 # Node ID 7fc045e7a92476f25c7c079259b181907eca5db1 # Parent 8b7772ef26a03c2973b65d49bce903dfc51a1b48 vo_vesa: rgb2rgb support diff -r 8b7772ef26a0 -r 7fc045e7a924 libpostproc/Makefile --- a/libpostproc/Makefile Sat Oct 27 13:34:10 2001 +0000 +++ b/libpostproc/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