diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-11-17 13:49:03 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-11-17 13:49:03 +0100 |
commit | c619de03546ac1d5b562350891302e7e010407a8 (patch) | |
tree | 54c7f2040d99d6d4ee889f7fbc7eb81f351bfbef /Makefile | |
parent | 90e2e9e59dd38d075c6f95629f1087e24954a327 (diff) | |
download | etisnoop-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-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |