Commit graph

36 commits

Author SHA1 Message Date
Richard Boulton 912d0fd85c Added feature check macro, GST_CHECK_FEATURE.
Original commit message from CVS:
Added feature check macro, GST_CHECK_FEATURE.
Moved generation of configure.{in,ac} into a separate script.
Add hack to the script to stop automake complaining about missing
AM_CONDITIONAL call.
Replace ESD check by a call to GST_CHECK_FEATURE.
2001-06-26 01:53:20 +00:00
Richard Boulton 67fef4e42a Move config dir from /etc/gstreamer to ${sysconfdir}/gstreamer by default: more portable, configurable, and standard.
Original commit message from CVS:
Move config dir from /etc/gstreamer to ${sysconfdir}/gstreamer by default:
more portable, configurable, and standard.
2001-06-25 21:39:00 +00:00
Wim Taymans d89a407f2f Added configure checks to disable various major subsystems.
Original commit message from CVS:
Added configure checks to disable various major subsystems.
2001-06-25 19:19:17 +00:00
Wim Taymans 23a5829e73 Removed the wine stuff.
Original commit message from CVS:
Removed the wine stuff.
2001-06-25 16:44:05 +00:00
Erik Walthinsen 91d7e800d5 Reworked the arguments for DEBUG and INFO. Removed -debug-verbose.
Original commit message from CVS:
Reworked the arguments for DEBUG and INFO.  Removed -debug-verbose.
Renamed GST_DISABLE_XML to GST_DISABLE_LOADSAVE and added --disable flag.
2001-06-25 06:45:56 +00:00
Erik Walthinsen 7f8d8fe8d5 Merged from GOBJECT1 to HEAD at 200106241
Original commit message from CVS:
Merged from GOBJECT1 to HEAD at 200106241
2001-06-25 01:20:11 +00:00
Erik Walthinsen f19c6342c9 New check for libesd, a model for all the other checks I hope. Need to convert all the other checks to operate like ...
Original commit message from CVS:
New check for libesd, a model for all the other checks I hope.  Need to
convert all the other checks to operate like this.
2001-06-24 21:06:46 +00:00
Wim Taymans 17fcac76eb Added vgasink.
Original commit message from CVS:
Added vgasink.
2001-06-21 19:44:25 +00:00
Wim Taymans 6e9aec0f26 Removed the winloader
Original commit message from CVS:
Removed the winloader
2001-06-21 11:35:53 +00:00
Erik Walthinsen 5b830ed6ad changed plugin-srcdir to plugin-builddir, which is what it should be
Original commit message from CVS:
changed plugin-srcdir to plugin-builddir, which is what it should be
2001-06-19 07:57:06 +00:00
Richard Boulton 55746a46af Add chart plugin to build system.
Original commit message from CVS:
Add chart plugin to build system.
2001-06-18 11:12:19 +00:00
David I. Lehn 56d428f57f ALSA checks use alsa_save_* names and gst attempt to save flags fails when using the same names. Prefixed with gst_.
Original commit message from CVS:
ALSA checks use alsa_save_* names and gst attempt to save flags fails
when using the same names.  Prefixed with gst_.
2001-06-18 04:56:50 +00:00
Richard Boulton e9b51b9450 Fix mistake with saved CPPFLAGS for sdl test and libdv test: was unsaving the value before saving... :(
Original commit message from CVS:
Fix mistake with saved CPPFLAGS for sdl test and libdv test: was unsaving
the value before saving... :(
2001-06-15 15:44:32 +00:00
Richard Boulton d3286080e6 Fix bug #433398, by putting GLIB_CFLAGS
Original commit message from CVS:
Fix bug #433398, by putting GLIB_CFLAGS
2001-06-15 15:42:43 +00:00
Thomas Vander Stichele af0f1309c7 added cutter example
Original commit message from CVS:
added cutter example
2001-06-13 21:52:42 +00:00
Thomas Vander Stichele 60c349cb29 added deinterlace
Original commit message from CVS:
added deinterlace
2001-06-13 20:26:10 +00:00
Wim Taymans 7c6c3ed06b Added a check for avifile.
Original commit message from CVS:
Added a check for avifile.
2001-06-09 00:14:28 +00:00
Wim Taymans c57122e0ae Added the lav encoder Makefile.am
Original commit message from CVS:
Added the lav encoder Makefile.am
2001-06-06 18:31:23 +00:00
Thomas Vander Stichele 8e58af799d added cutter plugin to config stuff
Original commit message from CVS:
added cutter plugin to config stuff
2001-06-06 14:24:17 +00:00
Thomas Vander Stichele fdac74d01c added Makefile generation for gstaudio library
Original commit message from CVS:
added Makefile generation for gstaudio library
2001-06-06 14:14:53 +00:00
Richard Boulton 8bb71e68a9 Fix arts check, with artsc-config hackery.
Original commit message from CVS:
Fix arts check, with artsc-config hackery.
2001-06-02 23:36:42 +00:00
Wim Taymans 3d12df5409 Added the avi makefiles.
Original commit message from CVS:
Added the avi makefiles.
2001-06-02 18:11:00 +00:00
Andrew Mitchell 528d8c273b Let's just say I have a better understanding of autoconf now (I should really have read the manual first). It helps t...
Original commit message from CVS:
Let's just say I have a better understanding of autoconf now (I should really have read the manual first). It helps to remember that yes != no ;)
2001-06-02 15:33:38 +00:00
Andrew Mitchell 14ae775e05 Automake is picky about white space...
Original commit message from CVS:
Automake is picky about white space...
2001-06-02 13:42:04 +00:00
Andrew Mitchell 3f4be546de Added options --disable-tests and --disable-examples for quicker builds for the impatient...
Original commit message from CVS:
Added options --disable-tests and --disable-examples for quicker builds for the impatient...
2001-06-02 13:38:57 +00:00
Richard Boulton bb9908680b Fix gsm to check for "gsm.h" as well as "gsm/gsm.h".
Original commit message from CVS:
Fix gsm to check for "gsm.h" as well as "gsm/gsm.h".
2001-06-02 12:21:26 +00:00
Richard Boulton 97b6de7b23 Oops: fixed SDL header check: put flags in CPPFLAGS rather than CFLAGS.
Original commit message from CVS:
Oops: fixed SDL header check: put flags in CPPFLAGS rather than CFLAGS.
We should really filter the SDL_CFLAGS and only pass appropriate options
through, but this works well enough for now.
2001-06-02 02:21:25 +00:00
Richard Boulton 0c8050e3ba Improve SDL check: use correct CFLAGS when searching for header.
Original commit message from CVS:
Improve SDL check: use correct CFLAGS when searching for header.
2001-06-02 02:05:21 +00:00
Wim Taymans 91af099719 Added a better SDL_createYUVOverlay check.
Original commit message from CVS:
Added a better SDL_createYUVOverlay check.
2001-06-01 18:52:55 +00:00
Richard Boulton 1559a54b1d More tidyup to SDL check.
Original commit message from CVS:
More tidyup to SDL check.
2001-06-01 13:03:22 +00:00
Richard Boulton 1f6482a012 Fix SDL check
Original commit message from CVS:
Fix SDL check
Check for Overlay stuff, which isn't in SDL version 1.0
2001-06-01 12:36:45 +00:00
Richard Boulton c044bafbdf Add comments to many (but not all :( ) AC_DEFINES in configure scripts.
Original commit message from CVS:
Add comments to many (but not all :( ) AC_DEFINES in configure scripts.
Add note about debian packages for building documentation.
2001-05-31 20:20:03 +00:00
Richard Boulton 7dfeffc2a5 Fix a couple of formatting errors in idiottest, and add plugin-srcdir warning to configure.base.
Original commit message from CVS:
Fix a couple of formatting errors in idiottest, and add plugin-srcdir
warning to configure.base.
2001-05-31 19:08:41 +00:00
Richard Boulton 41aa12b2c6 Add AS and ASFLAGS to configure.base, fixing the build with automake 1.4g
Original commit message from CVS:
Add AS and ASFLAGS to configure.base, fixing the build with automake 1.4g
AS is defined in a hacky way: I've asked on the automake list for help
doing this properly.
2001-05-31 14:19:09 +00:00
Erik Walthinsen a3742beca4 added no-alsa warning and made 0.9 check conditional on alsa existing at all
Original commit message from CVS:
added no-alsa warning and made 0.9 check conditional on alsa existing at all
2001-05-30 21:27:35 +00:00
Richard Boulton 53ca792d2f create a configure.base file, containing the contents of configure.{in,ac}, with those lines specific to one file pre...
Original commit message from CVS:
* create a configure.base file, containing the contents of
configure.{in,ac}, with those lines specific to one file prepended by
"SUBSTFOR configure.in:" or "SUBSTFOR configure.ac:" appropriately.

* Add lines to autogen.sh to generate configure.in and configure.ac
automatically from this file. (Very simple sed scripts)

* Remove configure.in and configure.ac

This shouldn't cause any problems to anyone, and should make it easy to do
work on configure scripts by just working on configure.base.
2001-05-30 14:22:50 +00:00
Renamed from configure.ac (Browse further)