From: Tim-Philipp Müller Date: Sun, 26 Nov 2017 15:05:14 +0000 (+0000) Subject: configure: actually use -fvisibility if supported X-Git-Tag: 1.19.3~505^2~167 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c3ff08cbcc6090768aabf7c8080b1a485f9e32a0;p=platform%2Fupstream%2Fgstreamer.git configure: actually use -fvisibility if supported Fix up for previous commit. --- diff --git a/configure.ac b/configure.ac index fdf2ba4..9ecf055 100644 --- a/configure.ac +++ b/configure.ac @@ -368,8 +368,8 @@ dnl prefer internal headers to already installed ones dnl also add builddir include for enumtypes and marshal dnl add GST_OPTION_CFLAGS, but overridable GST_CFLAGS="$GST_CFLAGS" -GST_CXXFLAGS="-I\$(top_srcdir)/gst-libs -I\$(top_builddir)/gst-libs $GST_CFLAGS $GLIB_EXTRA_CFLAGS \$(GST_OPTION_CXXFLAGS)" -GST_CFLAGS="-I\$(top_srcdir)/gst-libs -I\$(top_builddir)/gst-libs $GST_CFLAGS $GLIB_EXTRA_CFLAGS \$(GST_OPTION_CFLAGS)" +GST_CXXFLAGS="-I\$(top_srcdir)/gst-libs -I\$(top_builddir)/gst-libs $GST_CFLAGS $GLIB_EXTRA_CFLAGS \$(GST_OPTION_CXXFLAGS) \$(VISIBILITY_CXXFLAGS)" +GST_CFLAGS="-I\$(top_srcdir)/gst-libs -I\$(top_builddir)/gst-libs $GST_CFLAGS $GLIB_EXTRA_CFLAGS \$(GST_OPTION_CFLAGS) \$(VISIBILITY_CFLAGS)" AC_SUBST(GST_CFLAGS) AC_SUBST(GST_CXXFLAGS) AC_SUBST(GST_LIBS)