aboutsummaryrefslogtreecommitdiffstats
path: root/etisnoop/Makefile
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2014-11-17 13:49:03 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2014-11-17 13:49:03 +0100
commit1653da0d76e06bdf47eda212fa0b35a620f5a982 (patch)
tree99327dd551e13b7e9ced49615d68bffda9f385be /etisnoop/Makefile
parentfbca1380e3391aa42ae454b1edc5ef18709f3955 (diff)
downloadmmbtools-aux-1653da0d76e06bdf47eda212fa0b35a620f5a982.tar.gz
mmbtools-aux-1653da0d76e06bdf47eda212fa0b35a620f5a982.tar.bz2
mmbtools-aux-1653da0d76e06bdf47eda212fa0b35a620f5a982.zip
ETISnoop correctly decode audio and write aac and wav files
Diffstat (limited to 'etisnoop/Makefile')
-rw-r--r--etisnoop/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/etisnoop/Makefile b/etisnoop/Makefile
index 2b710f3..8ea3c17 100644
--- a/etisnoop/Makefile
+++ b/etisnoop/Makefile
@@ -1,8 +1,8 @@
CC=g++
-SOURCES=etisnoop.cpp dabplussnoop.cpp lib_crc.c firecode.c faad_decoder.cpp
-HEADERS=dabplussnoop.h lib_crc.h firecode.h faad_decoder.h
+SOURCES=etisnoop.cpp dabplussnoop.cpp lib_crc.c firecode.c faad_decoder.cpp wavfile.c
+HEADERS=dabplussnoop.h lib_crc.h firecode.h faad_decoder.h wavfile.h
all: etisnoop