diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2022-10-03 21:06:48 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2022-10-03 21:06:48 +0200 |
commit | 230f717a30b1f9a6e2f04bf1b8dc363d793cc86c (patch) | |
tree | 2110d46dcbc3b993f4ddea8b58b22dbc4d9f807f /Makefile.am | |
parent | 99700e33bbeaeba9a1a670eb23e3bc2d8114edaf (diff) | |
download | etisnoop-230f717a30b1f9a6e2f04bf1b8dc363d793cc86c.tar.gz etisnoop-230f717a30b1f9a6e2f04bf1b8dc363d793cc86c.tar.bz2 etisnoop-230f717a30b1f9a6e2f04bf1b8dc363d793cc86c.zip |
Try to decode ODR-DabMux watermark
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index e10b8e8..38b9cf5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -51,7 +51,7 @@ etisnoop_SOURCES = src/dabplussnoop.cpp src/dabplussnoop.hpp \ src/rsdecoder.cpp src/rsdecoder.hpp \ src/tables.cpp src/tables.hpp \ src/utils.cpp src/utils.hpp \ - src/watermarkdecoder.hpp \ + src/watermarkdecoder.hpp src/watermarkdecoder.cpp \ src/wavfile.c src/wavfile.h \ src/fec/char.h \ src/fec/decode_rs_char.c src/fec/decode_rs.h \ |