diff options
author | Max Kellermann <max@duempel.org> | 2013-04-17 22:33:59 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-04-17 22:33:59 +0200 |
commit | 257b42b87f8a8ddb50618c43da7b58c50c68779f (patch) | |
tree | efe444b256dee9119bea2c4f012760db4fdf2f59 /Makefile.am | |
parent | 31bc94160a4dc7b8749cca8c3f7b703548fcb4f4 (diff) | |
download | mpd-257b42b87f8a8ddb50618c43da7b58c50c68779f.tar.gz mpd-257b42b87f8a8ddb50618c43da7b58c50c68779f.tar.xz mpd-257b42b87f8a8ddb50618c43da7b58c50c68779f.zip |
decoder/faad: convert to C++
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index d40f92a22..8a78aa857 100644 --- a/Makefile.am +++ b/Makefile.am @@ -537,7 +537,8 @@ libdecoder_plugins_a_SOURCES += \ endif if HAVE_FAAD -libdecoder_plugins_a_SOURCES += src/decoder/faad_decoder_plugin.c +libdecoder_plugins_a_SOURCES += \ + src/decoder/FaadDecoderPlugin.cxx src/decoder/FaadDecoderPlugin.hxx endif if HAVE_XIPH |