Skip to content

Commit

Permalink
avconv: split configuring filter configuration to a separate file.
Browse files Browse the repository at this point in the history
  • Loading branch information
elenril committed Aug 8, 2012
1 parent f5e6682 commit fe2147e
Show file tree
Hide file tree
Showing 4 changed files with 563 additions and 530 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading

0 comments on commit fe2147e

Please sign in to comment.