From 15f52e50fe37bdc8778f3f6097ba343c871ec228 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Mon, 15 Oct 2012 12:17:15 +0200 Subject: tools: add ffescape utility --- libavutil/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavutil') diff --git a/libavutil/Makefile b/libavutil/Makefile index a67cb537a2..2cf0174697 100644 --- a/libavutil/Makefile +++ b/libavutil/Makefile @@ -131,6 +131,6 @@ TESTPROGS = adler32 \ TESTPROGS-$(HAVE_LZO1X_999_COMPRESS) += lzo -TOOLS = ffeval +TOOLS = ffeval ffescape $(SUBDIR)lzo-test$(EXESUF): ELIBS = -llzo2 -- cgit v1.2.3