mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-08 04:41:31 +00:00
iqa: Move AM_CONDITIONAL(HAVE_DSSIM) outside of the iqa check block
or else configure fails with error: conditional "HAVE_DSSIM" was never defined. when iqa is not installed. https://bugzilla.gnome.org/show_bug.cgi?id=777652
This commit is contained in:
parent
cea4346d84
commit
a68f961908
1 changed files with 1 additions and 1 deletions
|
@ -359,13 +359,13 @@ AG_GST_CHECK_FEATURE(IQA, [iqa], iqa , [
|
|||
HAVE_IQA="no"
|
||||
])
|
||||
|
||||
AM_CONDITIONAL(HAVE_DSSIM, test "x$HAVE_DSSIM" = "xyes")
|
||||
if test "x$HAVE_DSSIM" = "xyes"; then
|
||||
AC_DEFINE(HAVE_DSSIM, 1, [Define if you have dssim library])
|
||||
fi
|
||||
AC_SUBST(DSSIM_LIBS)
|
||||
AC_SUBST(DSSIM_CFLAGS)
|
||||
])
|
||||
AM_CONDITIONAL(HAVE_DSSIM, test "x$HAVE_DSSIM" = "xyes")
|
||||
|
||||
dnl Orc
|
||||
ORC_CHECK([0.4.17])
|
||||
|
|
Loading…
Reference in a new issue