aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2022-10-03 21:06:48 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2022-10-03 21:06:48 +0200
commit230f717a30b1f9a6e2f04bf1b8dc363d793cc86c (patch)
tree2110d46dcbc3b993f4ddea8b58b22dbc4d9f807f /Makefile.am
parent99700e33bbeaeba9a1a670eb23e3bc2d8114edaf (diff)
downloadetisnoop-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.am2
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 \