[gst-devel] GST_OPTION_CFLAGS and DEPRECATED_CFLAGS
Stefan Kost
ensonic at hora-obscura.de
Mon Jun 25 23:24:01 CEST 2007
hi,
our configure.ac says
dnl every flag in GST_OPTION_CFLAGS can be overridden at make time
GST_OPTION_CFLAGS="\$(ERROR_CFLAGS) \$(DEBUG_CFLAGS) \$(PROFILE_CFLAGS)
\$(GCOV_CFLAGS) \$(OPT_CFLAGS) \$(DEPRECATED_CFLAGS)"
AC_SUBST(GST_OPTION_CFLAGS)
The DEPRECATED_CFLAGS result in -DGST_DISABLE_DEPRECATED, which is annoying
during changes and it appears broken. Atleast I haven't figured how to override
it at make time. Shouldn't that work:
CFLAGS="-UGST_DISABLE_DEPRECATED" make
Stefan
More information about the gstreamer-devel
mailing list