From 18f7607e1bb397f67c318b964fc8060072fc2cdb Mon Sep 17 00:00:00 2001 From: Přemysl Eric Janouch Date: Tue, 14 Dec 2021 01:20:52 +0100 Subject: Add a most basic tool to inspect ISO BMFF files This can be massively extended. --- tools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/Makefile') diff --git a/tools/Makefile b/tools/Makefile index 792d0b2..a95b2d9 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -5,7 +5,7 @@ CFLAGS = -g -O2 -Wall -Wextra `pkg-config --cflags $(deps)` LDLIBS = -ljq `pkg-config --libs $(deps)` deps = libpng -targets = pnginfo jpeginfo tiffinfo webpinfo +targets = pnginfo jpeginfo tiffinfo webpinfo bmffinfo all: $(targets) $(targets): info.h -- cgit v1.2.3-54-g00ecf