diff options
author | Vitor Sessak <vitor1001@gmail.com> | 2008-02-15 19:20:46 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2008-02-15 19:20:46 +0000 |
commit | bc305cc32b233771ab9bb7391b582cb3cc3f83e0 (patch) | |
tree | 3766ec4f708fe5b25d99daa3b5dfed4ac51ede65 /libavfilter/Makefile | |
parent | 20123584557678521906ba066e3f570d4bcca326 (diff) | |
download | ffmpeg-bc305cc32b233771ab9bb7391b582cb3cc3f83e0.tar.gz |
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
Diffstat (limited to 'libavfilter/Makefile')
-rw-r--r-- | libavfilter/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile index b27b4f14be..a7e558ceb2 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -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 |