diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-03-09 16:24:45 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-03-09 16:24:45 +0100 |
commit | 63e946726762920e35a98707034eb4c7709ce080 (patch) | |
tree | 939f688f580f8be8e55fe6659b164de64f36a905 /Makefile.am | |
parent | fd3163ff0e7f6621aae116b24fd8d6fe01af8725 (diff) | |
download | ODR-AudioEnc-63e946726762920e35a98707034eb4c7709ce080.tar.gz ODR-AudioEnc-63e946726762920e35a98707034eb4c7709ce080.tar.bz2 ODR-AudioEnc-63e946726762920e35a98707034eb4c7709ce080.zip |
remove alsa-dabplus-zmq
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 3adedd0..7b11b04 100644 --- a/Makefile.am +++ b/Makefile.am @@ -47,9 +47,6 @@ mot_encoder_CFLAGS = @MAGICKWAND_CFLAGS@ -Icontrib mot_encoder_LDADD = @MAGICKWAND_LDADD@ mot_encoder_SOURCES = mot-encoder.c contrib/lib_crc.c -alsa_dabplus_zmq_LDADD = libfdk-aac.la -lfec -lzmq -lasound -alsa_dabplus_zmq_SOURCES = alsa-dabplus-zmq.c - dabplus_zmq_LDFLAGS = -no-install dabplus_zmq_LDADD = libfdk-aac.la -lfec -lzmq -lasound \ -lrt -lboost_thread |