aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2014-03-14 14:46:54 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2014-03-14 14:46:54 +0100
commitd4071f8f94856c13de826af77e98375e015c7e1f (patch)
tree816537966c9c719cf53948c370f77f116d46ed0b /configure.ac
parentc8aae2989c0b74d75f43bc08219459efbcc53d6f (diff)
downloadODR-AudioEnc-d4071f8f94856c13de826af77e98375e015c7e1f.tar.gz
ODR-AudioEnc-d4071f8f94856c13de826af77e98375e015c7e1f.tar.bz2
ODR-AudioEnc-d4071f8f94856c13de826af77e98375e015c7e1f.zip
Support libasound2 1.0.25
Because it's the one that is in debian stable right now
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1c80c78..51907c7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,7 +21,7 @@ AC_CHECK_LIB([boost_thread], [main], [], [AC_MSG_ERROR([library boost_thread is
AC_CHECK_LIB([rt], [clock_gettime], [], [AC_MSG_ERROR([library rt is missing])])
-AM_PATH_ALSA(1.0.27)
+AM_PATH_ALSA(1.0.25)
# fdk-aac-dabplus-zmq needs ZeroMQ