commit | 1a31080014c2d36151e06d9e020c9609b4c5ea20 | [log] [tgz] |
---|---|---|
author | Wim Taymans <wim.taymans@gmail.com> | Wed Jun 06 09:08:50 2007 +0000 |
committer | Wim Taymans <wim.taymans@gmail.com> | Wed Jun 06 09:08:50 2007 +0000 |
tree | 8348387c61cfdcbbd87a7fbf2160f52f734fa4c7 | |
parent | b7c415e7cb7f1c26dcb8f6cf8873f5653be73b29 [diff] [blame] |
Some more fseeko checks. Original commit message from CVS: * configure.ac: * gst/playback/gstqueue2.c: (gst_queue_create_read): Some more fseeko checks.
diff --git a/configure.ac b/configure.ac index 5f08007..3b45c7d 100644 --- a/configure.ac +++ b/configure.ac
@@ -230,6 +230,9 @@ dnl *** checks for library functions *** +dnl check for fseeko() +AC_FUNC_FSEEKO + dnl Check for fast float to int casting as defined in C99 dnl used in gst-libs/gst/floatcast/floatcast.h AC_C99_FUNC_LRINT