diff options
author | Vitor Sessak <vitor1001@gmail.com> | 2008-02-15 19:33:05 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2008-02-15 19:33:05 +0000 |
commit | 8d990c19148d528625f18595a4ff46475e5c30ff (patch) | |
tree | c0209eab6dd1beb0642e975131b6ae0370fd3a7f /libavfilter/Makefile | |
parent | bb9cb87ca0695367c860018ae9c7aa076857a5b8 (diff) | |
download | ffmpeg-8d990c19148d528625f18595a4ff46475e5c30ff.tar.gz |
More targets addition
Merge of several patches in SoC, by various authors.
Originally committed as revision 11951 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavfilter/Makefile')
-rw-r--r-- | libavfilter/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile index 0043c1c9f2..0f5f741a60 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -6,18 +6,24 @@ OBJS = avfilter.o \ avfiltergraph.o \ avfiltergraphdesc.o \ defaults.o \ + formats.o \ # TODO: real conditional compilation OBJS-yes = vf_crop.o \ vf_fifo.o \ vf_fps.o \ + vf_hflip.o \ vf_negate.o \ + vf_format.o \ vf_overlay.o \ - vf_passthrough.o \ + vf_rotate.o \ vf_scale.o \ + vf_setpts.o \ vf_slicify.o \ vf_split.o \ + vf_transpose.o \ vf_vflip.o \ + avfiltergraphfile.o \ HEADERS = avfilter.h |