diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2021-12-14 01:20:52 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2021-12-14 01:22:51 +0100 |
commit | 18f7607e1bb397f67c318b964fc8060072fc2cdb (patch) | |
tree | 02040f866a5b7cbf792656e6fb43944908475cd3 /tools/Makefile | |
parent | 1478a9f83f2ccfcc58bb0bf0ce050bf4b40d1fb8 (diff) | |
download | fiv-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/Makefile | 2 |
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 |