diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-09-16 13:03:47 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-09-16 13:03:47 +0200 |
commit | 7f79cf98df18905e0240e271fc8a1df83a2a4031 (patch) | |
tree | 8471e95de8a700294612756da670bba0f0595fb0 /configure.ac | |
parent | 2fc4dad6f1cd8c2f7798822d07b6918e639ee200 (diff) | |
download | ODR-AudioEnc-7f79cf98df18905e0240e271fc8a1df83a2a4031.tar.gz ODR-AudioEnc-7f79cf98df18905e0240e271fc8a1df83a2a4031.tar.bz2 ODR-AudioEnc-7f79cf98df18905e0240e271fc8a1df83a2a4031.zip |
Remove libfec dependency
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac index dfcca2c..35bdfad 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl -*- Autoconf -*- dnl Process this file with autoconf to produce a configure script. -AC_INIT([ODR-AudioEnc], [0.1.0], [http://opendigitalradio.org/]) +AC_INIT([ODR-AudioEnc], [2.0.0], [http://opendigitalradio.org/]) AC_CONFIG_AUX_DIR(.) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([tar-ustar foreign]) @@ -26,10 +26,6 @@ AX_PTHREAD( [ AC_CHECK_LIB([m], [sin]) -AC_SEARCH_LIBS([init_rs_char], [fec], [], [ - AC_MSG_ERROR([unable to find libfec]) -]) - AC_CHECK_LIB([rt], [clock_gettime], [], [AC_MSG_ERROR([library rt is missing])]) # Check for options |