diff options
author | Paul B Mahol | 2017-06-09 13:18:31 +0200 |
---|---|---|
committer | Paul B Mahol | 2017-06-12 18:08:52 +0200 |
commit | 1a30bf60be9243830b68e8fe2e20539f08a85926 (patch) | |
tree | 098b94aa5bbc6a8386e154b8d3a9f72e8484bec6 /Makefile | |
parent | d4d1fc823f99ab9cf13067fdd31b02c2c7fc4e2b (diff) |
tools: add sofa2wavs
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -82,6 +82,7 @@ target_dec_%_fuzzer$(EXESUF): target_dec_%_fuzzer.o $(FF_DEP_LIBS) $(LD) $(LDFLAGS) $(LDEXEFLAGS) $(LD_O) $^ $(ELIBS) $(FF_EXTRALIBS) $(LIBFUZZER_PATH) tools/cws2fws$(EXESUF): ELIBS = $(ZLIB) +tools/sofa2wavs$(EXESUF): ELIBS = $(FF_EXTRALIBS) tools/uncoded_frame$(EXESUF): $(FF_DEP_LIBS) tools/uncoded_frame$(EXESUF): ELIBS = $(FF_EXTRALIBS) tools/target_dec_%_fuzzer$(EXESUF): $(FF_DEP_LIBS) |