diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-09-02 17:29:59 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-09-02 17:29:59 +0200 |
commit | dcef7ddfced0ff2a1ea013b30db7022bb55b2b07 (patch) | |
tree | 45c454ebaef7c2c279f47cec0581d929146cb2fe /faad_decoder.cpp | |
parent | 8823ffb8e0cd34615f44e5d241030c57a7465153 (diff) | |
download | etisnoop-dcef7ddfced0ff2a1ea013b30db7022bb55b2b07.tar.gz etisnoop-dcef7ddfced0ff2a1ea013b30db7022bb55b2b07.tar.bz2 etisnoop-dcef7ddfced0ff2a1ea013b30db7022bb55b2b07.zip |
Replace CMake by autotools
Diffstat (limited to 'faad_decoder.cpp')
-rw-r--r-- | faad_decoder.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/faad_decoder.cpp b/faad_decoder.cpp index 5489e53..73ea374 100644 --- a/faad_decoder.cpp +++ b/faad_decoder.cpp @@ -21,8 +21,10 @@ Matthias P. Braendli <matthias@mpb.li> */ -#include "faad_decoder.h" +#include "faad_decoder.hpp" +extern "C" { #include "wavfile.h" +} #include <stdio.h> #include <stdint.h> #include <stdlib.h> |