mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-21 05:26:23 +00:00
qt: Fix build for android
https://bugzilla.gnome.org/show_bug.cgi?id=756082
This commit is contained in:
parent
8d9ab6cfc2
commit
0f865b316c
1 changed files with 1 additions and 1 deletions
|
@ -2811,7 +2811,7 @@ AG_GST_CHECK_FEATURE(QT, [Qt elements], qt, [
|
||||||
# manually for the library one is using
|
# manually for the library one is using
|
||||||
PKG_CHECK_MODULES(GNUSTL, gnustl, [
|
PKG_CHECK_MODULES(GNUSTL, gnustl, [
|
||||||
QT_CFLAGS="$QT_CFLAGS $GNUSTL_CFLAGS"
|
QT_CFLAGS="$QT_CFLAGS $GNUSTL_CFLAGS"
|
||||||
QT_LIBS="$QT_CFLAGS $GNUSTL_LIBS"
|
QT_LIBS="$QT_LIBS $GNUSTL_LIBS"
|
||||||
], [
|
], [
|
||||||
AC_MSG_NOTICE([Could not find Standard C++ library])])
|
AC_MSG_NOTICE([Could not find Standard C++ library])])
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue