mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
m4: Remove extra check for 11+ year old a52 release
You deserve a build failure if you still have that version If someone wants to completely remove this m4 to replace it with the generic AS_GST_CHECK_LIBHEADER() it would be appreciated.
This commit is contained in:
parent
e10e3b97da
commit
af0d8bc00a
1 changed files with 0 additions and 17 deletions
17
m4/a52.m4
17
m4/a52.m4
|
@ -91,23 +91,6 @@ main ()
|
|||
|
||||
if test "x$HAVE_A52DEC" = "xno"; then
|
||||
echo "*** Your a52dec is borked somehow. Please update to 0.7.4 or newer."
|
||||
else
|
||||
AC_TRY_RUN([
|
||||
#include <inttypes.h>
|
||||
#include <a52dec/a52.h>
|
||||
|
||||
int
|
||||
main ()
|
||||
{
|
||||
int i = sizeof (a52_state_t);
|
||||
if ( i )
|
||||
return 0;
|
||||
}
|
||||
],, HAVE_A52DEC=no, [echo $ac_n "cross compiling; assumed OK... $ac_c"])
|
||||
|
||||
if test "x$HAVE_A52DEC" = "xno"; then
|
||||
echo "*** Your a52dec is too old. Please update to 0.7.4 or newer."
|
||||
fi
|
||||
fi
|
||||
CFLAGS="$ac_save_CFLAGS"
|
||||
LIBS="$ac_save_LIBS"
|
||||
|
|
Loading…
Reference in a new issue