aboutsummaryrefslogtreecommitdiffstats
path: root/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
commitc619de03546ac1d5b562350891302e7e010407a8 (patch)
tree54c7f2040d99d6d4ee889f7fbc7eb81f351bfbef /Makefile
parent90e2e9e59dd38d075c6f95629f1087e24954a327 (diff)
downloadetisnoop-c619de03546ac1d5b562350891302e7e010407a8.tar.gz
etisnoop-c619de03546ac1d5b562350891302e7e010407a8.tar.bz2
etisnoop-c619de03546ac1d5b562350891302e7e010407a8.zip
ETISnoop correctly decode audio and write aac and wav files
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 2b710f3..8ea3c17 100644
--- a/Makefile
+++ b/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