mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
configure: Remove (now) useless check for cbrt
This commit is contained in:
parent
3edafbd0e5
commit
61a65cda11
2 changed files with 0 additions and 8 deletions
|
@ -216,10 +216,6 @@ dnl *** checks for functions ***
|
|||
AC_CHECK_FUNCS([localtime_r gmtime_r])
|
||||
|
||||
dnl *** checks for math functions ***
|
||||
LIBS_SAVE=$LIBS
|
||||
LIBS="$LIBS $LIBM"
|
||||
AC_CHECK_FUNCS(cbrt)
|
||||
LIBS=$LIBS_SAVE
|
||||
|
||||
dnl *** checks for types/defines ***
|
||||
|
||||
|
|
|
@ -52,10 +52,6 @@
|
|||
#include "streamvolume.h"
|
||||
#include <math.h>
|
||||
|
||||
#ifndef HAVE_CBRT
|
||||
#define cbrt(x) (pow(abs(x),1.0/3.0))
|
||||
#endif
|
||||
|
||||
static void
|
||||
gst_stream_volume_class_init (GstStreamVolumeInterface * iface)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue