diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-08-02 08:24:02 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-08-08 11:11:52 +0200 |
commit | fe2147e93612cdcb4101b3b087f9a9f1835dba11 (patch) | |
tree | 7ba59e2721e978291fe317275f9b93549e58d679 /Makefile | |
parent | f5e668273a0c3ee439b3df41c7555fd3b77f6035 (diff) | |
download | ffmpeg-streaming-fe2147e93612cdcb4101b3b087f9a9f1835dba11.zip ffmpeg-streaming-fe2147e93612cdcb4101b3b087f9a9f1835dba11.tar.gz |
avconv: split configuring filter configuration to a separate file.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -60,7 +60,7 @@ PROGS-$(CONFIG_AVSERVER) += avserver PROGS := $(PROGS-yes:%=%$(EXESUF)) OBJS = cmdutils.o -OBJS-avconv = avconv_opt.o +OBJS-avconv = avconv_opt.o avconv_filter.o TESTTOOLS = audiogen videogen rotozoom tiny_psnr base64 HOSTPROGS := $(TESTTOOLS:%=tests/%) doc/print_options TOOLS = qt-faststart trasher |