2005-10-16 13:54:44 +00:00
|
|
|
AC_PREREQ(2.52)
|
2002-02-16 05:44:09 +00:00
|
|
|
|
2006-06-11 12:14:18 +00:00
|
|
|
dnl please read gstreamer/docs/random/autotools before changing this file
|
|
|
|
|
2005-10-16 13:54:44 +00:00
|
|
|
dnl initialize autoconf
|
2006-06-11 12:14:18 +00:00
|
|
|
dnl releases only do -Wall, cvs and prerelease does -Werror too
|
|
|
|
dnl use a three digit version number for releases, and four for cvs/prerelease
|
2007-03-07 16:56:01 +00:00
|
|
|
AC_INIT(GStreamer Base Plug-ins, 0.10.12.1,
|
2006-04-01 09:50:34 +00:00
|
|
|
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
|
|
|
|
gst-plugins-base)
|
|
|
|
|
2007-02-28 19:27:28 +00:00
|
|
|
AG_GST_INIT
|
|
|
|
|
2006-04-01 09:50:34 +00:00
|
|
|
dnl initialize automake
|
|
|
|
AM_INIT_AUTOMAKE
|
|
|
|
|
|
|
|
dnl define PACKAGE_VERSION_* variables
|
|
|
|
AS_VERSION
|
|
|
|
|
|
|
|
dnl check if this is a release version
|
|
|
|
AS_NANO(GST_CVS="no", GST_CVS="yes")
|
2003-09-19 06:24:35 +00:00
|
|
|
|
2005-10-16 13:54:44 +00:00
|
|
|
dnl can autoconf find the source ?
|
2005-11-23 11:58:41 +00:00
|
|
|
AC_CONFIG_SRCDIR([gst/audiotestsrc/gstaudiotestsrc.c])
|
2005-10-16 13:54:44 +00:00
|
|
|
|
|
|
|
dnl define the output header for config
|
|
|
|
AM_CONFIG_HEADER([config.h])
|
|
|
|
|
|
|
|
dnl AM_MAINTAINER_MODE only provides the option to configure to enable it
|
|
|
|
AM_MAINTAINER_MODE
|
|
|
|
|
|
|
|
dnl sets host_* variables
|
|
|
|
AC_CANONICAL_HOST
|
|
|
|
|
2002-12-08 14:50:09 +00:00
|
|
|
dnl our libraries and install dirs use major.minor as a version
|
2006-04-01 09:50:34 +00:00
|
|
|
GST_MAJORMINOR=$PACKAGE_VERSION_MAJOR.$PACKAGE_VERSION_MINOR
|
2005-02-22 16:48:58 +00:00
|
|
|
dnl we override it here if we need to for the release candidate of new series
|
2005-12-01 19:13:54 +00:00
|
|
|
GST_MAJORMINOR=0.10
|
2002-12-08 14:50:09 +00:00
|
|
|
AC_SUBST(GST_MAJORMINOR)
|
|
|
|
|
|
|
|
dnl CURRENT, REVISION, AGE
|
|
|
|
dnl - library source changed -> increment REVISION
|
|
|
|
dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0
|
|
|
|
dnl - interfaces added -> increment AGE
|
|
|
|
dnl - interfaces removed -> AGE = 0
|
2005-10-16 13:54:44 +00:00
|
|
|
dnl sets GST_LT_LDFLAGS
|
2006-12-07 02:30:38 +00:00
|
|
|
AS_LIBTOOL(GST, 8, 0, 8)
|
2006-04-01 15:34:38 +00:00
|
|
|
|
|
|
|
dnl FIXME: this macro doesn't actually work;
|
|
|
|
dnl the generated libtool script has no support for the listed tags.
|
|
|
|
dnl So this needs to be fixed first if we want to use this
|
|
|
|
dnl AS_LIBTOOL_TAGS
|
|
|
|
|
2004-02-04 21:30:15 +00:00
|
|
|
AM_PROG_LIBTOOL
|
2001-12-17 18:37:01 +00:00
|
|
|
|
2005-12-20 15:57:06 +00:00
|
|
|
dnl *** required versions of GStreamer stuff ***
|
2007-03-09 17:33:17 +00:00
|
|
|
GST_REQ=0.10.12.1
|
2005-12-20 15:57:06 +00:00
|
|
|
|
2005-10-16 13:54:44 +00:00
|
|
|
dnl *** autotools stuff ****
|
2001-12-17 18:37:01 +00:00
|
|
|
|
2005-10-16 13:54:44 +00:00
|
|
|
dnl allow for different autotools
|
|
|
|
AS_AUTOTOOLS_ALTERNATE
|
2002-02-06 18:18:16 +00:00
|
|
|
|
2005-10-16 13:54:44 +00:00
|
|
|
dnl Add parameters for aclocal
|
|
|
|
AC_SUBST(ACLOCAL_AMFLAGS, "-I m4 -I common/m4")
|
2004-07-13 06:36:55 +00:00
|
|
|
|
2005-10-16 13:54:44 +00:00
|
|
|
dnl set up gettext
|
|
|
|
dnl the version check needs to stay here because autopoint greps for it
|
|
|
|
AM_GNU_GETTEXT_VERSION([0.11.5])
|
2004-01-19 15:45:55 +00:00
|
|
|
AM_GNU_GETTEXT([external])
|
2007-02-28 19:27:28 +00:00
|
|
|
AG_GST_GETTEXT([gst-plugins-base-$GST_MAJORMINOR])
|
2004-01-19 15:45:55 +00:00
|
|
|
|
2005-10-16 13:54:44 +00:00
|
|
|
dnl *** check for arguments to configure ***
|
|
|
|
|
2007-02-28 19:27:28 +00:00
|
|
|
AG_GST_ARG_DEBUG
|
|
|
|
AG_GST_ARG_PROFILING
|
|
|
|
AG_GST_ARG_VALGRIND
|
|
|
|
AG_GST_ARG_GCOV
|
2005-10-16 13:54:44 +00:00
|
|
|
|
2007-02-28 19:27:28 +00:00
|
|
|
AG_GST_ARG_EXAMPLES
|
2005-10-16 13:54:44 +00:00
|
|
|
|
2007-02-28 19:27:28 +00:00
|
|
|
AG_GST_ARG_WITH_PKG_CONFIG_PATH
|
|
|
|
AG_GST_ARG_WITH_PACKAGE_NAME
|
|
|
|
AG_GST_ARG_WITH_PACKAGE_ORIGIN
|
2005-10-16 13:54:44 +00:00
|
|
|
|
gst-libs/gst/utils/: API: add API for applications to initiate installation of missing plugins, ie. gst_install_plugi...
Original commit message from CVS:
* gst-libs/gst/utils/Makefile.am:
* gst-libs/gst/utils/base-utils.h:
* gst-libs/gst/utils/install-plugins.c:
(gst_install_plugins_context_set_xid),
(gst_install_plugins_context_new),
(gst_install_plugins_context_free),
(gst_install_plugins_get_helper),
(gst_install_plugins_spawn_child),
(gst_install_plugins_return_from_status),
(gst_install_plugins_installer_exited),
(gst_install_plugins_async), (gst_install_plugins_sync),
(gst_install_plugins_return_get_name),
(gst_install_plugins_installation_in_progress):
* gst-libs/gst/utils/install-plugins.h:
API: add API for applications to initiate installation of missing
plugins, ie. gst_install_plugins_async() primarily.
Based on libgimme-codec by Ryan Lortie.
* configure.ac:
Add --with-install-plugins-helper configure option so distros can specify
the path of the helper script or program to call when plugin installation
is requested (distros: please do any argument munging in this helper
script instead of patching GStreamer to pass arguments differently
to another program directly).
* docs/libs/gst-plugins-base-libs-docs.sgml:
* docs/libs/gst-plugins-base-libs-sections.txt:
Build and document new API.
* tests/check/libs/utils.c: (result_cb),
(test_base_utils_install_plugins_do_callout), (GST_START_TEST),
(libgstbaseutils_suite):
Some simple checks for the new API.
2007-02-02 20:42:08 +00:00
|
|
|
dnl let distro override plugin install helper path
|
|
|
|
AC_ARG_WITH(install-plugins-helper,
|
|
|
|
AC_HELP_STRING([--with-install-plugins-helper],
|
|
|
|
[specify path of helper script to call to install plugins]),
|
|
|
|
[
|
|
|
|
case "${withval}" in
|
|
|
|
yes) AC_MSG_ERROR(bad value ${withval} for --with-install-plugins-helper) ;;
|
|
|
|
no) AC_MSG_ERROR(bad value ${withval} for --with-install-plugins-helper) ;;
|
|
|
|
*) GST_INSTALL_PLUGINS_HELPER="${withval}" ;;
|
|
|
|
esac
|
|
|
|
],
|
|
|
|
[
|
|
|
|
dnl Default value
|
|
|
|
AS_AC_EXPAND(GST_INSTALL_PLUGINS_HELPER,${libexecdir}/gst-install-plugins-helper)
|
|
|
|
]
|
|
|
|
)
|
|
|
|
AC_MSG_NOTICE(Using $GST_INSTALL_PLUGINS_HELPER as plugin install helper)
|
|
|
|
AC_DEFINE_UNQUOTED(GST_INSTALL_PLUGINS_HELPER, "$GST_INSTALL_PLUGINS_HELPER",
|
|
|
|
[plugin install helper script])
|
|
|
|
AC_SUBST(GST_INSTALL_PLUGINS_HELPER)
|
|
|
|
|
|
|
|
|
2005-10-17 15:53:53 +00:00
|
|
|
dnl these are all the gst plug-ins, compilable without additional libs
|
|
|
|
GST_PLUGINS_ALL="\
|
|
|
|
adder \
|
|
|
|
audioconvert \
|
|
|
|
audiorate \
|
|
|
|
audioresample \
|
|
|
|
audiotestsrc \
|
|
|
|
ffmpegcolorspace \
|
2006-08-21 19:01:41 +00:00
|
|
|
gdp \
|
2005-10-17 15:53:53 +00:00
|
|
|
playback \
|
|
|
|
typefind \
|
|
|
|
videotestsrc \
|
|
|
|
videorate \
|
|
|
|
videoscale \
|
|
|
|
volume \
|
|
|
|
"
|
|
|
|
AC_SUBST(GST_PLUGINS_ALL)
|
|
|
|
|
|
|
|
GST_PLUGINS_SELECTED=""
|
|
|
|
|
|
|
|
AC_ARG_WITH(plugins,
|
2005-11-16 18:20:17 +00:00
|
|
|
AC_HELP_STRING([--with-plugins],
|
|
|
|
[comma-separated list of plug-ins to compile]),
|
2005-10-17 15:53:53 +00:00
|
|
|
[for i in `echo $withval | tr , ' '`; do
|
|
|
|
if echo $GST_PLUGINS_ALL | grep $i > /dev/null
|
|
|
|
then
|
|
|
|
GST_PLUGINS_SELECTED="$GST_PLUGINS_SELECTED $i"
|
|
|
|
else
|
|
|
|
echo "plug-in $i not recognized, ignoring..."
|
|
|
|
fi
|
|
|
|
done],
|
|
|
|
[GST_PLUGINS_SELECTED=$GST_PLUGINS_ALL])
|
|
|
|
|
|
|
|
AC_SUBST(GST_PLUGINS_SELECTED)
|
|
|
|
|
|
|
|
dnl ext plug-ins; plug-ins that have external dependencies
|
2007-02-28 19:27:28 +00:00
|
|
|
AG_GST_CHECK_FEATURE(EXTERNAL, [enable building of plug-ins with external deps],,
|
2005-10-17 15:53:53 +00:00
|
|
|
[HAVE_EXTERNAL=yes], enabled,
|
|
|
|
[
|
|
|
|
AC_MSG_NOTICE(building external plug-ins)
|
|
|
|
BUILD_EXTERNAL="yes"
|
|
|
|
],[
|
|
|
|
AC_MSG_NOTICE(all plug-ins with external dependencies will not be built)
|
|
|
|
BUILD_EXTERNAL="no"
|
|
|
|
])
|
|
|
|
AM_CONDITIONAL(BUILD_EXTERNAL, test "x$BUILD_EXTERNAL" = "xyes")
|
|
|
|
|
2005-10-16 13:54:44 +00:00
|
|
|
dnl *** checks for platform ***
|
|
|
|
|
|
|
|
dnl * hardware/architecture *
|
|
|
|
|
|
|
|
dnl common/m4/gst-arch.m4
|
|
|
|
dnl check CPU type
|
2007-02-28 19:27:28 +00:00
|
|
|
AG_GST_ARCH
|
2005-10-16 13:54:44 +00:00
|
|
|
|
|
|
|
dnl *** checks for programs ***
|
|
|
|
|
|
|
|
dnl find a compiler
|
|
|
|
AC_PROG_CC
|
2003-05-21 15:16:51 +00:00
|
|
|
|
2002-08-07 00:22:04 +00:00
|
|
|
dnl determine c++ compiler
|
2001-12-17 18:37:01 +00:00
|
|
|
AC_PROG_CXX
|
2002-08-07 00:22:04 +00:00
|
|
|
dnl determine if c++ is available on this system
|
|
|
|
AC_CHECK_PROG(HAVE_CXX, $CXX, yes, no)
|
2005-10-16 13:54:44 +00:00
|
|
|
|
2002-08-07 00:22:04 +00:00
|
|
|
dnl determine c++ preprocessor
|
2005-10-16 13:54:44 +00:00
|
|
|
dnl FIXME: do we need this ?
|
2001-12-17 18:37:01 +00:00
|
|
|
AC_PROG_CXXCPP
|
2005-10-16 13:54:44 +00:00
|
|
|
|
|
|
|
AC_PATH_PROG(VALGRIND_PATH, valgrind, no)
|
|
|
|
AM_CONDITIONAL(HAVE_VALGRIND, test ! "x$VALGRIND_PATH" = "xno")
|
|
|
|
|
|
|
|
dnl check for documentation tools
|
|
|
|
GTK_DOC_CHECK([1.3])
|
|
|
|
AS_PATH_PYTHON([2.1])
|
2007-02-28 19:27:28 +00:00
|
|
|
AG_GST_PLUGIN_DOCS([1.3],[2.1])
|
2005-10-16 13:54:44 +00:00
|
|
|
|
|
|
|
dnl *** checks for libraries ***
|
|
|
|
|
|
|
|
dnl For interactive UNIX (a Sun thing)
|
|
|
|
dnl FIXME: this adds -lcposix to LIBS, but I doubt we use LIBS
|
2001-12-17 18:37:01 +00:00
|
|
|
AC_ISC_POSIX
|
|
|
|
|
2007-02-24 20:12:49 +00:00
|
|
|
dnl libm, for sin() etc.
|
|
|
|
AC_CHECK_LIBM
|
|
|
|
AC_SUBST(LIBM)
|
|
|
|
|
2005-10-16 13:54:44 +00:00
|
|
|
dnl *** checks for header files ***
|
|
|
|
|
|
|
|
dnl check if we have ANSI C header files
|
|
|
|
AC_HEADER_STDC
|
|
|
|
|
|
|
|
dnl used in gst/ffmpegcolorspace/mem.c
|
|
|
|
dnl FIXME: could be fixed by redefining av_malloc and av_free to GLib's
|
2005-11-03 00:42:57 +00:00
|
|
|
AC_CHECK_HEADERS([malloc.h])
|
|
|
|
|
|
|
|
dnl used in gst/subparse/gstsubparse.c
|
|
|
|
AC_CHECK_HEADERS([regex.h], HAVE_REGEX_H="yes", HAVE_REGEX_H="no")
|
|
|
|
AM_CONDITIONAL(HAVE_REGEX_H, test "x$HAVE_REGEX_H" = "xyes")
|
2005-10-16 13:54:44 +00:00
|
|
|
|
2005-11-03 09:31:30 +00:00
|
|
|
dnl used in gst/tcp
|
|
|
|
AC_CHECK_HEADERS([sys/socket.h],
|
|
|
|
HAVE_SYS_SOCKET_H="yes", HAVE_SYS_SOCKET_H="no")
|
|
|
|
AM_CONDITIONAL(HAVE_SYS_SOCKET_H, test "x$HAVE_SYS_SOCKET_H" = "xyes")
|
|
|
|
|
rename utils to pbutils
Original commit message from CVS:
* configure.ac:
* docs/libs/gst-plugins-base-libs-docs.sgml:
* docs/libs/gst-plugins-base-libs-sections.txt:
* gst-libs/gst/Makefile.am:
* gst-libs/gst/interfaces/mixer.c:
* gst-libs/gst/pbutils/Makefile.am:
* gst-libs/gst/pbutils/descriptions.c:
(gst_pb_utils_get_source_description),
(gst_pb_utils_get_sink_description),
(gst_pb_utils_get_decoder_description),
(gst_pb_utils_get_encoder_description),
(gst_pb_utils_get_element_description),
(gst_pb_utils_add_codec_description_to_tag_list),
(gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
* gst-libs/gst/pbutils/descriptions.h:
* gst-libs/gst/pbutils/install-plugins.c:
* gst-libs/gst/pbutils/install-plugins.h:
* gst-libs/gst/pbutils/missing-plugins.c:
(gst_missing_uri_source_message_new),
(gst_missing_uri_sink_message_new),
(gst_missing_element_message_new),
(gst_missing_decoder_message_new),
(gst_missing_encoder_message_new),
(gst_missing_plugin_message_get_description):
* gst-libs/gst/pbutils/missing-plugins.h:
* gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
* gst-libs/gst/pbutils/pbutils.h:
* gst-libs/gst/utils/Makefile.am:
* gst-libs/gst/utils/base-utils.c:
* gst-libs/gst/utils/base-utils.h:
* gst-libs/gst/utils/descriptions.c:
* gst-libs/gst/utils/descriptions.h:
* gst-libs/gst/utils/install-plugins.c:
* gst-libs/gst/utils/install-plugins.h:
* gst-libs/gst/utils/missing-plugins.c:
* gst-libs/gst/utils/missing-plugins.h:
* gst-plugins-base.spec.in:
* gst/playback/Makefile.am:
* gst/playback/gstdecodebin.c:
* gst/playback/gstdecodebin2.c:
* gst/playback/gstplaybasebin.c: (setup_subtitle),
(gen_source_element):
* gst/playback/gstplaybin.c: (plugin_init):
* tests/check/Makefile.am:
* tests/check/libs/pbutils.c: (GST_START_TEST),
(test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
* tests/check/libs/utils.c:
rename utils to pbutils
2007-03-04 23:39:51 +00:00
|
|
|
dnl used in gst-libs/gst/pbutils and associated unit test
|
gst-libs/gst/utils/: API: add API for applications to initiate installation of missing plugins, ie. gst_install_plugi...
Original commit message from CVS:
* gst-libs/gst/utils/Makefile.am:
* gst-libs/gst/utils/base-utils.h:
* gst-libs/gst/utils/install-plugins.c:
(gst_install_plugins_context_set_xid),
(gst_install_plugins_context_new),
(gst_install_plugins_context_free),
(gst_install_plugins_get_helper),
(gst_install_plugins_spawn_child),
(gst_install_plugins_return_from_status),
(gst_install_plugins_installer_exited),
(gst_install_plugins_async), (gst_install_plugins_sync),
(gst_install_plugins_return_get_name),
(gst_install_plugins_installation_in_progress):
* gst-libs/gst/utils/install-plugins.h:
API: add API for applications to initiate installation of missing
plugins, ie. gst_install_plugins_async() primarily.
Based on libgimme-codec by Ryan Lortie.
* configure.ac:
Add --with-install-plugins-helper configure option so distros can specify
the path of the helper script or program to call when plugin installation
is requested (distros: please do any argument munging in this helper
script instead of patching GStreamer to pass arguments differently
to another program directly).
* docs/libs/gst-plugins-base-libs-docs.sgml:
* docs/libs/gst-plugins-base-libs-sections.txt:
Build and document new API.
* tests/check/libs/utils.c: (result_cb),
(test_base_utils_install_plugins_do_callout), (GST_START_TEST),
(libgstbaseutils_suite):
Some simple checks for the new API.
2007-02-02 20:42:08 +00:00
|
|
|
AC_CHECK_HEADERS([process.h sys/types.h sys/wait.h sys/stat.h])
|
API: add new libgstbaseutils library with functions
Original commit message from CVS:
* configure.ac:
* gst-libs/gst/Makefile.am:
* gst-libs/gst/utils/Makefile.am:
* gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
* gst-libs/gst/utils/base-utils.h:
* gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
(find_format_info), (caps_are_rtp_caps),
(gst_base_utils_get_source_description),
(gst_base_utils_get_sink_description),
(gst_base_utils_get_decoder_description),
(gst_base_utils_get_encoder_description),
(gst_base_utils_get_element_description),
(gst_base_utils_add_codec_description_to_tag_list),
(gst_base_utils_get_codec_description), (gst_base_utils_list_all):
* gst-libs/gst/utils/descriptions.h:
* gst-libs/gst/utils/missing-plugins.c:
(missing_structure_get_type), (copy_and_clean_caps),
(gst_missing_uri_source_message_new),
(gst_missing_uri_sink_message_new),
(gst_missing_element_message_new),
(gst_missing_decoder_message_new),
(gst_missing_encoder_message_new),
(missing_structure_get_string_detail),
(missing_structure_get_caps_detail),
(gst_missing_plugin_message_get_installer_detail),
(gst_missing_plugin_message_get_description),
(gst_is_missing_plugin_message):
* gst-libs/gst/utils/missing-plugins.h:
API: add new libgstbaseutils library with functions
- to create and parse missing-plugins messages
- that provide (translated) descriptions for caps/decoders/sources/etc.
Closes #392393.
* pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
* pkgconfig/gstreamer-plugins-base.pc.in:
Add new lib.
* docs/libs/gst-plugins-base-libs-docs.sgml:
* docs/libs/gst-plugins-base-libs-sections.txt:
Generate docs for new lib and API.
* tests/check/Makefile.am:
* tests/check/libs/.cvsignore:
* tests/check/libs/utils.c: (missing_msg_check_getters),
(GST_START_TEST), (libgstbaseutils_suite):
Add some basic unit tests.
2007-01-09 14:20:08 +00:00
|
|
|
|
2005-10-17 09:33:24 +00:00
|
|
|
dnl ffmpegcolorspace includes _stdint.h
|
2006-02-13 20:49:07 +00:00
|
|
|
dnl also, Windows does not have long long
|
2005-10-17 09:33:24 +00:00
|
|
|
AX_CREATE_STDINT_H
|
|
|
|
|
2007-01-08 13:32:32 +00:00
|
|
|
dnl *** checks for functions ***
|
|
|
|
AC_CHECK_FUNCS([localtime_r])
|
|
|
|
|
2005-10-16 13:54:44 +00:00
|
|
|
dnl *** checks for types/defines ***
|
|
|
|
|
|
|
|
dnl Check for FIONREAD ioctl declaration
|
|
|
|
dnl used in gst/tcp
|
|
|
|
GST_CHECK_FIONREAD
|
|
|
|
|
|
|
|
dnl *** checks for structures ***
|
|
|
|
|
|
|
|
dnl *** checks for compiler characteristics ***
|
|
|
|
|
|
|
|
dnl make sure we can use "inline" from C code
|
2004-01-30 20:23:24 +00:00
|
|
|
AC_C_INLINE
|
2001-12-17 18:37:01 +00:00
|
|
|
|
2005-10-16 13:54:44 +00:00
|
|
|
dnl *** checks for library functions ***
|
|
|
|
|
|
|
|
dnl Check for fast float to int casting as defined in C99
|
|
|
|
dnl used in gst-libs/gst/floatcast/floatcast.h
|
|
|
|
AC_C99_FUNC_LRINT
|
|
|
|
AC_C99_FUNC_LRINTF
|
2004-03-15 16:27:29 +00:00
|
|
|
|
2003-11-11 03:22:53 +00:00
|
|
|
dnl Check for a way to display the function name in debug output
|
2007-02-28 19:27:28 +00:00
|
|
|
AG_GST_CHECK_FUNCTION
|
2005-10-16 13:54:44 +00:00
|
|
|
|
2007-02-12 20:42:23 +00:00
|
|
|
dnl *** checks for dependency libraries ***
|
2003-11-11 03:22:53 +00:00
|
|
|
|
2005-10-17 15:53:53 +00:00
|
|
|
dnl GLib is required
|
2007-02-28 19:27:28 +00:00
|
|
|
AG_GST_GLIB_CHECK([2.6])
|
2005-10-16 13:54:44 +00:00
|
|
|
|
2005-10-17 15:53:53 +00:00
|
|
|
dnl liboil is required
|
2006-11-14 23:34:19 +00:00
|
|
|
PKG_CHECK_MODULES(LIBOIL, liboil-0.3 >= 0.3.8, HAVE_LIBOIL=yes, HAVE_LIBOIL=no)
|
2006-04-01 09:50:34 +00:00
|
|
|
if test "x$HAVE_LIBOIL" != "xyes"
|
|
|
|
then
|
2006-11-14 23:34:19 +00:00
|
|
|
AC_ERROR([liboil-0.3.8 or later is required])
|
2003-11-06 02:32:42 +00:00
|
|
|
fi
|
|
|
|
|
2005-10-17 15:53:53 +00:00
|
|
|
dnl checks for gstreamer
|
|
|
|
dnl uninstalled is selected preferentially -- see pkg-config(1)
|
2007-02-28 19:27:28 +00:00
|
|
|
AG_GST_CHECK_GST($GST_MAJORMINOR, [$GST_REQ])
|
|
|
|
AG_GST_CHECK_GST_BASE($GST_MAJORMINOR, [$GST_REQ])
|
|
|
|
AG_GST_CHECK_GST_GDP($GST_MAJORMINOR, [$GST_REQ])
|
|
|
|
AG_GST_CHECK_GST_CONTROLLER($GST_MAJORMINOR, [$GST_REQ])
|
|
|
|
AG_GST_CHECK_GST_CHECK($GST_MAJORMINOR, [$GST_REQ], no)
|
2005-10-17 15:53:53 +00:00
|
|
|
|
|
|
|
dnl FIXME: get rid of this by making sure gstreamer-check brings it in
|
|
|
|
dnl check for "check", unit testing library/header
|
|
|
|
AM_PATH_CHECK(0.9.2, HAVE_CHECK=yes, HAVE_CHECK=no)
|
|
|
|
AM_CONDITIONAL(HAVE_CHECK, test "x$HAVE_CHECK" = "xyes")
|
|
|
|
|
2007-02-12 20:42:23 +00:00
|
|
|
dnl Check for documentation xrefs
|
|
|
|
GLIB_PREFIX="`$PKG_CONFIG --variable=prefix glib-2.0`"
|
|
|
|
GST_PREFIX="`$PKG_CONFIG --variable=prefix gstreamer-$GST_MAJORMINOR`"
|
|
|
|
AC_SUBST(GLIB_PREFIX)
|
|
|
|
AC_SUBST(GST_PREFIX)
|
|
|
|
|
2005-10-17 15:53:53 +00:00
|
|
|
dnl GTK is optional and used in examples
|
|
|
|
HAVE_GTK=NO
|
|
|
|
PKG_CHECK_MODULES(GTK2, gtk+-2.0 >= 2.2.0, HAVE_GTK_22=yes, HAVE_GTK_22=no)
|
|
|
|
if test "x$HAVE_GTK_22" = "xyes"; then
|
|
|
|
HAVE_GTK=yes
|
|
|
|
GTK_VERSION=`$PKG_CONFIG --variable=gtk_binary_version gtk+-2.0`
|
|
|
|
AC_SUBST(GTK_VERSION)
|
|
|
|
GTK_PREFIX=`$PKG_CONFIG --variable=prefix gdk-pixbuf-2.0`
|
|
|
|
AC_SUBST(GTK_BASE_DIR)
|
|
|
|
else
|
|
|
|
PKG_CHECK_MODULES(GTK2, gtk+-2.0, HAVE_GTK_20=yes, HAVE_GTK_20=no)
|
|
|
|
fi
|
|
|
|
if test "x$HAVE_GTK_20" = "xyes"; then
|
|
|
|
HAVE_GTK=yes
|
|
|
|
fi
|
|
|
|
GTK_CFLAGS=$GTK2_CFLAGS
|
|
|
|
GTK_LIBS=$GTK2_LIBS
|
|
|
|
AC_SUBST(GTK_LIBS)
|
|
|
|
AC_SUBST(GTK_CFLAGS)
|
|
|
|
AC_SUBST(HAVE_GTK)
|
|
|
|
AM_CONDITIONAL(HAVE_GTK, test "x$HAVE_GTK" = "xyes")
|
|
|
|
|
2005-10-16 13:54:44 +00:00
|
|
|
dnl *** set variables based on configure arguments ***
|
|
|
|
|
|
|
|
dnl set license and copyright notice
|
|
|
|
GST_LICENSE="LGPL"
|
|
|
|
AC_DEFINE_UNQUOTED(GST_LICENSE, "$GST_LICENSE", [GStreamer license])
|
|
|
|
AC_SUBST(GST_LICENSE)
|
|
|
|
|
|
|
|
dnl set location of plugin directory
|
2007-02-28 19:27:28 +00:00
|
|
|
AG_GST_SET_PLUGINDIR
|
2004-05-20 19:19:26 +00:00
|
|
|
|
2005-10-16 13:54:44 +00:00
|
|
|
dnl define an ERROR_CFLAGS Makefile variable
|
2007-02-28 19:27:28 +00:00
|
|
|
AG_GST_SET_ERROR_CFLAGS($GST_CVS)
|
2005-10-16 13:54:44 +00:00
|
|
|
|
|
|
|
dnl define correct level for debugging messages
|
2007-02-28 19:27:28 +00:00
|
|
|
AG_GST_SET_LEVEL_DEFAULT($GST_CVS)
|
2005-10-16 13:54:44 +00:00
|
|
|
|
2005-11-16 18:20:17 +00:00
|
|
|
dnl used in examples
|
2007-02-28 19:27:28 +00:00
|
|
|
AG_GST_DEFAULT_ELEMENTS
|
2004-12-14 06:43:30 +00:00
|
|
|
|
2005-10-17 15:53:53 +00:00
|
|
|
dnl *** sys plug-ins ***
|
2001-12-20 20:16:57 +00:00
|
|
|
|
2005-06-29 10:56:25 +00:00
|
|
|
echo
|
|
|
|
AC_MSG_NOTICE([Checking libraries for plugins in sys/])
|
|
|
|
echo
|
|
|
|
|
2005-10-17 15:53:53 +00:00
|
|
|
dnl *** X11 ***
|
2003-12-03 12:23:37 +00:00
|
|
|
translit(dnm, m, l) AM_CONDITIONAL(USE_X, true)
|
2007-02-28 19:27:28 +00:00
|
|
|
AG_GST_CHECK_FEATURE(X, [X libraries and plugins],
|
2003-12-03 12:23:37 +00:00
|
|
|
[ximagesink], [
|
|
|
|
AC_PATH_XTRA
|
2005-08-01 21:14:22 +00:00
|
|
|
ac_cflags_save="$CFLAGS"
|
|
|
|
ac_cppflags_save="$CPPFLAGS"
|
|
|
|
CFLAGS="$CFLAGS $X_CFLAGS"
|
|
|
|
CPPFLAGS="$CPPFLAGS $X_CFLAGS"
|
|
|
|
|
2004-03-16 18:00:18 +00:00
|
|
|
dnl now try to find the HEADER
|
|
|
|
AC_CHECK_HEADER(X11/Xlib.h, HAVE_X="yes", HAVE_X="no")
|
|
|
|
|
|
|
|
if test "x$HAVE_X" = "xno"
|
2003-12-03 12:23:37 +00:00
|
|
|
then
|
|
|
|
AC_MSG_NOTICE([cannot find X11 development files])
|
|
|
|
else
|
|
|
|
dnl this is much more than we want
|
|
|
|
X_LIBS="$X_LIBS $X_PRE_LIBS $X_EXTRA_LIBS"
|
2004-03-16 18:00:18 +00:00
|
|
|
dnl AC_PATH_XTRA only defines the path needed to find the X libs,
|
|
|
|
dnl it does not add the libs; therefore we add them here
|
2003-12-03 12:23:37 +00:00
|
|
|
X_LIBS="$X_LIBS -lX11"
|
|
|
|
AC_SUBST(X_CFLAGS)
|
|
|
|
AC_SUBST(X_LIBS)
|
|
|
|
fi
|
|
|
|
AC_SUBST(HAVE_X)
|
2005-08-01 21:14:22 +00:00
|
|
|
CFLAGS="$ac_cflags_save"
|
|
|
|
CPPFLAGS="$ac_cppflags_save"
|
2003-12-03 12:23:37 +00:00
|
|
|
])
|
|
|
|
|
2003-07-03 15:56:49 +00:00
|
|
|
dnl Check for Xv extension
|
2003-07-06 20:49:52 +00:00
|
|
|
translit(dnm, m, l) AM_CONDITIONAL(USE_XVIDEO, true)
|
2007-02-28 19:27:28 +00:00
|
|
|
AG_GST_CHECK_FEATURE(XVIDEO, [X11 XVideo extensions],
|
2004-03-09 13:10:14 +00:00
|
|
|
[xvimagesink], [
|
2007-03-01 10:20:59 +00:00
|
|
|
AG_GST_CHECK_XV
|
2003-07-06 20:49:52 +00:00
|
|
|
])
|
2001-12-17 18:37:01 +00:00
|
|
|
|
2003-11-12 03:06:07 +00:00
|
|
|
dnl check for X Shm
|
|
|
|
translit(dnm, m, l) AM_CONDITIONAL(USE_XSHM, true)
|
2007-02-28 19:27:28 +00:00
|
|
|
AG_GST_CHECK_FEATURE(XSHM, [X Shared Memory extension], , [
|
2003-11-12 03:06:07 +00:00
|
|
|
if test x$HAVE_X = xyes; then
|
|
|
|
AC_CHECK_LIB(Xext, XShmAttach,
|
|
|
|
HAVE_XSHM="yes", HAVE_XSHM="no",
|
|
|
|
$X_LIBS)
|
|
|
|
if test "x$HAVE_XSHM" = "xyes"; then
|
|
|
|
XSHM_LIBS="-lXext"
|
|
|
|
else
|
|
|
|
dnl On AIX, it is in XextSam instead, but we still need -lXext
|
|
|
|
AC_CHECK_LIB(XextSam, XShmAttach,
|
|
|
|
HAVE_XSHM="yes", HAVE_XSHM="no",
|
|
|
|
$X_LIBS)
|
|
|
|
if test "x$HAVE_XSHM" = "xyes"; then
|
|
|
|
XSHM_LIBS="-lXext -lXextSam"
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
], , [
|
|
|
|
AC_SUBST(HAVE_XSHM)
|
|
|
|
AC_SUBST(XSHM_LIBS)
|
2006-06-11 12:14:18 +00:00
|
|
|
])
|
2003-11-07 00:53:32 +00:00
|
|
|
|
2003-12-07 11:51:06 +00:00
|
|
|
dnl v4l/v4l2 checks have been moved down because they require X
|
|
|
|
|
|
|
|
dnl *** Video 4 Linux ***
|
|
|
|
dnl for information about the header/define, see sys/v4l/gstv4lelement.h
|
2004-10-27 00:21:33 +00:00
|
|
|
dnl renamed to GST_V4L in accordance with V4L2 below
|
|
|
|
translit(dnm, m, l) AM_CONDITIONAL(USE_GST_V4L, true)
|
2007-02-28 19:27:28 +00:00
|
|
|
AG_GST_CHECK_FEATURE(GST_V4L, [Video 4 Linux], video4linux, [
|
2006-05-15 12:18:13 +00:00
|
|
|
AC_CHECK_DECL(VID_TYPE_MPEG_ENCODER, HAVE_GST_V4L="yes", HAVE_GST_V4L="no", [
|
2003-12-07 11:51:06 +00:00
|
|
|
#include <sys/types.h>
|
|
|
|
#define _LINUX_TIME_H
|
2004-12-29 13:27:45 +00:00
|
|
|
#define __user
|
2003-12-07 11:51:06 +00:00
|
|
|
#include <linux/videodev.h>
|
2006-05-15 12:18:13 +00:00
|
|
|
])
|
|
|
|
|
|
|
|
dnl we can build v4l without Xv, but then we won't have XOverlay support
|
|
|
|
if test "x$HAVE_GST_V4L" = "xyes" -a "x$HAVE_XVIDEO" != "xyes"
|
|
|
|
then
|
2006-06-11 12:14:18 +00:00
|
|
|
AC_MSG_NOTICE([NO XVIDEO FOUND, VIDEO4LINUX WILL BE BUILT])
|
|
|
|
AC_MSG_NOTICE([WITHOUT XOVERLAY SUPPORT])
|
2003-12-07 11:51:06 +00:00
|
|
|
fi
|
|
|
|
])
|
|
|
|
|
2005-10-17 15:53:53 +00:00
|
|
|
dnl *** ext plug-ins ***
|
|
|
|
dnl keep this list sorted alphabetically !
|
2001-12-17 18:37:01 +00:00
|
|
|
|
2002-06-14 16:44:33 +00:00
|
|
|
if test "x$BUILD_EXTERNAL" = "xyes"; then
|
|
|
|
|
2005-06-29 10:56:25 +00:00
|
|
|
echo
|
|
|
|
AC_MSG_NOTICE([Checking libraries for plugins in ext/])
|
|
|
|
echo
|
2001-12-17 18:37:01 +00:00
|
|
|
|
|
|
|
dnl *** alsa ***
|
|
|
|
translit(dnm, m, l) AM_CONDITIONAL(USE_ALSA, true)
|
2007-02-28 19:27:28 +00:00
|
|
|
AG_GST_CHECK_FEATURE(ALSA, [ALSA], alsa, [
|
2004-03-10 17:21:14 +00:00
|
|
|
PKG_CHECK_MODULES(ALSA, alsa >= 0.9.1, [
|
|
|
|
HAVE_ALSA="yes"
|
|
|
|
AC_SUBST(ALSA_CFLAGS)
|
|
|
|
AC_SUBST(ALSA_LIBS)
|
|
|
|
], [
|
|
|
|
AM_PATH_ALSA(0.9.1, HAVE_ALSA="yes", HAVE_ALSA="no")
|
|
|
|
])
|
2001-12-17 18:37:01 +00:00
|
|
|
])
|
|
|
|
|
|
|
|
dnl *** CDParanoia ***
|
|
|
|
translit(dnm, m, l) AM_CONDITIONAL(USE_CDPARANOIA, true)
|
2007-02-28 19:27:28 +00:00
|
|
|
AG_GST_CHECK_FEATURE(CDPARANOIA, [CDParanoia], cdparanoia, [
|
|
|
|
AG_GST_CHECK_LIBHEADER(CDPARANOIA, cdda_interface,
|
2002-06-22 08:21:31 +00:00
|
|
|
cdda_open, -lm,
|
|
|
|
cdda_interface.h,
|
|
|
|
CDPARANOIA_LIBS="-lcdda_interface -lcdda_paranoia"
|
2002-07-04 19:38:06 +00:00
|
|
|
HEADER_DIR="no"
|
|
|
|
FOUND_CDPARANOIA="yes")
|
|
|
|
if test "x$FOUND_CDPARANOIA" != "xyes";
|
|
|
|
then
|
2007-02-28 19:27:28 +00:00
|
|
|
AG_GST_CHECK_LIBHEADER(CDPARANOIA, cdda_interface,
|
2002-07-04 19:38:06 +00:00
|
|
|
cdda_open, -lm,
|
|
|
|
cdda/cdda_interface.h,
|
|
|
|
CDPARANOIA_LIBS="-lcdda_interface -lcdda_paranoia"
|
|
|
|
HEADER_DIR="yes"
|
|
|
|
FOUND_CDPARANOIA="yes")
|
|
|
|
fi
|
2002-06-22 08:21:31 +00:00
|
|
|
if test "x$HEADER_DIR" = "xyes";
|
|
|
|
then
|
|
|
|
AC_DEFINE_UNQUOTED(CDPARANOIA_HEADERS_IN_DIR, ,
|
|
|
|
defined if cdda headers are in a cdda/ directory)
|
|
|
|
fi
|
2001-12-23 13:06:22 +00:00
|
|
|
AC_SUBST(CDPARANOIA_LIBS)
|
2001-12-17 18:37:01 +00:00
|
|
|
])
|
|
|
|
dnl FIXME : add second check somehow if that is necessary
|
|
|
|
dnl AC_CHECK_LIB(cdda_paranoia, paranoia_init, : , HAVE_CDPARANOIA=no, -lcdda_interface )
|
|
|
|
dnl AC_CHECK_HEADER(cdda_paranoia.h, :, HAVE_CDPARANOIA=no)
|
|
|
|
|
2006-06-11 12:14:18 +00:00
|
|
|
dnl *** GNOME VFS ***
|
2001-12-17 18:37:01 +00:00
|
|
|
translit(dnm, m, l) AM_CONDITIONAL(USE_GNOME_VFS, true)
|
2007-02-28 19:27:28 +00:00
|
|
|
AG_GST_CHECK_FEATURE(GNOME_VFS, [GNOME VFS], gnomevfs, [
|
|
|
|
AG_GST_PKG_CHECK_MODULES(GNOME_VFS, gnome-vfs-2.0)
|
2001-12-17 18:37:01 +00:00
|
|
|
])
|
|
|
|
|
2004-04-30 02:25:09 +00:00
|
|
|
dnl *** libvisual ***
|
|
|
|
translit(dnm, m, l) AM_CONDITIONAL(USE_LIBVISUAL, true)
|
2007-02-28 19:27:28 +00:00
|
|
|
AG_GST_CHECK_FEATURE(LIBVISUAL, [libvisual visualization library], libvisual, [
|
|
|
|
AG_GST_PKG_CHECK_MODULES(LIBVISUAL, libvisual-0.4 >= 0.4.0)
|
2006-06-11 12:14:18 +00:00
|
|
|
if test $HAVE_LIBVISUAL = no
|
|
|
|
then
|
2007-02-28 19:27:28 +00:00
|
|
|
AG_GST_PKG_CHECK_MODULES(LIBVISUAL, libvisual = 0.2.0)
|
2006-06-11 12:14:18 +00:00
|
|
|
fi
|
2004-04-30 02:25:09 +00:00
|
|
|
])
|
|
|
|
|
2003-11-24 04:08:48 +00:00
|
|
|
dnl *** ogg ***
|
|
|
|
translit(dnm, m, l) AM_CONDITIONAL(USE_OGG, true)
|
2007-02-28 19:27:28 +00:00
|
|
|
AG_GST_CHECK_FEATURE(OGG, [Xiph Ogg library], ogg, [
|
|
|
|
AG_GST_PKG_CHECK_MODULES(OGG, ogg >= 1.0)
|
2006-06-11 12:14:18 +00:00
|
|
|
if test $HAVE_OGG = no
|
|
|
|
then
|
2004-03-10 17:21:14 +00:00
|
|
|
XIPH_PATH_OGG(HAVE_OGG="yes", HAVE_OGG="no")
|
|
|
|
AS_SCRUB_INCLUDE(OGG_CFLAGS)
|
2006-06-11 12:14:18 +00:00
|
|
|
fi
|
2003-11-24 04:08:48 +00:00
|
|
|
])
|
|
|
|
|
2005-12-01 15:14:11 +00:00
|
|
|
dnl *** pango ***
|
|
|
|
translit(dnm, m, l) AM_CONDITIONAL(USE_PANGO, true)
|
2007-02-28 19:27:28 +00:00
|
|
|
AG_GST_CHECK_FEATURE(PANGO, [Pango font rendering], pango, [
|
|
|
|
AG_GST_PKG_CHECK_MODULES(PANGO, pango pangoft2)
|
2005-12-01 15:14:11 +00:00
|
|
|
])
|
|
|
|
|
2004-01-30 20:23:24 +00:00
|
|
|
dnl *** theora ***
|
|
|
|
translit(dnm, m, l) AM_CONDITIONAL(USE_THEORA, true)
|
2007-02-28 19:27:28 +00:00
|
|
|
AG_GST_CHECK_FEATURE(THEORA, [Xiph Theora video codec], theora, [
|
|
|
|
AG_GST_PKG_CHECK_MODULES(THEORA, theora)
|
2006-06-11 12:14:18 +00:00
|
|
|
if test $HAVE_THEORA = no
|
|
|
|
then
|
2007-02-28 19:27:28 +00:00
|
|
|
AG_GST_CHECK_LIBHEADER(THEORA, theora, theora_version_string, "-logg", theora/theora.h, THEORA_LIBS="-ltheora -logg")
|
2004-06-07 12:01:51 +00:00
|
|
|
AC_SUBST(THEORA_LIBS)
|
2006-06-11 12:14:18 +00:00
|
|
|
fi
|
2004-01-30 20:23:24 +00:00
|
|
|
])
|
|
|
|
|
2001-12-17 18:37:01 +00:00
|
|
|
dnl *** vorbis ***
|
|
|
|
dnl AM_PATH_VORBIS only takes two options
|
|
|
|
translit(dnm, m, l) AM_CONDITIONAL(USE_VORBIS, true)
|
2007-02-28 19:27:28 +00:00
|
|
|
AG_GST_CHECK_FEATURE(VORBIS, [Xiph Vorbis audio codec], vorbis, [
|
|
|
|
AG_GST_PKG_CHECK_MODULES(VORBIS, vorbis >= 1.0 vorbisenc >= 1.0)
|
2006-06-11 12:14:18 +00:00
|
|
|
if test $HAVE_VORBIS = no
|
|
|
|
then
|
2004-03-14 10:33:44 +00:00
|
|
|
XIPH_PATH_VORBIS(HAVE_VORBIS="yes", HAVE_VORBIS="no")
|
|
|
|
AS_SCRUB_INCLUDE(VORBIS_CFLAGS)
|
2006-06-11 12:14:18 +00:00
|
|
|
fi
|
2001-12-17 18:37:01 +00:00
|
|
|
])
|
2006-06-11 12:14:18 +00:00
|
|
|
|
2004-02-01 19:21:01 +00:00
|
|
|
if test "x$HAVE_VORBIS" = "xyes"; then
|
|
|
|
ac_cflags_save="$CFLAGS"
|
2004-03-14 10:33:44 +00:00
|
|
|
dnl FIXME: does this work on non-gcc? -- Company
|
2005-07-10 12:03:58 +00:00
|
|
|
dnl FIXME: no, it doesn't. Why is this here in the first place ? -- thomasvs
|
2004-02-01 19:21:01 +00:00
|
|
|
CFLAGS="-Wall -Werror"
|
|
|
|
AC_COMPILE_IFELSE(
|
|
|
|
AC_LANG_PROGRAM([
|
|
|
|
#include <vorbis/codec.h>
|
|
|
|
],[
|
|
|
|
vorbis_dsp_state *v;
|
|
|
|
|
|
|
|
vorbis_synthesis_restart (v);
|
|
|
|
]), HAVE_VSR=yes, HAVE_VSR=no)
|
|
|
|
if test "x$HAVE_VSR" = "xyes"; then
|
|
|
|
AC_DEFINE_UNQUOTED(HAVE_VORBIS_SYNTHESIS_RESTART, 1,
|
|
|
|
[defined if vorbis_synthesis_restart is present])
|
|
|
|
fi
|
|
|
|
CFLAGS="$ac_cflags_save"
|
|
|
|
fi
|
2001-12-17 18:37:01 +00:00
|
|
|
|
2006-06-17 14:13:03 +00:00
|
|
|
else
|
|
|
|
|
|
|
|
dnl not building plugins with external dependencies,
|
|
|
|
dnl but we still need to set the conditionals
|
|
|
|
AM_CONDITIONAL(USE_ALSA, false)
|
|
|
|
AM_CONDITIONAL(USE_CDPARANOIA, false)
|
|
|
|
AM_CONDITIONAL(USE_GNOME_VFS, false)
|
|
|
|
AM_CONDITIONAL(USE_LIBVISUAL, false)
|
|
|
|
AM_CONDITIONAL(USE_OGG, false)
|
|
|
|
AM_CONDITIONAL(USE_PANGO, false)
|
|
|
|
AM_CONDITIONAL(USE_THEORA, false)
|
|
|
|
AM_CONDITIONAL(USE_VORBIS, false)
|
|
|
|
|
2002-06-14 16:44:33 +00:00
|
|
|
fi dnl of EXT plugins
|
|
|
|
|
2002-08-17 17:57:38 +00:00
|
|
|
dnl seeking needs freetype, so check for it here
|
2004-03-10 17:21:14 +00:00
|
|
|
PKG_CHECK_MODULES(FT2, freetype2 >= 2.0.9, HAVE_FT2="yes", [
|
|
|
|
AC_CHECK_FT2(2.0.9, HAVE_FT2="yes", HAVE_FT2="no")
|
|
|
|
])
|
2002-08-17 17:57:38 +00:00
|
|
|
dnl make the HAVE_FT2 variable available to automake and Makefile.am
|
|
|
|
AM_CONDITIONAL(HAVE_FT2, test "x$HAVE_FT2" = "xyes")
|
|
|
|
AC_SUBST(FT2_CFLAGS)
|
|
|
|
AC_SUBST(FT2_LIBS)
|
|
|
|
|
2005-10-16 13:54:44 +00:00
|
|
|
dnl *** finalize CFLAGS, LDFLAGS, LIBS
|
|
|
|
|
|
|
|
dnl Overview:
|
|
|
|
dnl GST_OPTION_CFLAGS: common flags for profiling, debugging, errors, ...
|
2005-11-27 16:18:50 +00:00
|
|
|
dnl GST_*: flags shared by built objects to link against GStreamer
|
2007-01-04 12:49:48 +00:00
|
|
|
dnl GST_PLUGINS_BASE_CFLAGS: to link internally against the plugins base libs
|
|
|
|
dnl (compare to other modules) or for i18n
|
2005-11-27 16:18:50 +00:00
|
|
|
dnl GST_ALL_LDFLAGS: linker flags shared by all
|
|
|
|
dnl GST_LIB_LDFLAGS: additional linker flags for all libaries
|
2005-10-16 13:54:44 +00:00
|
|
|
dnl GST_LT_LDFLAGS: library versioning of our libraries
|
|
|
|
dnl GST_PLUGIN_LDFLAGS: flags to be used for all plugins
|
|
|
|
|
|
|
|
dnl GST_OPTION_CFLAGS
|
|
|
|
if test "x$USE_DEBUG" = xyes; then
|
|
|
|
PROFILE_CFLAGS="-g"
|
|
|
|
fi
|
|
|
|
AC_SUBST(PROFILE_CFLAGS)
|
|
|
|
|
|
|
|
DEPRECATED_CFLAGS="-DGST_DISABLE_DEPRECATED"
|
|
|
|
AC_SUBST(DEPRECATED_CFLAGS)
|
|
|
|
|
|
|
|
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)
|
|
|
|
|
|
|
|
dnl our libraries need to be versioned correctly
|
|
|
|
AC_SUBST(GST_LT_LDFLAGS)
|
|
|
|
|
2007-01-04 12:49:48 +00:00
|
|
|
dnl GST_PLUGINS_BASE_CFLAGS
|
2003-01-16 09:54:28 +00:00
|
|
|
dnl prefer internal headers to already installed ones
|
2004-07-06 15:32:08 +00:00
|
|
|
dnl also add builddir include for enumtypes and marshal
|
2007-01-04 12:49:48 +00:00
|
|
|
GST_PLUGINS_BASE_CFLAGS="-I\$(top_srcdir)/gst-libs -I\$(top_builddir)/gst-libs"
|
|
|
|
AC_SUBST(GST_PLUGINS_BASE_CFLAGS)
|
|
|
|
|
|
|
|
dnl FIXME: do we want to rename to GST_ALL_* ?
|
2005-11-27 16:18:50 +00:00
|
|
|
dnl add GST_OPTION_CFLAGS, but overridable
|
2007-01-04 12:49:48 +00:00
|
|
|
GST_CFLAGS="$GST_CFLAGS \$(GST_OPTION_CFLAGS)"
|
2001-12-21 12:46:50 +00:00
|
|
|
AC_SUBST(GST_CFLAGS)
|
2006-07-02 21:48:51 +00:00
|
|
|
dnl add GCOV libs because libtool strips -fprofile-arcs -ftest-coverage
|
|
|
|
GST_LIBS="$GST_LIBS \$(GCOV_LIBS)"
|
2005-10-16 13:54:44 +00:00
|
|
|
AC_SUBST(GST_LIBS)
|
2001-12-17 18:37:01 +00:00
|
|
|
|
2005-11-27 16:18:50 +00:00
|
|
|
dnl LDFLAGS really should only contain flags, not libs - they get added before
|
|
|
|
dnl whatevertarget_LIBS and -L flags here affect the rest of the linking
|
|
|
|
GST_ALL_LDFLAGS="-no-undefined"
|
|
|
|
AC_SUBST(GST_ALL_LDFLAGS)
|
|
|
|
|
|
|
|
dnl GST_LIB_LDFLAGS
|
|
|
|
dnl linker flags shared by all libraries
|
|
|
|
dnl LDFLAGS modifier defining exported symbols from built libraries
|
|
|
|
GST_LIB_LDFLAGS="-export-symbols-regex [_]*\(gst_\|Gst\|GST_\).*"
|
|
|
|
AC_SUBST(GST_LIB_LDFLAGS)
|
|
|
|
|
2005-10-16 13:54:44 +00:00
|
|
|
dnl this really should only contain flags, not libs - they get added before
|
|
|
|
dnl whatevertarget_LIBS and -L flags here affect the rest of the linking
|
2005-11-27 16:18:50 +00:00
|
|
|
GST_PLUGIN_LDFLAGS="-module -avoid-version -export-symbols-regex '^[_]*gst_plugin_desc\$\$' $GST_ALL_LDFLAGS"
|
2005-10-16 13:54:44 +00:00
|
|
|
AC_SUBST(GST_PLUGIN_LDFLAGS)
|
2003-10-31 20:03:29 +00:00
|
|
|
|
2005-10-16 13:54:44 +00:00
|
|
|
dnl *** output files ***
|
2001-12-17 18:37:01 +00:00
|
|
|
|
2002-02-08 20:12:28 +00:00
|
|
|
AC_CONFIG_FILES(
|
2001-12-17 18:37:01 +00:00
|
|
|
Makefile
|
2005-05-05 15:06:40 +00:00
|
|
|
gst-plugins-base.spec
|
2001-12-21 11:46:15 +00:00
|
|
|
gst/Makefile
|
2001-12-23 20:21:19 +00:00
|
|
|
gst/adder/Makefile
|
2003-04-14 01:20:30 +00:00
|
|
|
gst/audioconvert/Makefile
|
2005-05-06 03:32:51 +00:00
|
|
|
gst/audiorate/Makefile
|
2005-08-24 14:08:58 +00:00
|
|
|
gst/audioresample/Makefile
|
add new plugin and element
Original commit message from CVS:
* configure.ac:
* docs/plugins/gst-plugins-base-plugins-docs.sgml:
* docs/plugins/gst-plugins-base-plugins-sections.txt:
* gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
* gst/audiotestsrc/Makefile.am:
* gst/audiotestsrc/gstaudiotestsrc.c:
(gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
(gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
(gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
(gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
(gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
(gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
(gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
(gst_audiotestsrc_create_silence),
(gst_audiotestsrc_create_white_noise),
(gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
(gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
(gst_audiotestsrc_start), (plugin_init):
* gst/audiotestsrc/gstaudiotestsrc.h:
add new plugin and element
* gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
use gobject_class
2005-10-09 18:34:44 +00:00
|
|
|
gst/audiotestsrc/Makefile
|
2004-03-15 16:27:29 +00:00
|
|
|
gst/ffmpegcolorspace/Makefile
|
2006-08-21 19:01:41 +00:00
|
|
|
gst/gdp/Makefile
|
Added some playback helper elements and some test apps, very alpha still.
Original commit message from CVS:
* configure.ac:
* gst/playback/Makefile.am:
* gst/playback/decodetest.c: (main):
* gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
(gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
(compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
(find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
(close_link), (type_found), (gst_decode_bin_set_property),
(gst_decode_bin_get_property), (gst_decode_bin_change_state),
(gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
(gst_decode_bin_get_formats), (gst_decode_bin_convert),
(gst_decode_bin_get_query_types), (gst_decode_bin_query),
(plugin_init):
* gst/playback/gstplaybin.c: (gst_play_bin_get_type),
(gst_play_bin_class_init), (gst_play_bin_init),
(gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
(collect_sink_pads), (find_compatibles), (close_pad_link),
(try_to_link_1), (new_pad), (close_link), (type_found),
(setup_source), (gst_play_bin_set_property),
(gst_play_bin_get_property), (gst_play_bin_factory_filter),
(compare_ranks), (gst_play_bin_collect_factories),
(gst_play_bin_change_state), (gst_play_bin_add_element),
(gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
(gst_play_bin_send_event), (gst_play_bin_get_formats),
(gst_play_bin_convert), (gst_play_bin_get_query_types),
(gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
* gst/playback/test.c: (main):
Added some playback helper elements and some test apps, very alpha
still.
2004-07-05 11:14:30 +00:00
|
|
|
gst/playback/Makefile
|
2005-05-06 03:32:51 +00:00
|
|
|
gst/subparse/Makefile
|
Ported tcp plugins to 0.9.
Original commit message from CVS:
* configure.ac:
* gst/tcp/Makefile.am:
* gst/tcp/README:
* gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
(gst_multifdsink_base_init), (gst_multifdsink_class_init),
(gst_multifdsink_init), (gst_multifdsink_remove_client_link),
(is_sync_frame), (gst_multifdsink_handle_client_write),
(gst_multifdsink_render), (gst_multifdsink_start),
(gst_multifdsink_stop), (gst_multifdsink_change_state):
* gst/tcp/gstmultifdsink.h:
* gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
(gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
(gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
* gst/tcp/gsttcp.h:
* gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
(gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
(gst_tcpclientsink_render), (gst_tcpclientsink_start),
(gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
* gst/tcp/gsttcpclientsink.h:
* gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
(gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
(gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
(gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
(gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
* gst/tcp/gsttcpclientsrc.h:
* gst/tcp/gsttcpplugin.c: (plugin_init):
* gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
* gst/tcp/gsttcpserversink.h:
* gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
(gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
(gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
(gst_tcpserversrc_create), (gst_tcpserversrc_start),
(gst_tcpserversrc_stop):
* gst/tcp/gsttcpserversrc.h:
* gst/tcp/gsttcpsink.c:
* gst/tcp/gsttcpsink.h:
* gst/tcp/gsttcpsrc.c:
* gst/tcp/gsttcpsrc.h:
Ported tcp plugins to 0.9.
2005-07-05 10:21:40 +00:00
|
|
|
gst/tcp/Makefile
|
2003-10-28 20:52:41 +00:00
|
|
|
gst/typefind/Makefile
|
2002-07-26 22:20:45 +00:00
|
|
|
gst/videotestsrc/Makefile
|
2005-06-23 17:10:55 +00:00
|
|
|
gst/videorate/Makefile
|
2005-07-01 17:13:02 +00:00
|
|
|
gst/videoscale/Makefile
|
2005-05-09 21:37:17 +00:00
|
|
|
gst/volume/Makefile
|
2001-12-20 20:16:57 +00:00
|
|
|
sys/Makefile
|
2003-11-07 00:53:32 +00:00
|
|
|
sys/ximage/Makefile
|
2003-11-12 03:06:07 +00:00
|
|
|
sys/xvimage/Makefile
|
2005-07-05 14:54:19 +00:00
|
|
|
sys/v4l/Makefile
|
2001-12-20 23:13:50 +00:00
|
|
|
ext/Makefile
|
2001-12-23 00:25:30 +00:00
|
|
|
ext/alsa/Makefile
|
2001-12-23 13:06:22 +00:00
|
|
|
ext/cdparanoia/Makefile
|
2001-12-23 16:42:33 +00:00
|
|
|
ext/gnomevfs/Makefile
|
2004-04-30 02:25:09 +00:00
|
|
|
ext/libvisual/Makefile
|
2003-11-24 04:08:48 +00:00
|
|
|
ext/ogg/Makefile
|
2005-12-01 15:14:11 +00:00
|
|
|
ext/pango/Makefile
|
2004-01-30 20:23:24 +00:00
|
|
|
ext/theora/Makefile
|
|
|
|
ext/vorbis/Makefile
|
2001-12-21 11:46:15 +00:00
|
|
|
gst-libs/Makefile
|
2001-12-22 23:57:40 +00:00
|
|
|
gst-libs/gst/Makefile
|
|
|
|
gst-libs/gst/audio/Makefile
|
Add new libgstcdda with GstCddaBaseSrc class.
Original commit message from CVS:
* configure.ac:
* gst-libs/gst/Makefile.am:
* gst-libs/gst/cdda/Makefile.am:
* gst-libs/gst/cdda/base64.c:
* gst-libs/gst/cdda/base64.h:
* gst-libs/gst/cdda/gstcddabasesrc.c:
(gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
(gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
(gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
(gst_cdda_base_src_get_property),
(gst_cdda_base_src_get_track_from_sector),
(gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
(gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
(gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
(gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
(gst_cdda_base_src_uri_get_protocols),
(gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
(gst_cdda_base_src_uri_handler_init),
(gst_cdda_base_src_setup_interfaces),
(gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
(cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
(lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
(gst_cdda_base_src_add_tags),
(gst_cdda_base_src_add_index_associations),
(gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
(gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
(gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
(gst_cdda_base_src_create):
* gst-libs/gst/cdda/gstcddabasesrc.h:
* gst-libs/gst/cdda/sha1.c:
* gst-libs/gst/cdda/sha1.h:
Add new libgstcdda with GstCddaBaseSrc class.
2005-12-28 18:06:50 +00:00
|
|
|
gst-libs/gst/cdda/Makefile
|
2002-07-01 15:41:13 +00:00
|
|
|
gst-libs/gst/floatcast/Makefile
|
2005-06-30 11:58:40 +00:00
|
|
|
gst-libs/gst/interfaces/Makefile
|
2005-11-29 17:46:37 +00:00
|
|
|
gst-libs/gst/netbuffer/Makefile
|
2001-12-23 12:18:18 +00:00
|
|
|
gst-libs/gst/riff/Makefile
|
2005-07-14 10:29:30 +00:00
|
|
|
gst-libs/gst/rtp/Makefile
|
2003-12-14 19:50:00 +00:00
|
|
|
gst-libs/gst/tag/Makefile
|
rename utils to pbutils
Original commit message from CVS:
* configure.ac:
* docs/libs/gst-plugins-base-libs-docs.sgml:
* docs/libs/gst-plugins-base-libs-sections.txt:
* gst-libs/gst/Makefile.am:
* gst-libs/gst/interfaces/mixer.c:
* gst-libs/gst/pbutils/Makefile.am:
* gst-libs/gst/pbutils/descriptions.c:
(gst_pb_utils_get_source_description),
(gst_pb_utils_get_sink_description),
(gst_pb_utils_get_decoder_description),
(gst_pb_utils_get_encoder_description),
(gst_pb_utils_get_element_description),
(gst_pb_utils_add_codec_description_to_tag_list),
(gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
* gst-libs/gst/pbutils/descriptions.h:
* gst-libs/gst/pbutils/install-plugins.c:
* gst-libs/gst/pbutils/install-plugins.h:
* gst-libs/gst/pbutils/missing-plugins.c:
(gst_missing_uri_source_message_new),
(gst_missing_uri_sink_message_new),
(gst_missing_element_message_new),
(gst_missing_decoder_message_new),
(gst_missing_encoder_message_new),
(gst_missing_plugin_message_get_description):
* gst-libs/gst/pbutils/missing-plugins.h:
* gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
* gst-libs/gst/pbutils/pbutils.h:
* gst-libs/gst/utils/Makefile.am:
* gst-libs/gst/utils/base-utils.c:
* gst-libs/gst/utils/base-utils.h:
* gst-libs/gst/utils/descriptions.c:
* gst-libs/gst/utils/descriptions.h:
* gst-libs/gst/utils/install-plugins.c:
* gst-libs/gst/utils/install-plugins.h:
* gst-libs/gst/utils/missing-plugins.c:
* gst-libs/gst/utils/missing-plugins.h:
* gst-plugins-base.spec.in:
* gst/playback/Makefile.am:
* gst/playback/gstdecodebin.c:
* gst/playback/gstdecodebin2.c:
* gst/playback/gstplaybasebin.c: (setup_subtitle),
(gen_source_element):
* gst/playback/gstplaybin.c: (plugin_init):
* tests/check/Makefile.am:
* tests/check/libs/pbutils.c: (GST_START_TEST),
(test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
* tests/check/libs/utils.c:
rename utils to pbutils
2007-03-04 23:39:51 +00:00
|
|
|
gst-libs/gst/pbutils/Makefile
|
2002-09-26 12:20:12 +00:00
|
|
|
gst-libs/gst/video/Makefile
|
2002-02-04 20:57:13 +00:00
|
|
|
tools/Makefile
|
2006-01-29 18:07:51 +00:00
|
|
|
win32/common/config.h
|
2003-04-07 21:34:30 +00:00
|
|
|
pkgconfig/Makefile
|
2005-06-30 13:25:15 +00:00
|
|
|
pkgconfig/gstreamer-plugins-base.pc
|
|
|
|
pkgconfig/gstreamer-plugins-base-uninstalled.pc
|
2005-11-30 17:05:56 +00:00
|
|
|
tests/Makefile
|
|
|
|
tests/check/Makefile
|
2005-11-30 17:38:24 +00:00
|
|
|
tests/examples/Makefile
|
|
|
|
tests/examples/seek/Makefile
|
2005-12-30 14:54:06 +00:00
|
|
|
tests/examples/volume/Makefile
|
2005-12-01 14:50:24 +00:00
|
|
|
tests/icles/Makefile
|
2005-06-29 10:56:25 +00:00
|
|
|
docs/Makefile
|
2007-01-01 18:59:49 +00:00
|
|
|
docs/design/Makefile
|
2005-06-29 10:56:25 +00:00
|
|
|
docs/libs/Makefile
|
2005-08-05 17:13:10 +00:00
|
|
|
docs/plugins/Makefile
|
2005-06-29 10:56:25 +00:00
|
|
|
docs/version.entities
|
2004-01-19 15:45:55 +00:00
|
|
|
po/Makefile.in
|
2004-03-18 12:38:53 +00:00
|
|
|
common/Makefile
|
|
|
|
common/m4/Makefile
|
|
|
|
m4/Makefile
|
2001-12-17 18:37:01 +00:00
|
|
|
)
|
2002-02-08 20:12:28 +00:00
|
|
|
AC_OUTPUT
|
|
|
|
|
2007-02-28 19:27:28 +00:00
|
|
|
AG_GST_OUTPUT_PLUGINS
|