diff options
author | Nicolas George | 2014-02-03 09:12:27 +0100 |
---|---|---|
committer | Nicolas George | 2014-02-11 10:31:29 +0100 |
commit | 8400368f319b8d2e9bee0b6c219a15c5d2684462 (patch) | |
tree | 575e7d92d9487cfba44b1341c52800b90eafa1d5 /Makefile | |
parent | dcda5ef1eab52a2392fd8f9ebf51a03052ddfce2 (diff) |
tools: add uncoded_frame test program.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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)) |