summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNicolas George <george@nsup.org>2014-02-03 09:12:27 +0100
committerNicolas George <george@nsup.org>2014-02-11 10:31:29 +0100
commit8400368f319b8d2e9bee0b6c219a15c5d2684462 (patch)
tree575e7d92d9487cfba44b1341c52800b90eafa1d5 /Makefile
parentdcda5ef1eab52a2392fd8f9ebf51a03052ddfce2 (diff)
downloadffmpeg-streaming-8400368f319b8d2e9bee0b6c219a15c5d2684462.zip
ffmpeg-streaming-8400368f319b8d2e9bee0b6c219a15c5d2684462.tar.gz
tools: add uncoded_frame test program.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7317f25..5437c0b 100644
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,7 @@ OBJS-ffmpeg += ffmpeg_opt.o ffmpeg_filter.o
OBJS-ffmpeg-$(HAVE_VDPAU_X11) += ffmpeg_vdpau.o
TESTTOOLS = audiogen videogen rotozoom tiny_psnr tiny_ssim base64
HOSTPROGS := $(TESTTOOLS:%=tests/%) doc/print_options
-TOOLS = qt-faststart trasher
+TOOLS = qt-faststart trasher uncoded_frame
TOOLS-$(CONFIG_ZLIB) += cws2fws
FFLIBS-$(CONFIG_AVDEVICE) += avdevice
@@ -61,6 +61,8 @@ $(TOOLS): %$(EXESUF): %.o $(EXEOBJS)
$(LD) $(LDFLAGS) $(LD_O) $^ $(ELIBS)
tools/cws2fws$(EXESUF): ELIBS = $(ZLIB)
+tools/uncoded_frame$(EXESUF): $(FF_DEP_LIBS)
+tools/uncoded_frame$(EXESUF): ELIBS = $(FF_EXTRALIBS)
config.h: .config
.config: $(wildcard $(FFLIBS:%=$(SRC_PATH)/lib%/all*.c))
OpenPOWER on IntegriCloud