aboutsummaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2021-12-14 01:20:52 +0100
committerPřemysl Eric Janouch <p@janouch.name>2021-12-14 01:22:51 +0100
commit18f7607e1bb397f67c318b964fc8060072fc2cdb (patch)
tree02040f866a5b7cbf792656e6fb43944908475cd3 /tools/Makefile
parent1478a9f83f2ccfcc58bb0bf0ce050bf4b40d1fb8 (diff)
downloadfiv-18f7607e1bb397f67c318b964fc8060072fc2cdb.tar.gz
fiv-18f7607e1bb397f67c318b964fc8060072fc2cdb.tar.xz
fiv-18f7607e1bb397f67c318b964fc8060072fc2cdb.zip
Add a most basic tool to inspect ISO BMFF files
This can be massively extended.
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile2
1 files changed, 1 insertions, 1 deletions
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