2002-02-06 18:18:16 +00:00
|
|
|
dnl autoconf configuration file for gst-plugins
|
2001-12-17 18:37:01 +00:00
|
|
|
AC_INIT
|
2004-08-02 11:39:17 +00:00
|
|
|
AC_CANONICAL_TARGET
|
2001-12-17 18:37:01 +00:00
|
|
|
|
2002-02-16 05:44:09 +00:00
|
|
|
dnl We disable static building for development, for time savings
|
|
|
|
dnl this goes before AS_LIBTOOL to appease autoconf
|
|
|
|
dnl *NOTE*: dnl this line before release, so release does static too
|
|
|
|
AM_DISABLE_STATIC
|
|
|
|
|
2002-08-27 09:54:08 +00:00
|
|
|
dnl AM_MAINTAINER_MODE only provides the option to configure to enable it
|
|
|
|
AM_MAINTAINER_MODE
|
|
|
|
|
2002-02-06 18:18:16 +00:00
|
|
|
dnl when going to/from release please set the nano (fourth number) right !
|
2002-08-27 09:54:08 +00:00
|
|
|
dnl releases only do Wall, cvs and prerelease does Werror too
|
2005-06-18 22:48:36 +00:00
|
|
|
AS_VERSION(gst-plugins-base, GST_PLUGINS_VERSION, 0, 9, 1, 1, GST_CVS="no", GST_CVS="yes")
|
2003-09-19 06:24:35 +00:00
|
|
|
|
2002-02-21 17:20:35 +00:00
|
|
|
AM_INIT_AUTOMAKE($PACKAGE,$VERSION)
|
2002-12-08 14:50:09 +00:00
|
|
|
|
|
|
|
dnl our libraries and install dirs use major.minor as a version
|
|
|
|
GST_MAJORMINOR=$GST_PLUGINS_VERSION_MAJOR.$GST_PLUGINS_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
|
|
|
|
GST_MAJORMINOR=0.9
|
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
|
2004-07-08 17:34:08 +00:00
|
|
|
dnl for 0.8.3 release, gst_play_get_all_by_interface was added, so update
|
2004-03-15 23:31:46 +00:00
|
|
|
AS_LIBTOOL(GST_PLUGINS, 1, 0, 1)
|
2004-02-04 21:30:15 +00:00
|
|
|
AM_PROG_LIBTOOL
|
2001-12-17 18:37:01 +00:00
|
|
|
|
2002-02-06 18:18:16 +00:00
|
|
|
dnl FIXME take something else ?
|
2005-02-23 12:45:50 +00:00
|
|
|
AC_CONFIG_SRCDIR([gst/sine/gstsinesrc.c])
|
2002-02-06 18:18:16 +00:00
|
|
|
AM_CONFIG_HEADER(config.h)
|
2001-12-17 18:37:01 +00:00
|
|
|
|
2002-02-06 18:18:16 +00:00
|
|
|
dnl Add parameters for aclocal
|
|
|
|
dnl (This must come after AM_INIT_AUTOMAKE, since it modifies ACLOCAL)
|
2004-05-17 00:38:59 +00:00
|
|
|
ACLOCAL_FLAGS="-I m4 -I common/m4"
|
2002-09-18 22:06:14 +00:00
|
|
|
AC_SUBST(ACLOCAL_AMFLAGS, $ACLOCAL_FLAGS)
|
2002-02-06 18:18:16 +00:00
|
|
|
|
2001-12-17 18:37:01 +00:00
|
|
|
AC_PROG_CC
|
|
|
|
AM_PROG_CC_STDC
|
|
|
|
AM_PROG_AS
|
|
|
|
AS="${CC}"
|
2004-07-13 06:36:55 +00:00
|
|
|
AS_PROG_OBJC
|
|
|
|
|
2004-01-19 15:45:55 +00:00
|
|
|
dnl the gettext stuff needed
|
2004-02-11 16:29:22 +00:00
|
|
|
AM_GNU_GETTEXT_VERSION(0.11.5)
|
2004-01-19 15:45:55 +00:00
|
|
|
AM_GNU_GETTEXT([external])
|
|
|
|
|
2005-05-05 15:06:40 +00:00
|
|
|
GETTEXT_PACKAGE=gst-plugins-base-$GST_MAJORMINOR
|
2004-01-19 15:45:55 +00:00
|
|
|
AC_SUBST(GETTEXT_PACKAGE)
|
|
|
|
AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE], "$GETTEXT_PACKAGE",
|
|
|
|
[gettext package name])
|
|
|
|
|
|
|
|
dnl define LOCALEDIR in config.h
|
|
|
|
AS_AC_EXPAND(LOCALEDIR, $datadir/locale)
|
|
|
|
AC_DEFINE_UNQUOTED([LOCALEDIR], "$LOCALEDIR",
|
|
|
|
[gettext locale dir])
|
|
|
|
|
2003-05-21 15:16:51 +00:00
|
|
|
dnl decide on error flags
|
2003-05-21 18:16:30 +00:00
|
|
|
AS_COMPILER_FLAG(-Wall, GST_WALL="yes", GST_WALL="no")
|
2003-05-21 15:16:51 +00:00
|
|
|
|
2003-05-21 18:16:30 +00:00
|
|
|
if test "x$GST_WALL" = "xyes"; then
|
2005-05-09 11:55:12 +00:00
|
|
|
GST_ERROR="$GST_ERROR -Wall"
|
2003-05-21 18:16:30 +00:00
|
|
|
|
2005-07-04 10:37:25 +00:00
|
|
|
if test "x$GST_CVS" = "xyes"; then
|
|
|
|
AS_COMPILER_FLAG(-Werror,GST_ERROR="$GST_ERROR -Werror",GST_ERROR="$GST_ERROR")
|
|
|
|
fi
|
2003-05-21 15:16:51 +00:00
|
|
|
fi
|
|
|
|
|
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)
|
|
|
|
dnl determine c++ preprocessor
|
2001-12-17 18:37:01 +00:00
|
|
|
AC_PROG_CXXCPP
|
|
|
|
AC_ISC_POSIX
|
|
|
|
|
|
|
|
AC_HEADER_STDC([])
|
2004-01-30 20:23:24 +00:00
|
|
|
AC_C_INLINE
|
2004-02-03 02:40:15 +00:00
|
|
|
AX_CREATE_STDINT_H
|
2001-12-17 18:37:01 +00:00
|
|
|
|
2004-03-15 16:27:29 +00:00
|
|
|
dnl Check for malloc.h
|
|
|
|
AC_CHECK_HEADER(malloc.h,[
|
|
|
|
AC_DEFINE(HAVE_MALLOC_H, 1, [whether malloc.h available])
|
|
|
|
])
|
|
|
|
|
2003-11-11 03:22:53 +00:00
|
|
|
dnl Check for a way to display the function name in debug output
|
|
|
|
GST_CHECK_FUNCTION()
|
|
|
|
|
2003-11-06 02:32:42 +00:00
|
|
|
dnl define correct errorlevel for debugging messages. We want to have GST_ERROR
|
|
|
|
dnl messages printed when running cvs builds
|
|
|
|
if test "x$GST_CVS" = "xyes"; then
|
|
|
|
AC_DEFINE(GST_LEVEL_DEFAULT, GST_LEVEL_ERROR, [Default errorlevel to use])
|
|
|
|
fi
|
|
|
|
|
2004-05-20 19:19:26 +00:00
|
|
|
dnl Check for FIONREAD ioctl declaration :
|
2004-05-20 19:43:25 +00:00
|
|
|
GST_CHECK_FIONREAD()
|
2004-05-20 19:19:26 +00:00
|
|
|
|
2004-12-14 06:43:30 +00:00
|
|
|
DEFAULT_AUDIOSINK="osssink"
|
|
|
|
DEFAULT_VIDEOSINK="xvimagesink"
|
|
|
|
DEFAULT_AUDIOSRC="osssrc"
|
|
|
|
DEFAULT_VIDEOSRC="v4lsrc"
|
|
|
|
DEFAULT_VISUALIZER="goom"
|
|
|
|
case "$host" in
|
|
|
|
*-sun-* | *pc-solaris* )
|
|
|
|
DEFAULT_AUDIOSINK="sunaudiosink"
|
|
|
|
DEFAULT_VIDEOSINK="ximagesink"
|
|
|
|
DEFAULT_AUDIOSRC="sunaudiosrc"
|
|
|
|
;;
|
|
|
|
*-darwin* )
|
|
|
|
DEFAULT_AUDIOSINK="osxaudiosink"
|
|
|
|
DEFAULT_AUDIOSRC="osxaudiosrc"
|
|
|
|
DEFAULT_VIDEOSINK="osxvideosink"
|
|
|
|
;;
|
|
|
|
esac
|
|
|
|
|
|
|
|
AC_SUBST(DEFAULT_AUDIOSINK)
|
configure.ac: Put DEFAULT_AUDIOSINK in config.h and use whereever possible. (Fixes #165997)
Original commit message from CVS:
* configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
whereever possible. (Fixes #165997)
* examples/capsfilter/capsfilter1.c: (main):
* examples/dynparams/filter.c: (create_ui):
* examples/seeking/cdparanoia.c: (get_track_info), (main):
* examples/seeking/chained.c: (main):
* examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
(make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
(make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
(make_mpeg_pipeline), (make_mpegnt_pipeline):
* examples/seeking/spider_seek.c: (make_spider_pipeline):
* examples/switch/switcher.c: (main):
* ext/dv/demo-play.c: (main):
* ext/faad/gstfaad.c: (gst_faad_change_state):
* ext/mad/gstmad.c: (gst_mad_chain):
* ext/smoothwave/demo-osssrc.c: (main):
* gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
(gst_gconf_render_bin_from_description),
(gst_gconf_get_default_audio_sink),
(gst_gconf_get_default_video_sink),
(gst_gconf_get_default_audio_src),
(gst_gconf_get_default_video_src),
(gst_gconf_get_default_visualization_element):
* gst/level/demo.c: (main):
* gst/level/plot.c: (main):
* gst/playback/gstplaybin.c: (gen_video_element),
(gen_audio_element):
* gst/playback/test.c: (gen_video_element), (gen_audio_element):
* gst/playondemand/demo-mp3.c: (setup_pipeline):
* gst/sine/demo-dparams.c: (main):
* gst/spectrum/demo-osssrc.c: (main):
* gst/speed/demo-mp3.c: (main):
* gst/volume/demo.c: (main):
* testsuite/embed/embed.c: (main):
2005-02-02 08:14:01 +00:00
|
|
|
AC_DEFINE_UNQUOTED(DEFAULT_AUDIOSINK,"$DEFAULT_AUDIOSINK",[Default audio sink])
|
2004-12-14 06:43:30 +00:00
|
|
|
AC_SUBST(DEFAULT_AUDIOSRC)
|
configure.ac: Put DEFAULT_AUDIOSINK in config.h and use whereever possible. (Fixes #165997)
Original commit message from CVS:
* configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
whereever possible. (Fixes #165997)
* examples/capsfilter/capsfilter1.c: (main):
* examples/dynparams/filter.c: (create_ui):
* examples/seeking/cdparanoia.c: (get_track_info), (main):
* examples/seeking/chained.c: (main):
* examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
(make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
(make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
(make_mpeg_pipeline), (make_mpegnt_pipeline):
* examples/seeking/spider_seek.c: (make_spider_pipeline):
* examples/switch/switcher.c: (main):
* ext/dv/demo-play.c: (main):
* ext/faad/gstfaad.c: (gst_faad_change_state):
* ext/mad/gstmad.c: (gst_mad_chain):
* ext/smoothwave/demo-osssrc.c: (main):
* gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
(gst_gconf_render_bin_from_description),
(gst_gconf_get_default_audio_sink),
(gst_gconf_get_default_video_sink),
(gst_gconf_get_default_audio_src),
(gst_gconf_get_default_video_src),
(gst_gconf_get_default_visualization_element):
* gst/level/demo.c: (main):
* gst/level/plot.c: (main):
* gst/playback/gstplaybin.c: (gen_video_element),
(gen_audio_element):
* gst/playback/test.c: (gen_video_element), (gen_audio_element):
* gst/playondemand/demo-mp3.c: (setup_pipeline):
* gst/sine/demo-dparams.c: (main):
* gst/spectrum/demo-osssrc.c: (main):
* gst/speed/demo-mp3.c: (main):
* gst/volume/demo.c: (main):
* testsuite/embed/embed.c: (main):
2005-02-02 08:14:01 +00:00
|
|
|
AC_DEFINE_UNQUOTED(DEFAULT_AUDIOSRC,"$DEFAULT_AUDIOSRC",[Default audio source])
|
2004-12-14 06:43:30 +00:00
|
|
|
AC_SUBST(DEFAULT_VIDEOSINK)
|
configure.ac: Put DEFAULT_AUDIOSINK in config.h and use whereever possible. (Fixes #165997)
Original commit message from CVS:
* configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
whereever possible. (Fixes #165997)
* examples/capsfilter/capsfilter1.c: (main):
* examples/dynparams/filter.c: (create_ui):
* examples/seeking/cdparanoia.c: (get_track_info), (main):
* examples/seeking/chained.c: (main):
* examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
(make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
(make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
(make_mpeg_pipeline), (make_mpegnt_pipeline):
* examples/seeking/spider_seek.c: (make_spider_pipeline):
* examples/switch/switcher.c: (main):
* ext/dv/demo-play.c: (main):
* ext/faad/gstfaad.c: (gst_faad_change_state):
* ext/mad/gstmad.c: (gst_mad_chain):
* ext/smoothwave/demo-osssrc.c: (main):
* gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
(gst_gconf_render_bin_from_description),
(gst_gconf_get_default_audio_sink),
(gst_gconf_get_default_video_sink),
(gst_gconf_get_default_audio_src),
(gst_gconf_get_default_video_src),
(gst_gconf_get_default_visualization_element):
* gst/level/demo.c: (main):
* gst/level/plot.c: (main):
* gst/playback/gstplaybin.c: (gen_video_element),
(gen_audio_element):
* gst/playback/test.c: (gen_video_element), (gen_audio_element):
* gst/playondemand/demo-mp3.c: (setup_pipeline):
* gst/sine/demo-dparams.c: (main):
* gst/spectrum/demo-osssrc.c: (main):
* gst/speed/demo-mp3.c: (main):
* gst/volume/demo.c: (main):
* testsuite/embed/embed.c: (main):
2005-02-02 08:14:01 +00:00
|
|
|
AC_DEFINE_UNQUOTED(DEFAULT_VIDEOSINK,"$DEFAULT_VIDEOSINK",[Default video sink])
|
2004-12-14 06:43:30 +00:00
|
|
|
AC_SUBST(DEFAULT_VIDEOSRC)
|
configure.ac: Put DEFAULT_AUDIOSINK in config.h and use whereever possible. (Fixes #165997)
Original commit message from CVS:
* configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
whereever possible. (Fixes #165997)
* examples/capsfilter/capsfilter1.c: (main):
* examples/dynparams/filter.c: (create_ui):
* examples/seeking/cdparanoia.c: (get_track_info), (main):
* examples/seeking/chained.c: (main):
* examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
(make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
(make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
(make_mpeg_pipeline), (make_mpegnt_pipeline):
* examples/seeking/spider_seek.c: (make_spider_pipeline):
* examples/switch/switcher.c: (main):
* ext/dv/demo-play.c: (main):
* ext/faad/gstfaad.c: (gst_faad_change_state):
* ext/mad/gstmad.c: (gst_mad_chain):
* ext/smoothwave/demo-osssrc.c: (main):
* gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
(gst_gconf_render_bin_from_description),
(gst_gconf_get_default_audio_sink),
(gst_gconf_get_default_video_sink),
(gst_gconf_get_default_audio_src),
(gst_gconf_get_default_video_src),
(gst_gconf_get_default_visualization_element):
* gst/level/demo.c: (main):
* gst/level/plot.c: (main):
* gst/playback/gstplaybin.c: (gen_video_element),
(gen_audio_element):
* gst/playback/test.c: (gen_video_element), (gen_audio_element):
* gst/playondemand/demo-mp3.c: (setup_pipeline):
* gst/sine/demo-dparams.c: (main):
* gst/spectrum/demo-osssrc.c: (main):
* gst/speed/demo-mp3.c: (main):
* gst/volume/demo.c: (main):
* testsuite/embed/embed.c: (main):
2005-02-02 08:14:01 +00:00
|
|
|
AC_DEFINE_UNQUOTED(DEFAULT_VIDEOSRC,"$DEFAULT_VIDEOSRC",[Default video source])
|
2004-12-14 06:43:30 +00:00
|
|
|
AC_SUBST(DEFAULT_VISUALIZER)
|
configure.ac: Put DEFAULT_AUDIOSINK in config.h and use whereever possible. (Fixes #165997)
Original commit message from CVS:
* configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
whereever possible. (Fixes #165997)
* examples/capsfilter/capsfilter1.c: (main):
* examples/dynparams/filter.c: (create_ui):
* examples/seeking/cdparanoia.c: (get_track_info), (main):
* examples/seeking/chained.c: (main):
* examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
(make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
(make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
(make_mpeg_pipeline), (make_mpegnt_pipeline):
* examples/seeking/spider_seek.c: (make_spider_pipeline):
* examples/switch/switcher.c: (main):
* ext/dv/demo-play.c: (main):
* ext/faad/gstfaad.c: (gst_faad_change_state):
* ext/mad/gstmad.c: (gst_mad_chain):
* ext/smoothwave/demo-osssrc.c: (main):
* gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
(gst_gconf_render_bin_from_description),
(gst_gconf_get_default_audio_sink),
(gst_gconf_get_default_video_sink),
(gst_gconf_get_default_audio_src),
(gst_gconf_get_default_video_src),
(gst_gconf_get_default_visualization_element):
* gst/level/demo.c: (main):
* gst/level/plot.c: (main):
* gst/playback/gstplaybin.c: (gen_video_element),
(gen_audio_element):
* gst/playback/test.c: (gen_video_element), (gen_audio_element):
* gst/playondemand/demo-mp3.c: (setup_pipeline):
* gst/sine/demo-dparams.c: (main):
* gst/spectrum/demo-osssrc.c: (main):
* gst/speed/demo-mp3.c: (main):
* gst/volume/demo.c: (main):
* testsuite/embed/embed.c: (main):
2005-02-02 08:14:01 +00:00
|
|
|
AC_DEFINE_UNQUOTED(DEFAULT_VISUALIZER,"$DEFAULT_VISUALIZER",[Default visualizer])
|
2004-12-14 06:43:30 +00:00
|
|
|
|
2002-06-14 16:44:33 +00:00
|
|
|
dnl ############################################
|
|
|
|
dnl # Super Duper options for plug-in building #
|
|
|
|
dnl ############################################
|
|
|
|
|
|
|
|
dnl ext plug-ins; plug-ins that have external dependencies
|
|
|
|
GST_CHECK_FEATURE(EXTERNAL, [enable building of plug-ins with external deps],,
|
|
|
|
[HAVE_EXTERNAL=yes],enabled,
|
|
|
|
[
|
2002-09-15 21:26:03 +00:00
|
|
|
AC_MSG_WARN(building external plug-ins)
|
2002-06-14 16:44:33 +00:00
|
|
|
BUILD_EXTERNAL="yes"
|
|
|
|
],[
|
|
|
|
AC_MSG_WARN(all plug-ins with external dependencies will not be built)
|
|
|
|
BUILD_EXTERNAL="no"
|
|
|
|
])
|
2002-06-15 17:50:20 +00:00
|
|
|
# make BUILD_EXTERNAL available to Makefile.am
|
|
|
|
AM_CONDITIONAL(BUILD_EXTERNAL, test "x$BUILD_EXTERNAL" = "xyes")
|
2001-12-17 18:37:01 +00:00
|
|
|
|
2002-06-14 16:44:33 +00:00
|
|
|
dnl experimental plug-ins; stuff that hasn't had the dust settle yet
|
2002-06-10 14:19:30 +00:00
|
|
|
dnl read 'builds, but might not work'UTO
|
2002-06-14 16:44:33 +00:00
|
|
|
GST_CHECK_FEATURE(EXPERIMENTAL, [enable building of experimental plug-ins],,
|
2001-12-20 21:18:37 +00:00
|
|
|
[HAVE_EXPERIMENTAL=yes],disabled,
|
|
|
|
[
|
2002-06-14 16:44:33 +00:00
|
|
|
AC_MSG_WARN(building experimental plug-ins)
|
2002-02-04 10:51:26 +00:00
|
|
|
USE_TARKIN="yes"
|
2001-12-20 21:18:37 +00:00
|
|
|
],[
|
2002-06-14 16:44:33 +00:00
|
|
|
AC_MSG_NOTICE(not building experimental plug-ins)
|
2002-02-04 10:51:26 +00:00
|
|
|
USE_TARKIN="no"
|
2001-12-20 21:18:37 +00:00
|
|
|
])
|
2001-12-17 18:37:01 +00:00
|
|
|
|
2002-06-14 16:44:33 +00:00
|
|
|
dnl broken plug-ins; stuff that doesn't seem to build at the moment
|
|
|
|
GST_CHECK_FEATURE(BROKEN, [enable building of broken plug-ins],,
|
2001-12-20 21:18:37 +00:00
|
|
|
HAVE_BROKEN=yes,disabled,
|
|
|
|
[
|
2002-06-14 16:44:33 +00:00
|
|
|
AC_MSG_WARN([building broken plug-ins -- no bug reports on these, only patches :)])
|
2001-12-20 21:18:37 +00:00
|
|
|
],[
|
2002-06-17 17:30:54 +00:00
|
|
|
AC_MSG_NOTICE([not building broken plug-ins])
|
2001-12-20 21:18:37 +00:00
|
|
|
])
|
2001-12-17 18:37:01 +00:00
|
|
|
|
|
|
|
dnl ##############################
|
|
|
|
dnl # Do automated configuration #
|
|
|
|
dnl ##############################
|
|
|
|
|
|
|
|
dnl Check for tools:
|
|
|
|
dnl ================
|
|
|
|
|
2002-05-27 14:01:51 +00:00
|
|
|
dnl allow for different autotools
|
|
|
|
AS_AUTOTOOLS_ALTERNATE()
|
|
|
|
|
2001-12-26 23:14:44 +00:00
|
|
|
dnl modify pkg-config path
|
|
|
|
AC_ARG_WITH(pkg-config-path,
|
|
|
|
AC_HELP_STRING([--with-pkg-config-path],[colon-separated list of pkg-config(1) dirs]),
|
|
|
|
[export PKG_CONFIG_PATH=${withval}])
|
|
|
|
|
2004-12-20 16:29:06 +00:00
|
|
|
GST_DOC()
|
2004-02-13 13:09:27 +00:00
|
|
|
dnl check architecture
|
|
|
|
GST_ARCH()
|
|
|
|
|
2002-07-01 15:41:13 +00:00
|
|
|
dnl check for gconftool-2
|
2004-12-09 11:54:10 +00:00
|
|
|
|
|
|
|
dnl this macro defines an am conditional, so it needs to be run always
|
|
|
|
AM_GCONF_SOURCE_2
|
|
|
|
|
2002-07-01 15:41:13 +00:00
|
|
|
translit(dnm, m, l) AM_CONDITIONAL(USE_GCONFTOOL, true)
|
|
|
|
GST_CHECK_FEATURE(GCONFTOOL, [GConf schemas], , [
|
2002-06-06 10:36:13 +00:00
|
|
|
AC_PATH_PROG(GCONFTOOL, gconftool-2, no)
|
|
|
|
if test x$GCONFTOOL = xno; then
|
|
|
|
AC_MSG_WARN(Not installing GConf schemas)
|
2002-07-01 15:41:13 +00:00
|
|
|
HAVE_GCONFTOOL="no"
|
2002-06-06 10:36:13 +00:00
|
|
|
else
|
2002-07-01 15:41:13 +00:00
|
|
|
HAVE_GCONFTOOL="yes"
|
2002-06-06 10:36:13 +00:00
|
|
|
fi
|
2002-07-01 15:41:13 +00:00
|
|
|
AC_SUBST(HAVE_GCONFTOOL)
|
|
|
|
])
|
|
|
|
|
|
|
|
dnl check for GConf libraries
|
|
|
|
translit(dnm, m, l) AM_CONDITIONAL(USE_GCONF, true)
|
|
|
|
GST_CHECK_FEATURE(GCONF, [GConf libraries], , [
|
|
|
|
PKG_CHECK_MODULES(GCONF, gconf-2.0, HAVE_GCONF="yes", HAVE_GCONF="no")
|
|
|
|
AC_SUBST(GCONF_CFLAGS)
|
|
|
|
AC_SUBST(GCONF_LIBS)
|
2002-06-06 10:36:13 +00:00
|
|
|
])
|
2002-05-10 21:56:15 +00:00
|
|
|
|
2004-07-28 12:15:24 +00:00
|
|
|
dnl check for gstreamer
|
|
|
|
dnl uninstalled is selected preferentially -- see pkg-config(1)
|
2005-04-06 11:17:14 +00:00
|
|
|
GST_REQ=0.9.0
|
2004-04-15 15:16:31 +00:00
|
|
|
PKG_CHECK_MODULES(GST, gstreamer-$GST_MAJORMINOR >= $GST_REQ,
|
2002-02-16 17:53:58 +00:00
|
|
|
HAVE_GST="yes", HAVE_GST="no")
|
2001-12-17 18:37:01 +00:00
|
|
|
|
2002-01-02 17:07:31 +00:00
|
|
|
if test "x$HAVE_GST" = "xno"; then
|
|
|
|
AC_MSG_ERROR(no GStreamer found)
|
|
|
|
fi
|
2001-12-17 18:37:01 +00:00
|
|
|
|
2002-12-08 14:50:09 +00:00
|
|
|
GST_TOOLS_DIR=`pkg-config --variable=toolsdir gstreamer-$GST_MAJORMINOR`
|
2002-02-16 17:53:58 +00:00
|
|
|
if test -z $GST_TOOLS_DIR; then
|
|
|
|
AC_MSG_ERROR([no tools dir defined in GStreamer pkg-config file; core upgrade needed.])
|
|
|
|
fi
|
|
|
|
AC_SUBST(GST_TOOLS_DIR)
|
|
|
|
|
2003-04-07 21:34:30 +00:00
|
|
|
dnl check for gstreamer-control; uninstalled is selected preferentially
|
2004-04-15 15:16:31 +00:00
|
|
|
PKG_CHECK_MODULES(GST_CONTROL, gstreamer-control-$GST_MAJORMINOR >= $GST_REQ,
|
2003-04-07 21:34:30 +00:00
|
|
|
HAVE_GST_CONTROL="yes", HAVE_GST_CONTROL="no")
|
|
|
|
|
|
|
|
if test "x$HAVE_GST_CONTROL" = "xno"; then
|
|
|
|
AC_MSG_ERROR(no GStreamer Control Libs found)
|
|
|
|
fi
|
|
|
|
|
2002-12-08 14:50:09 +00:00
|
|
|
AC_SUBST(GST_CONTROL_LIBS)
|
|
|
|
|
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
|
|
|
dnl check for gstreamer-dataprotocol; uninstalled is selected preferentially
|
|
|
|
PKG_CHECK_MODULES(GST_GDP, gstreamer-dataprotocol-$GST_MAJORMINOR >= $GST_REQ,
|
|
|
|
HAVE_GST_GDP="yes", HAVE_GST_GDP="no")
|
|
|
|
|
|
|
|
if test "x$HAVE_GST_GDP" = "xno"; then
|
|
|
|
AC_MSG_ERROR(no GStreamer Dataprotocol Libs found)
|
|
|
|
fi
|
|
|
|
|
|
|
|
AC_SUBST(GST_GDP_LIBS)
|
|
|
|
|
2005-04-06 11:17:14 +00:00
|
|
|
PKG_CHECK_MODULES(GST_BASE, gstreamer-base-$GST_MAJORMINOR >= $GST_REQ,
|
|
|
|
HAVE_GST_BASE="yes", HAVE_GST_BASE="no")
|
|
|
|
|
|
|
|
if test "x$HAVE_GST_BASE" = "xno"; then
|
|
|
|
AC_MSG_ERROR(no libgstbase found)
|
|
|
|
fi
|
|
|
|
|
|
|
|
AC_SUBST(GST_BASE_LIBS)
|
|
|
|
|
2001-12-17 18:37:01 +00:00
|
|
|
dnl Determine endianness
|
|
|
|
AC_C_BIGENDIAN
|
|
|
|
|
2002-04-26 09:22:35 +00:00
|
|
|
dnl Check for fast float to int casting as defined in C99
|
|
|
|
AC_C99_FUNC_LRINT()
|
|
|
|
AC_C99_FUNC_LRINTF()
|
|
|
|
|
2001-12-17 18:37:01 +00:00
|
|
|
dnl Check for essential libraries first:
|
|
|
|
dnl ====================================
|
|
|
|
|
2002-04-13 00:46:23 +00:00
|
|
|
GST_GLIB2_CHECK()
|
2003-07-28 11:37:49 +00:00
|
|
|
|
2003-11-11 11:11:36 +00:00
|
|
|
dnl Check for additional libraries that we might use:
|
|
|
|
dnl =================================================
|
2003-07-28 11:37:49 +00:00
|
|
|
dnl GTK
|
|
|
|
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
|
2003-11-05 03:24:53 +00:00
|
|
|
GTK_VERSION=`$PKG_CONFIG --variable=gtk_binary_version gtk+-2.0`
|
|
|
|
AC_SUBST(GTK_VERSION)
|
2003-11-22 04:10:10 +00:00
|
|
|
GTK_PREFIX=`$PKG_CONFIG --variable=prefix gdk-pixbuf-2.0`
|
2003-11-24 04:08:48 +00:00
|
|
|
GDK_PIXBUF_LIBDIR=`$PKG_CONFIG --variable=libdir gdk-pixbuf-2.0`
|
|
|
|
GDK_PIXBUF_PREFIXDIR=`$PKG_CONFIG --variable=prefix gdk-pixbuf-2.0`
|
2003-11-05 03:24:53 +00:00
|
|
|
AC_SUBST(GTK_BASE_DIR)
|
2003-07-28 11:37:49 +00:00
|
|
|
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
|
2002-02-08 20:12:28 +00:00
|
|
|
GTK_CFLAGS=$GTK2_CFLAGS
|
|
|
|
GTK_LIBS=$GTK2_LIBS
|
2002-01-05 00:56:40 +00:00
|
|
|
AC_SUBST(GTK_LIBS)
|
|
|
|
AC_SUBST(GTK_CFLAGS)
|
2003-09-21 13:25:46 +00:00
|
|
|
AC_SUBST(HAVE_GTK)
|
2003-12-16 16:58:59 +00:00
|
|
|
|
|
|
|
# gdk_pixbuf gstreamer loader is considered experimental, so disable
|
|
|
|
# by default
|
|
|
|
if test "x$HAVE_GTK_22" = "xyes"; then
|
|
|
|
HAVE_GDK_LOADERS=yes
|
|
|
|
else
|
|
|
|
HAVE_GDK_LOADERS=no
|
|
|
|
fi
|
|
|
|
|
2004-02-20 15:49:27 +00:00
|
|
|
# we set the defaults always to make sure we have non-empty variables
|
|
|
|
# for the Makefile
|
|
|
|
|
|
|
|
# by default, stick to prefix
|
|
|
|
GDK_PIXBUF_LOADER_DIR=${libdir}/gtk-2.0/\${GTK_VERSION}/loaders
|
|
|
|
GDK_PIXBUF_CONF_DIR=${sysconfdir}/gtk-2.0
|
|
|
|
|
|
|
|
|
2003-12-16 16:58:59 +00:00
|
|
|
AC_ARG_ENABLE(gdk-pixbuf-loader,
|
|
|
|
AC_HELP_STRING([--enable-gdk-pixbuf-loader],
|
|
|
|
[whether to enable building of gdk_pixbuf loader]),
|
|
|
|
:, HAVE_GDK_LOADERS="no")
|
2001-12-17 18:37:01 +00:00
|
|
|
|
2004-02-20 15:49:27 +00:00
|
|
|
if test "x$HAVE_GDK_LOADERS" = "xyes"; then
|
2003-12-16 16:58:59 +00:00
|
|
|
AC_PATH_PROG(QUERYLOADERS, gdk-pixbuf-query-loaders, no)
|
2004-02-20 15:49:27 +00:00
|
|
|
# allow customization of pixbuf loader install location
|
|
|
|
# when nothing specified, adhere to prefix settings
|
|
|
|
# when called without any option with this argument, autodetect
|
|
|
|
# when called with a path, set to the given path
|
|
|
|
|
2003-12-16 16:58:59 +00:00
|
|
|
AC_ARG_WITH(gdk-pixbuf-loader-dir,
|
|
|
|
AC_HELP_STRING([--with-gdk-pixbuf-loader-dir],
|
|
|
|
[directory to install the gdk_pixbuf loader (none for pkg-config default)]),
|
|
|
|
[
|
|
|
|
if test "x${withval}" != xyes ; then
|
|
|
|
GDK_PIXBUF_LOADER_DIR="${withval}"
|
|
|
|
else
|
|
|
|
GDK_PIXBUF_LOADER_DIR="$GDK_PIXBUF_LIBDIR/gtk-2.0/\$GTK_VERSION/loaders"
|
|
|
|
fi
|
2004-02-20 15:49:27 +00:00
|
|
|
]
|
2003-12-16 16:58:59 +00:00
|
|
|
)
|
|
|
|
AS_AC_EXPAND(GDK_PIXBUF_LOADER_DIR, $GDK_PIXBUF_LOADER_DIR)
|
|
|
|
AC_SUBST(GDK_PIXBUF_LOADER_DIR)
|
|
|
|
AC_MSG_NOTICE([Putting GTK+-2 pixbuf loaders in $GDK_PIXBUF_LOADER_DIR])
|
|
|
|
|
|
|
|
# allow customization of pixbuf loader configuration file
|
|
|
|
# when nothing specified, adhere to prefix settings
|
|
|
|
# when called without any option with this argument, autodetect
|
|
|
|
# when called with a path, set to the given path
|
2004-02-20 15:49:27 +00:00
|
|
|
|
2003-12-16 16:58:59 +00:00
|
|
|
AC_ARG_WITH(gdk-pixbuf-conf-dir,
|
|
|
|
AC_HELP_STRING([--with-gdk-pixbuf-conf-dir],
|
|
|
|
[directory to install the gdk_pixbuf config (none for pkg-config default)]),
|
|
|
|
[
|
|
|
|
if test "x${withval}" != xyes ; then
|
|
|
|
GDK_PIXBUF_CONF_DIR="${withval}"
|
|
|
|
else
|
|
|
|
GDK_PIXBUF_CONF_DIR="$GDK_PIXBUF_PREFIXDIR/etc/gtk-2.0/"
|
|
|
|
fi
|
2004-02-20 15:49:27 +00:00
|
|
|
]
|
2003-12-16 16:58:59 +00:00
|
|
|
)
|
|
|
|
AS_AC_EXPAND(GDK_PIXBUF_CONF_DIR, $GDK_PIXBUF_CONF_DIR)
|
|
|
|
AC_SUBST(GDK_PIXBUF_CONF_DIR)
|
|
|
|
AC_MSG_NOTICE([Putting GTK+-2 pixbuf loader config in $GDK_PIXBUF_CONF_DIR])
|
|
|
|
fi
|
|
|
|
AM_CONDITIONAL(HAVE_GDK_LOADERS, test "x$HAVE_GDK_LOADERS" = "xyes")
|
2003-11-22 04:10:10 +00:00
|
|
|
|
2005-05-09 01:20:55 +00:00
|
|
|
PKG_CHECK_MODULES(LIBOIL, liboil-0.3 >= 0.3.2, HAVE_LIBOIL=yes, HAVE_LIBOIL=no)
|
Convert a few inner loops to use liboil. This is currently optional, and is only enabled if liboil is present (duh!).
Original commit message from CVS:
Convert a few inner loops to use liboil. This is currently
optional, and is only enabled if liboil is present (duh!).
* configure.ac: Check for liboil-0.1
* gst/intfloat/Makefile.am:
* gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
(gst_int2float_chain_gint16):
* gst/videofilter/Makefile.am:
* gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
(tablelookup_u8), (gst_videobalance_planar411):
* gst/videotestsrc/Makefile.am:
* gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
* gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
(paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
(paint_hline_RGB565), (paint_hline_xRGB1555):
2004-02-12 07:37:50 +00:00
|
|
|
AC_SUBST(LIBOIL_CFLAGS)
|
|
|
|
AC_SUBST(LIBOIL_LIBS)
|
2005-05-09 01:20:55 +00:00
|
|
|
if test "x${HAVE_LIBOIL}" != xyes ; then
|
|
|
|
AC_ERROR([liboil-0.3 is required])
|
Convert a few inner loops to use liboil. This is currently optional, and is only enabled if liboil is present (duh!).
Original commit message from CVS:
Convert a few inner loops to use liboil. This is currently
optional, and is only enabled if liboil is present (duh!).
* configure.ac: Check for liboil-0.1
* gst/intfloat/Makefile.am:
* gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
(gst_int2float_chain_gint16):
* gst/videofilter/Makefile.am:
* gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
(tablelookup_u8), (gst_videobalance_planar411):
* gst/videotestsrc/Makefile.am:
* gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
* gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
(paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
(paint_hline_RGB565), (paint_hline_xRGB1555):
2004-02-12 07:37:50 +00:00
|
|
|
fi
|
|
|
|
|
2002-06-14 16:44:33 +00:00
|
|
|
dnl ===========================================================================
|
|
|
|
dnl ============================= gst plug-ins ================================
|
|
|
|
dnl ===========================================================================
|
2002-08-13 10:39:26 +00:00
|
|
|
|
2003-08-09 23:40:49 +00:00
|
|
|
plugindir="\$(libdir)/gstreamer-$GST_MAJORMINOR"
|
|
|
|
AC_SUBST(plugindir)
|
|
|
|
|
2004-05-11 02:30:16 +00:00
|
|
|
GST_PLUGIN_LDFLAGS="-module -avoid-version -export-symbols-regex '[_]*(gst_|Gst|GST_).*' $GST_LIBS"
|
2002-01-18 02:05:26 +00:00
|
|
|
AC_SUBST(GST_PLUGIN_LDFLAGS)
|
2001-12-21 11:46:15 +00:00
|
|
|
|
2002-06-14 16:44:33 +00:00
|
|
|
dnl these are all the gst plug-ins, compilable without additional libs
|
2001-12-23 03:25:55 +00:00
|
|
|
GST_PLUGINS_ALL="\
|
2003-11-06 05:36:06 +00:00
|
|
|
adder \
|
|
|
|
audioconvert \
|
|
|
|
audioscale \
|
2005-05-06 03:32:51 +00:00
|
|
|
audiorate \
|
2004-03-15 16:27:29 +00:00
|
|
|
ffmpegcolorspace \
|
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
|
|
|
playback \
|
2003-11-06 05:36:06 +00:00
|
|
|
sine \
|
2005-05-06 03:32:51 +00:00
|
|
|
subparse \
|
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
|
|
|
tcp \
|
2003-11-06 05:36:06 +00:00
|
|
|
typefind \
|
|
|
|
videotestsrc \
|
2005-06-23 17:10:55 +00:00
|
|
|
videorate \
|
2005-07-01 17:13:02 +00:00
|
|
|
videoscale \
|
2005-05-09 21:37:17 +00:00
|
|
|
volume \
|
2005-02-23 12:45:50 +00:00
|
|
|
"
|
2002-08-07 00:22:04 +00:00
|
|
|
|
|
|
|
dnl see if we can build C++ plug-ins
|
|
|
|
if test "x$HAVE_CXX" = "xyes"; then
|
2005-02-23 12:45:50 +00:00
|
|
|
GST_PLUGINS_ALL="$GST_PLUGINS_ALL"
|
2002-08-07 00:22:04 +00:00
|
|
|
else
|
2002-08-13 10:39:26 +00:00
|
|
|
AC_MSG_WARN([Not compiling plug-ins requiring C++ compiler])
|
2002-08-07 00:22:04 +00:00
|
|
|
fi
|
2001-12-23 03:25:55 +00:00
|
|
|
|
|
|
|
AC_SUBST(GST_PLUGINS_ALL)
|
|
|
|
|
|
|
|
GST_PLUGINS_SELECTED=""
|
|
|
|
|
|
|
|
AC_ARG_WITH(plugins,
|
2002-06-14 16:44:33 +00:00
|
|
|
AC_HELP_STRING([--with-plugins],[comma-separated list of plug-ins to compile]),
|
2001-12-23 03:25:55 +00:00
|
|
|
[for i in `echo $withval | tr , ' '`; do
|
2004-03-02 18:32:27 +00:00
|
|
|
if echo $GST_PLUGINS_ALL | grep $i > /dev/null
|
|
|
|
then
|
2001-12-23 03:25:55 +00:00
|
|
|
GST_PLUGINS_SELECTED="$GST_PLUGINS_SELECTED $i"
|
|
|
|
else
|
2002-06-14 16:44:33 +00:00
|
|
|
echo "plug-in $i not recognized, ignoring..."
|
2001-12-23 03:25:55 +00:00
|
|
|
fi
|
|
|
|
done],
|
|
|
|
[GST_PLUGINS_SELECTED=$GST_PLUGINS_ALL])
|
|
|
|
|
|
|
|
AC_SUBST(GST_PLUGINS_SELECTED)
|
2001-12-21 11:46:15 +00:00
|
|
|
|
2001-12-20 20:16:57 +00:00
|
|
|
dnl ==========================================================================
|
2002-06-14 16:44:33 +00:00
|
|
|
dnl ============================= sys plug-ins ================================
|
2001-12-20 20:16:57 +00:00
|
|
|
dnl ==========================================================================
|
|
|
|
|
2005-06-29 10:56:25 +00:00
|
|
|
echo
|
|
|
|
AC_MSG_NOTICE([Checking libraries for plugins in sys/])
|
|
|
|
echo
|
|
|
|
|
2003-11-12 03:06:07 +00:00
|
|
|
dnl Check for X11
|
2003-12-03 12:23:37 +00:00
|
|
|
translit(dnm, m, l) AM_CONDITIONAL(USE_X, true)
|
|
|
|
GST_CHECK_FEATURE(X, [X libraries and plugins],
|
|
|
|
[ximagesink], [
|
|
|
|
AC_PATH_XTRA
|
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)
|
|
|
|
])
|
|
|
|
|
2001-12-20 21:03:18 +00:00
|
|
|
dnl *** XVideo ***
|
2002-01-12 02:51:02 +00:00
|
|
|
dnl Look for the PIC library first, Debian requires it.
|
|
|
|
dnl Check debian-devel archives for gory details.
|
|
|
|
dnl 20020110:
|
|
|
|
dnl At the moment XFree86 doesn't distribute shared libXv due
|
|
|
|
dnl to unstable API. On many platforms you CAN NOT link a shared
|
|
|
|
dnl lib to a static non-PIC lib. This is what the xvideo GStreamer
|
2002-06-14 16:44:33 +00:00
|
|
|
dnl plug-in wants to do. So Debian distributes a PIC compiled
|
|
|
|
dnl version of the static lib for plug-ins to link to when it is
|
2002-01-12 02:51:02 +00:00
|
|
|
dnl inappropriate to link the main application to libXv directly.
|
|
|
|
dnl FIXME: add check if this platform can support linking to a
|
|
|
|
dnl non-PIC libXv, if not then don not use Xv.
|
|
|
|
dnl FIXME: perhaps warn user if they have a shared libXv since
|
|
|
|
dnl this is an error until XFree86 starts shipping one
|
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)
|
2003-11-11 11:11:36 +00:00
|
|
|
GST_CHECK_FEATURE(XVIDEO, [X11 XVideo extensions],
|
2004-03-09 13:10:14 +00:00
|
|
|
[xvimagesink], [
|
2003-11-12 03:06:07 +00:00
|
|
|
if test x$HAVE_X = xyes; then
|
2003-07-06 20:49:52 +00:00
|
|
|
AC_CHECK_LIB(Xv_pic, XvQueryExtension,
|
|
|
|
HAVE_XVIDEO="yes", HAVE_XVIDEO="no",
|
2003-11-12 03:06:07 +00:00
|
|
|
$X_LIBS -lXext)
|
2003-07-06 20:49:52 +00:00
|
|
|
|
2003-07-15 12:39:39 +00:00
|
|
|
if test x$HAVE_XVIDEO = xyes; then
|
|
|
|
XVIDEO_LIBS="-lXv_pic -lXext"
|
|
|
|
AC_SUBST(XVIDEO_LIBS)
|
|
|
|
else
|
|
|
|
dnl try again using something else if we didn't find it first
|
|
|
|
if test x$HAVE_XVIDEO = xno; then
|
|
|
|
AC_CHECK_LIB(Xv, XvQueryExtension,
|
2003-07-06 20:49:52 +00:00
|
|
|
HAVE_XVIDEO="yes", HAVE_XVIDEO="no",
|
2003-11-12 03:06:07 +00:00
|
|
|
$X_LIBS -lXext)
|
2003-07-06 20:49:52 +00:00
|
|
|
|
2003-07-15 12:39:39 +00:00
|
|
|
if test x$HAVE_XVIDEO = xyes; then
|
|
|
|
XVIDEO_LIBS="-lXv -lXext"
|
|
|
|
AC_SUBST(XVIDEO_LIBS)
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
fi
|
2003-07-03 15:56:49 +00:00
|
|
|
fi
|
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)
|
|
|
|
GST_CHECK_FEATURE(XSHM, [X Shared Memory extension], xshm, [
|
|
|
|
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)
|
|
|
|
] )
|
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)
|
|
|
|
GST_CHECK_FEATURE(GST_V4L, [Video 4 Linux], v4lsrc v4lmjpegsrc v4lmjpegsink, [
|
2003-12-07 11:51:06 +00:00
|
|
|
# first check X
|
2004-10-27 00:21:33 +00:00
|
|
|
HAVE_GST_V4L="no"
|
2004-04-04 23:38:15 +00:00
|
|
|
if test "$HAVE_X" = "yes"
|
2003-12-07 11:51:06 +00:00
|
|
|
then
|
2004-10-27 00:21:33 +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>
|
|
|
|
])
|
|
|
|
fi
|
|
|
|
])
|
|
|
|
|
2003-12-21 20:51:14 +00:00
|
|
|
dnl *** Video 4 Linux 2 ***
|
2003-12-07 11:51:06 +00:00
|
|
|
dnl for information about the header/define, see sys/v4l2/gstv4l2element.h
|
2004-10-27 00:21:33 +00:00
|
|
|
dnl renamed to GST_V4L2 because of some conflict with kernel headers
|
|
|
|
translit(dnm, m, l) AM_CONDITIONAL(USE_GST_V4L2, true)
|
2004-08-30 10:26:52 +00:00
|
|
|
GST_CHECK_FEATURE(GST_V4L2, [Video 4 Linux 2], v4l2src, [
|
|
|
|
HAVE_GST_V4L2="no"
|
2004-04-04 23:38:15 +00:00
|
|
|
if test "$HAVE_X" = "yes"
|
2003-12-07 11:51:06 +00:00
|
|
|
then
|
|
|
|
AC_MSG_CHECKING([Checking for uptodate v4l2 installation])
|
|
|
|
AC_TRY_COMPILE([
|
|
|
|
#include <sys/types.h>
|
|
|
|
#include <linux/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/videodev2.h>
|
|
|
|
#if defined(V4L2_MAJOR_VERSION) || defined(V4L2_MINOR_VERSION)
|
|
|
|
#error too early v4l2 version or no v4l2 at all
|
|
|
|
#endif
|
|
|
|
], [
|
|
|
|
return 0;
|
2004-08-30 10:26:52 +00:00
|
|
|
], [ HAVE_GST_V4L2="yes" && AC_MSG_RESULT(yes)],
|
|
|
|
[ HAVE_GST_V4L2="no" && AC_MSG_RESULT(no) &&
|
2003-12-07 11:51:06 +00:00
|
|
|
AC_CHECK_HEADER(linux/videodev2.h,
|
|
|
|
[ AC_MSG_WARN([video4linux2 headers were found, but they're old. Please update v4l2 to compile the v4l2 plugins])],
|
2003-12-21 20:51:14 +00:00
|
|
|
[ AC_MSG_WARN([video4linux2 was not found])])
|
|
|
|
])
|
2003-12-07 11:51:06 +00:00
|
|
|
fi
|
2004-04-10 13:27:16 +00:00
|
|
|
dnl check for missing v4l2_buffer declaration (see #135919)
|
2004-08-30 10:26:52 +00:00
|
|
|
if [ test x$HAVE_GST_V4L2 = xyes ]; then
|
2004-04-10 13:27:16 +00:00
|
|
|
MISSING_DECL=0
|
|
|
|
AC_MSG_CHECKING(struct v4l2_buffer declaration)
|
|
|
|
AC_TRY_COMPILE([
|
|
|
|
#include <sys/types.h>
|
|
|
|
#include <linux/types.h>
|
|
|
|
#define _LINUX_TIME_H
|
2004-12-29 13:27:45 +00:00
|
|
|
#define __user
|
2004-04-10 13:27:16 +00:00
|
|
|
#include <linux/videodev2.h>
|
|
|
|
],[
|
|
|
|
struct v4l2_buffer buf;
|
2004-05-17 16:58:24 +00:00
|
|
|
buf.index = 0;
|
2004-04-10 13:27:16 +00:00
|
|
|
return 0;
|
|
|
|
], [ AC_MSG_RESULT(yes) ], [ MISSING_DECL=1 && AC_MSG_RESULT(no) ])
|
|
|
|
if [ test x$MISSING_DECL = x1 ]; then
|
|
|
|
AC_DEFINE(GST_V4L2_MISSING_BUFDECL, 1, [struct v4l2_buffer missing])
|
|
|
|
fi
|
|
|
|
fi
|
2003-12-07 11:51:06 +00:00
|
|
|
])
|
|
|
|
|
2001-12-17 18:37:01 +00:00
|
|
|
dnl Next, check for the optional libraries:
|
2002-06-14 16:44:33 +00:00
|
|
|
dnl These are all libraries used in building plug-ins
|
2001-12-17 18:37:01 +00:00
|
|
|
dnl ================================================
|
|
|
|
dnl let's try and sort them alphabetically, shall we ?
|
|
|
|
|
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)
|
2002-06-14 16:44:33 +00:00
|
|
|
GST_CHECK_FEATURE(ALSA, [alsa plug-ins], gstalsa, [
|
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)
|
|
|
|
GST_CHECK_FEATURE(CDPARANOIA, [CDParanoia], cdparanoia, [
|
2002-06-22 08:21:31 +00:00
|
|
|
GST_CHECK_LIBHEADER(CDPARANOIA, cdda_interface,
|
|
|
|
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
|
|
|
|
GST_CHECK_LIBHEADER(CDPARANOIA, cdda_interface,
|
|
|
|
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)
|
|
|
|
|
|
|
|
dnl *** Gnome VFS ***
|
|
|
|
translit(dnm, m, l) AM_CONDITIONAL(USE_GNOME_VFS, true)
|
|
|
|
GST_CHECK_FEATURE(GNOME_VFS, [Gnome VFS], gnomevfssrc, [
|
2002-02-02 15:50:36 +00:00
|
|
|
PKG_CHECK_MODULES(GNOME_VFS, gnome-vfs-2.0, HAVE_GNOME_VFS="yes", HAVE_GNOME_VFS="no")
|
|
|
|
AC_SUBST(GNOME_VFS_CFLAGS)
|
|
|
|
AC_SUBST(GNOME_VFS_LIBS)
|
2001-12-17 18:37:01 +00:00
|
|
|
])
|
|
|
|
|
2004-04-30 02:25:09 +00:00
|
|
|
dnl *** libvisual ***
|
2005-05-09 11:55:12 +00:00
|
|
|
USE_LIBVISUAL=no
|
2004-04-30 02:25:09 +00:00
|
|
|
translit(dnm, m, l) AM_CONDITIONAL(USE_LIBVISUAL, true)
|
|
|
|
GST_CHECK_FEATURE(LIBVISUAL, [libvisual visualization plugins], libvisual, [
|
2005-02-19 17:08:27 +00:00
|
|
|
PKG_CHECK_MODULES(LIBVISUAL, libvisual = 0.2.0, HAVE_LIBVISUAL="yes", HAVE_LIBVISUAL="no")
|
2004-04-30 02:25:09 +00:00
|
|
|
AC_SUBST(LIBVISUAL_CFLAGS)
|
|
|
|
AC_SUBST(LIBVISUAL_LIBS)
|
|
|
|
])
|
|
|
|
|
2003-11-24 04:08:48 +00:00
|
|
|
dnl *** ogg ***
|
|
|
|
translit(dnm, m, l) AM_CONDITIONAL(USE_OGG, true)
|
|
|
|
GST_CHECK_FEATURE(OGG, [ogg de/encoder], oggdemux oggmux, [
|
2004-03-10 17:21:14 +00:00
|
|
|
PKG_CHECK_MODULES(OGG, ogg >= 1.0, [
|
|
|
|
HAVE_OGG="yes"
|
|
|
|
AC_SUBST(OGG_CFLAGS)
|
|
|
|
AC_SUBST(OGG_LIBS)
|
|
|
|
], [
|
|
|
|
XIPH_PATH_OGG(HAVE_OGG="yes", HAVE_OGG="no")
|
|
|
|
AS_SCRUB_INCLUDE(OGG_CFLAGS)
|
|
|
|
])
|
2003-11-24 04:08:48 +00:00
|
|
|
])
|
|
|
|
|
2004-01-30 20:23:24 +00:00
|
|
|
dnl *** theora ***
|
|
|
|
translit(dnm, m, l) AM_CONDITIONAL(USE_THEORA, true)
|
2004-06-11 15:24:43 +00:00
|
|
|
GST_CHECK_FEATURE(THEORA, [ogg theora codec], theoradec theoraenc, [
|
2004-06-07 12:01:51 +00:00
|
|
|
PKG_CHECK_MODULES(THEORA, theora, [
|
|
|
|
HAVE_THEORA="yes"
|
|
|
|
AC_SUBST(THEORA_LIBS)
|
|
|
|
AC_SUBST(THEORA_CFLAGS)
|
|
|
|
], [
|
2004-06-12 10:30:59 +00:00
|
|
|
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)
|
|
|
|
])
|
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)
|
2002-06-14 16:44:33 +00:00
|
|
|
GST_CHECK_FEATURE(VORBIS, [vorbis plug-in], vorbisenc vorbisdec, [
|
2004-03-14 10:33:44 +00:00
|
|
|
PKG_CHECK_MODULES(VORBIS, vorbis >= 1.0 vorbisenc >= 1.0, [
|
|
|
|
HAVE_VORBIS="yes"
|
|
|
|
], [
|
|
|
|
XIPH_PATH_VORBIS(HAVE_VORBIS="yes", HAVE_VORBIS="no")
|
|
|
|
AS_SCRUB_INCLUDE(VORBIS_CFLAGS)
|
|
|
|
])
|
2001-12-17 18:37:01 +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
|
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
|
|
|
|
2002-06-14 16:44:33 +00:00
|
|
|
fi dnl of EXT plugins
|
|
|
|
|
2001-12-17 18:37:01 +00:00
|
|
|
dnl Check for atomic.h
|
|
|
|
dnl Note: use AC_CHECK_HEADER not AC_CHECK_HEADERS, because the latter
|
|
|
|
dnl defines the wrong default symbol as well (HAVE_ASM_ATOMIC_H)
|
|
|
|
AC_CHECK_HEADER(asm/atomic.h, HAVE_ATOMIC_H=yes, HAVE_ATOMIC_H=no)
|
|
|
|
dnl Do a compile to check that it has atomic_set (eg, linux 2.0 didn't)
|
|
|
|
if test x$HAVE_ATOMIC_H = xyes; then
|
|
|
|
AC_TRY_RUN([
|
|
|
|
#include "asm/atomic.h"
|
|
|
|
main() { atomic_t t; atomic_set(&t,0); atomic_inc(&t); atomic_add(1,&t);return 0;}
|
|
|
|
],, [
|
|
|
|
# Not successful
|
|
|
|
if test x$HAVE_ATOMIC_H = xyes; then
|
|
|
|
AC_MSG_WARN(Atomic reference counting is out of date: doing without.)
|
|
|
|
fi
|
|
|
|
HAVE_ATOMIC_H=no
|
|
|
|
], [
|
|
|
|
# Cross compiling
|
|
|
|
AC_MSG_RESULT(yes)
|
|
|
|
AC_MSG_WARN(Can't check properly for atomic reference counting. Assuming OK.)
|
|
|
|
])
|
|
|
|
fi
|
|
|
|
|
2002-04-25 19:43:31 +00:00
|
|
|
|
2001-12-17 18:37:01 +00:00
|
|
|
dnl ######################################################################
|
|
|
|
dnl # Check command line parameters, and set shell variables accordingly #
|
|
|
|
dnl ######################################################################
|
|
|
|
|
|
|
|
AC_ARG_ENABLE(atomic,
|
2002-05-27 20:37:17 +00:00
|
|
|
AC_HELP_STRING([--enable-atomic],[use atomic reference counting header]),
|
2001-12-17 18:37:01 +00:00
|
|
|
[case "${enableval}" in
|
|
|
|
yes) USE_ATOMIC_H=$HAVE_ATOMIC_H;;
|
|
|
|
noset) USE_ATOMIC_H=$HAVE_ATOMIC_H;;
|
|
|
|
no) USE_ATOMIC_H=no;;
|
|
|
|
*) AC_MSG_ERROR(bad value ${enableval} for --enable-atomic) ;;
|
|
|
|
esac],
|
|
|
|
[USE_ATOMIC_H=$HAVE_ATOMIC_H]) dnl Default value
|
|
|
|
|
|
|
|
AC_ARG_ENABLE(profiling,
|
2002-05-27 20:37:17 +00:00
|
|
|
AC_HELP_STRING([--enable-profiling],
|
|
|
|
[-pg to compiler commandline, for profiling]),
|
2001-12-17 18:37:01 +00:00
|
|
|
[case "${enableval}" in
|
|
|
|
yes) USE_PROFILING=yes ;;
|
|
|
|
no) UES_PROFILING=no ;;
|
|
|
|
*) AC_MSG_ERROR(bad value ${enableval} for --enable-profiling) ;;
|
|
|
|
esac],
|
|
|
|
[USE_PROFILING=no]) dnl Default value
|
|
|
|
|
|
|
|
AC_ARG_ENABLE(tests,
|
2002-05-27 20:37:17 +00:00
|
|
|
AC_HELP_STRING([--disable-tests],[disable building test apps]),
|
2001-12-17 18:37:01 +00:00
|
|
|
[case "${enableval}" in
|
|
|
|
yes) BUILD_TESTS=yes ;;
|
|
|
|
no) BUILD_TESTS=no ;;
|
|
|
|
*) AC_MSG_ERROR(bad value ${enableval} for --disable-tests) ;;
|
|
|
|
esac],
|
|
|
|
[BUILD_TESTS=yes]) dnl Default value
|
|
|
|
|
|
|
|
AC_ARG_ENABLE(examples,
|
2002-05-27 20:37:17 +00:00
|
|
|
AC_HELP_STRING([--disable-examples],[disable building examples]),
|
2001-12-17 18:37:01 +00:00
|
|
|
[case "${enableval}" in
|
|
|
|
yes) BUILD_EXAMPLES=yes ;;
|
|
|
|
no) BUILD_EXAMPLES=no ;;
|
|
|
|
*) AC_MSG_ERROR(bad value ${enableval} for --disable-examples) ;;
|
|
|
|
esac],
|
|
|
|
[BUILD_EXAMPLES=yes]) dnl Default value
|
|
|
|
|
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)
|
|
|
|
|
2001-12-17 18:37:01 +00:00
|
|
|
dnl ################################################
|
|
|
|
dnl # Set defines according to variables set above #
|
|
|
|
dnl ################################################
|
|
|
|
|
|
|
|
|
|
|
|
if test "x$USE_ATOMIC_H" = xyes; then
|
|
|
|
AC_DEFINE(HAVE_ATOMIC_H, 1, [Define if atomic.h header file is available])
|
|
|
|
fi
|
|
|
|
|
2003-01-10 10:22:25 +00:00
|
|
|
# do not use deprecated stuff
|
|
|
|
GST_CFLAGS="$GST_CFLAGS -DGST_DISABLE_DEPRECATED"
|
|
|
|
|
2002-07-09 10:45:37 +00:00
|
|
|
if test "x$USE_DEBUG" = xyes; then
|
|
|
|
GST_CFLAGS="$GST_CFLAGS -g"
|
|
|
|
fi
|
2001-12-17 18:37:01 +00:00
|
|
|
|
2005-06-29 10:56:25 +00:00
|
|
|
dnl ######################
|
|
|
|
dnl # Checks for gtk-doc #
|
|
|
|
dnl ######################
|
|
|
|
|
2005-06-29 14:06:57 +00:00
|
|
|
GTK_DOC_CHECK([1.3])
|
2005-06-29 10:56:25 +00:00
|
|
|
|
2001-12-17 18:37:01 +00:00
|
|
|
dnl #############################
|
|
|
|
dnl # Set automake conditionals #
|
|
|
|
dnl #############################
|
|
|
|
|
|
|
|
dnl These should be "USE_*" instead of "HAVE_*", but some packages expect
|
|
|
|
dnl HAVE_ and it is likely to be easier to stick with the old name
|
|
|
|
AM_CONDITIONAL(HAVE_ATOMIC_H, test "x$USE_ATOMIC_H" = "xyes")
|
|
|
|
|
|
|
|
AM_CONDITIONAL(EXPERIMENTAL, test "$EXPERIMENTAL" = "$xyes")
|
|
|
|
AM_CONDITIONAL(BROKEN, test "$BROKEN" = "$xyes")
|
|
|
|
|
|
|
|
AM_CONDITIONAL(HAVE_NASM, test "x$HAVE_NASM" = "xyes")
|
|
|
|
AM_CONDITIONAL(HAVE_GTK, test "x$HAVE_GTK" = "xyes")
|
|
|
|
AM_CONDITIONAL(BUILD_TESTS, test "x$BUILD_TESTS" = "xyes")
|
|
|
|
AM_CONDITIONAL(BUILD_EXAMPLES, test "x$BUILD_EXAMPLES" = "xyes")
|
|
|
|
AM_CONDITIONAL(HAVE_FIG2DEV_PNG, $HAVE_FIG2DEV_PNG)
|
|
|
|
AM_CONDITIONAL(HAVE_FIG2DEV_PDF, $HAVE_FIG2DEV_PDF)
|
|
|
|
AM_CONDITIONAL(HAVE_RAW1394, test "x$HAVE_RAW1394" = "xyes")
|
|
|
|
|
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
|
|
|
|
GST_CFLAGS="-I\$(top_srcdir)/gst-libs -I\$(top_builddir)/gst-libs $GST_CFLAGS $GST_ERROR"
|
2003-01-16 09:54:28 +00:00
|
|
|
|
2001-12-21 12:46:50 +00:00
|
|
|
AC_SUBST(GST_LIBS)
|
|
|
|
AC_SUBST(GST_CFLAGS)
|
2001-12-17 18:37:01 +00:00
|
|
|
|
2003-01-05 11:53:32 +00:00
|
|
|
dnl ###########################
|
|
|
|
dnl # Configure external libs #
|
|
|
|
dnl ###########################
|
|
|
|
|
2003-10-31 20:03:29 +00:00
|
|
|
dnl ############################
|
|
|
|
dnl # Set up some more defines #
|
|
|
|
dnl ############################
|
|
|
|
|
|
|
|
dnl set license and copyright notice
|
|
|
|
AC_DEFINE(GST_LICENSE, "LGPL", [GStreamer license])
|
2004-08-12 12:00:31 +00:00
|
|
|
|
2003-10-31 20:03:29 +00:00
|
|
|
dnl package name in plugins
|
|
|
|
AC_ARG_WITH(package-name,
|
|
|
|
AC_HELP_STRING([--with-package-name],[specify package name to use in plugins]),
|
|
|
|
[case "${withval}" in
|
|
|
|
yes) AC_MSG_ERROR(bad value ${withval} for --with-package-name) ;;
|
|
|
|
no) AC_MSG_ERROR(bad value ${withval} for --with-package-name) ;;
|
|
|
|
*) GST_PACKAGE="${withval}" ;;
|
|
|
|
esac],
|
2004-08-12 12:00:31 +00:00
|
|
|
[
|
|
|
|
dnl default value
|
|
|
|
if test "x$GST_CVS" = "xyes"
|
|
|
|
then
|
|
|
|
dnl nano >= 1
|
|
|
|
GST_PACKAGE="GStreamer CVS/prerelease"
|
|
|
|
else
|
|
|
|
GST_PACKAGE="GStreamer source release"
|
|
|
|
fi
|
|
|
|
]
|
|
|
|
)
|
2003-10-31 20:03:29 +00:00
|
|
|
AC_MSG_NOTICE(Using $GST_PACKAGE as package name)
|
|
|
|
AC_DEFINE_UNQUOTED(GST_PACKAGE, "$GST_PACKAGE", [package name in plugins])
|
2004-08-12 12:00:31 +00:00
|
|
|
|
2003-10-31 20:03:29 +00:00
|
|
|
dnl package origin URL
|
|
|
|
AC_ARG_WITH(package-origin,
|
|
|
|
AC_HELP_STRING([--with-package-origin],[specify package origin URL to use in plugins]),
|
|
|
|
[case "${withval}" in
|
|
|
|
yes) AC_MSG_ERROR(bad value ${withval} for --with-package-origin) ;;
|
|
|
|
no) AC_MSG_ERROR(bad value ${withval} for --with-package-origin) ;;
|
|
|
|
*) GST_ORIGIN="${withval}" ;;
|
|
|
|
esac],
|
2004-08-12 12:00:31 +00:00
|
|
|
[GST_ORIGIN="http://gstreamer.freedesktop.org/"]) dnl Default value
|
2003-10-31 20:03:29 +00:00
|
|
|
AC_MSG_NOTICE(Using $GST_ORIGIN as package origin)
|
|
|
|
AC_DEFINE_UNQUOTED(GST_ORIGIN, "$GST_ORIGIN", [package origin])
|
|
|
|
|
2001-12-17 18:37:01 +00:00
|
|
|
dnl #########################
|
|
|
|
dnl # Make the output files #
|
|
|
|
dnl #########################
|
|
|
|
|
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-02-23 12:45:50 +00:00
|
|
|
gst/audioscale/Makefile
|
2005-05-06 03:32:51 +00:00
|
|
|
gst/audiorate/Makefile
|
2004-03-15 16:27:29 +00:00
|
|
|
gst/ffmpegcolorspace/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
|
2001-12-23 20:21:19 +00:00
|
|
|
gst/sine/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
|
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
|
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
|
2002-07-01 15:41:13 +00:00
|
|
|
gst-libs/gst/floatcast/Makefile
|
|
|
|
gst-libs/gst/gconf/Makefile
|
2005-06-30 11:58:40 +00:00
|
|
|
gst-libs/gst/interfaces/Makefile
|
2005-06-09 08:54:45 +00:00
|
|
|
gst-libs/gst/net/Makefile
|
2001-12-23 12:18:18 +00:00
|
|
|
gst-libs/gst/riff/Makefile
|
2003-12-14 19:50:00 +00:00
|
|
|
gst-libs/gst/tag/Makefile
|
2002-09-26 12:20:12 +00:00
|
|
|
gst-libs/gst/video/Makefile
|
2002-12-26 10:53:21 +00:00
|
|
|
gst-libs/ext/Makefile
|
2002-06-01 10:52:57 +00:00
|
|
|
examples/seeking/Makefile
|
2002-01-07 02:23:34 +00:00
|
|
|
examples/Makefile
|
2002-02-04 20:57:13 +00:00
|
|
|
tools/Makefile
|
2002-05-10 21:56:15 +00:00
|
|
|
gconf/Makefile
|
2004-02-24 17:05:53 +00:00
|
|
|
gconf/gstreamer.schemas
|
2003-04-07 21:34:30 +00:00
|
|
|
pkgconfig/Makefile
|
2004-03-15 17:17:28 +00:00
|
|
|
pkgconfig/gstreamer-gconf.pc
|
|
|
|
pkgconfig/gstreamer-gconf-uninstalled.pc
|
2005-06-30 13:25:15 +00:00
|
|
|
pkgconfig/gstreamer-plugins-base.pc
|
|
|
|
pkgconfig/gstreamer-plugins-base-uninstalled.pc
|
2005-06-29 10:56:25 +00:00
|
|
|
docs/Makefile
|
|
|
|
docs/libs/Makefile
|
|
|
|
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
|
|
|
|
|
2005-06-30 15:34:38 +00:00
|
|
|
echo -n "configure: *** Plug-ins that will be built:"
|
2003-09-25 21:40:35 +00:00
|
|
|
echo -e "$GST_PLUGINS_YES" | sort
|
2001-12-17 18:37:01 +00:00
|
|
|
echo
|
2005-06-30 15:34:38 +00:00
|
|
|
echo -n "configure: *** Plug-ins that will not be built:"
|
2003-09-25 21:40:35 +00:00
|
|
|
echo -e "$GST_PLUGINS_NO" | sort
|
2001-12-17 18:37:01 +00:00
|
|
|
echo
|
2002-06-14 16:44:33 +00:00
|
|
|
if test "x$BUILD_EXTERNAL" = "xno"; then
|
|
|
|
echo "configure: *** No external plug-ins will be built"
|
|
|
|
fi
|