[FFmpeg-soc] [soc]: r345 - libavfilter/Makefile
koorogi
subversion at mplayerhq.hu
Sun Jul 8 18:18:05 CEST 2007
Author: koorogi
Date: Sun Jul 8 18:18:05 2007
New Revision: 345
Log:
Fix makefile typo
Modified:
libavfilter/Makefile
Modified: libavfilter/Makefile
==============================================================================
--- libavfilter/Makefile (original)
+++ libavfilter/Makefile Sun Jul 8 18:18:05 2007
@@ -8,7 +8,7 @@ OBJECTS = avfilter.o \
vo_sdl.o \
vf_crop.o \
vf_passthrough.o \
- vf_rgb2bgr \
+ vf_rgb2bgr.o \
vf_slicify.o \
all: filter_test
More information about the FFmpeg-soc
mailing list