diff options
author | Vitor Sessak <vitor1001@gmail.com> | 2008-02-15 19:24:25 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2008-02-15 19:24:25 +0000 |
commit | da8423231062839e90f1d6c2ad0ef95c1805600e (patch) | |
tree | 39f4ad500cfdab7f18b63bcd1cb8f8e016b4ff3f /libavfilter/Makefile | |
parent | 782e83e21b4c942137667c515a9c48b172dc06b9 (diff) | |
download | ffmpeg-da8423231062839e90f1d6c2ad0ef95c1805600e.tar.gz |
Merge of several revisions that add more targets to the
Makefile.
Commited in SoC by Bobby Bingham on sep. 2007.
Originally committed as revision 11947 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavfilter/Makefile')
-rw-r--r-- | libavfilter/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile index d3f1931806..a4cb303f60 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -4,15 +4,20 @@ CFLAGS+=-I$(SRC_PATH)/libavcodec OBJS = avfilter.o \ avfiltergraph.o \ + avfiltergraphdesc.o \ + defaults.o \ # TODO: real conditional compilation OBJS-yes = vsrc_dummy.o \ vsrc_ppm.o \ vo_sdl.o \ vf_crop.o \ + vf_fps.o \ + vf_overlay.o \ vf_passthrough.o \ vf_rgb2bgr.o \ vf_slicify.o \ + vf_vflip.o \ HEADERS = avfilter.h |