summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Baker <steve@stevebaker.org>2002-04-26 09:22:35 +0000
committerSteve Baker <steve@stevebaker.org>2002-04-26 09:22:35 +0000
commit7f0aaf66477cb9c37507855e682a4309c9a047c5 (patch)
tree2d63a83d3fc5bf7542d8193840d67489bbe37a2b
parent893b1ebd1aef84816587c87df665aacd2cdd316e (diff)
downloadgst-plugins-bad-7f0aaf66477cb9c37507855e682a4309c9a047c5.tar.gz
gst-plugins-bad-7f0aaf66477cb9c37507855e682a4309c9a047c5.tar.bz2
gst-plugins-bad-7f0aaf66477cb9c37507855e682a4309c9a047c5.zip
move the lrint check to happen earlier. add the floatcast dir.
Original commit message from CVS: move the lrint check to happen earlier. add the floatcast dir.
-rw-r--r--configure.ac8
1 files changed, 5 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index ffd2f7a0..dd83696f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -139,6 +139,10 @@ esac
dnl Determine endianness
AC_C_BIGENDIAN
+dnl Check for fast float to int casting as defined in C99
+AC_C99_FUNC_LRINT()
+AC_C99_FUNC_LRINTF()
+
dnl Check for essential libraries first:
dnl ====================================
@@ -612,9 +616,6 @@ main() { atomic_t t; atomic_set(&t,0); atomic_inc(&t); atomic_add(1,&t);return 0
])
fi
-dnl Check for fast float to int casting as defined in C99
-AC_C99_FUNC_LRINT()
-AC_C99_FUNC_LRINTF()
dnl ######################################################################
dnl # Check command line parameters, and set shell variables accordingly #
@@ -840,6 +841,7 @@ gst-libs/gst/audio/Makefile
gst-libs/gst/idct/Makefile
gst-libs/gst/resample/Makefile
gst-libs/gst/riff/Makefile
+gst-libs/gst/floatcast/Makefile
examples/capsfilter/Makefile
examples/Makefile
tools/Makefile