mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-27 19:07:23 +08:00
Merge of several revisions adding filters
Commited in SoC by Bobby Bingham from 2007-07-06 to 2007-07-08. Originally committed as revision 11944 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -3,10 +3,14 @@ CFLAGS = -g -I../libavcodec -I../libavutil
|
||||
LIBS = ../libavcodec/libavcodec.a ../libavutil/libavutil.a -lm -lSDL
|
||||
|
||||
OBJECTS = avfilter.o \
|
||||
avfiltergraph.o \
|
||||
vsrc_dummy.o \
|
||||
vsrc_ppm.o \
|
||||
vo_sdl.o \
|
||||
vf_crop.o \
|
||||
vf_passthrough.o \
|
||||
vf_rgb2bgr.o \
|
||||
vf_slicify.o \
|
||||
|
||||
all: filter_test
|
||||
|
||||
|
Reference in New Issue
Block a user