diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-08-01 18:23:12 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-08-08 11:10:06 +0200 |
commit | f5e668273a0c3ee439b3df41c7555fd3b77f6035 (patch) | |
tree | 13af23cc975188677663dbbd6510170873c2b7e9 /Makefile | |
parent | 8f2aa89a5d4e0bc530af7dc7b4d9e9b2d61f7feb (diff) | |
download | ffmpeg-f5e668273a0c3ee439b3df41c7555fd3b77f6035.tar.gz |
avconv: split option parsing into a separate file.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -60,6 +60,7 @@ PROGS-$(CONFIG_AVSERVER) += avserver PROGS := $(PROGS-yes:%=%$(EXESUF)) OBJS = cmdutils.o +OBJS-avconv = avconv_opt.o TESTTOOLS = audiogen videogen rotozoom tiny_psnr base64 HOSTPROGS := $(TESTTOOLS:%=tests/%) doc/print_options TOOLS = qt-faststart trasher |