diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-03-07 11:07:20 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-03-07 11:07:20 +0100 |
commit | b7ac85a604c8756aad0a5cc9be3b61e943e5c220 (patch) | |
tree | d51ef37128ee6fdbd45ead6a1a77dafc373132d4 /Makefile.am | |
parent | 58d7fcd0db89cdc62e9362aa6d63c88843f2837d (diff) | |
download | ODR-AudioEnc-b7ac85a604c8756aad0a5cc9be3b61e943e5c220.tar.gz ODR-AudioEnc-b7ac85a604c8756aad0a5cc9be3b61e943e5c220.tar.bz2 ODR-AudioEnc-b7ac85a604c8756aad0a5cc9be3b61e943e5c220.zip |
fix magickwand compile flags
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index ff9e1b9..885cdcd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -43,7 +43,7 @@ aac_enc_dabplus_zmq_LDADD = libfdk-aac.la -lfec -lzmq aac_enc_dabplus_zmq_SOURCES = aac-enc-dabplus-zmq.c wavreader.c \ contrib/lib_crc.c -mot_encoder_CFLAGS = @MAGICKWAND_CPPFLAGS@ -Icontrib +mot_encoder_CFLAGS = @MAGICKWAND_CFLAGS@ -Icontrib mot_encoder_LDADD = @MAGICKWAND_LDADD@ mot_encoder_SOURCES = mot-encoder.c contrib/lib_crc.c |