diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-03-14 20:08:50 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-03-20 07:10:06 +0100 |
commit | 0d0b81f941a2d5011bec754ba48e84a479306661 (patch) | |
tree | 9eb0c695437602273a1b36d5c31ebc3a080ff707 /Makefile | |
parent | 4fea8959d8f8719fa33ea30a5cfc98338aae0af2 (diff) | |
download | ffmpeg-streaming-0d0b81f941a2d5011bec754ba48e84a479306661.zip ffmpeg-streaming-0d0b81f941a2d5011bec754ba48e84a479306661.tar.gz |
Generate manpages for AV{Format,Codec}Context AVOptions.
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 = $(PROGS-yes:%=%.o) cmdutils.o TESTTOOLS = audiogen videogen rotozoom tiny_psnr base64 -HOSTPROGS := $(TESTTOOLS:%=tests/%) +HOSTPROGS := $(TESTTOOLS:%=tests/%) doc/print_options TOOLS = qt-faststart trasher TOOLS-$(CONFIG_ZLIB) += cws2fws |