aboutsummaryrefslogtreecommitdiffstats
path: root/m4
Commit message (Collapse)AuthorAgeFilesLines
* m4: Update gsettings m4 macrosSebastian Dröge2011-04-151-18/+8
|
* m4: remove some cruftTim-Philipp Müller2011-01-038-1194/+1
|
* alsaspdif: remove alsaspdifsink elementTim-Philipp Müller2010-10-052-151/+0
| | | | | Remove alsaspdifsink, it's not needed any longer. alsasink in -base has been able to handle SPDIF for a while now.
* gsettings: Add gsettings.m4 for the gsettings macrosSebastian Dröge2010-08-111-0/+93
|
* build: remove somem more ivorbis cruftTim-Philipp Müller2010-02-152-69/+0
|
* m4: fix 'suspicious cache value id' warnings in gst-fionread.m4Tim-Philipp Müller2009-05-211-8/+8
| | | | And update common to pull in a related fix from there.
* sdl: Use SDL static-libs for conftestLRN2009-04-211-1/+3
| | | | | | Fixes: #573847. This fixes building with SDL on Windows. Signed-off-by: David Schleef <ds@schleef.org>
* m4/Makefile.am: More .m4 that aren't shipped with gettext 0.17 anymore.Edward Hervey2008-12-131-2/+0
| | | | | | Original commit message from CVS: * m4/Makefile.am: More .m4 that aren't shipped with gettext 0.17 anymore.
* m4/Makefile.am: inttypes.m4 hasn't been available since gettext-0.15, and ↵Edward Hervey2008-12-131-1/+0
| | | | | | | | | | since we now require gettext >= 0.17 ... we... Original commit message from CVS: * m4/Makefile.am: inttypes.m4 hasn't been available since gettext-0.15, and since we now require gettext >= 0.17 ... we can remove it from the list of files to dist.
* update esound, gconf, alsa and ogg m4 files from upstream versionsStéphane Loeuillet2004-09-174-9/+26
| | | | | Original commit message from CVS: update esound, gconf, alsa and ogg m4 files from upstream versions
* - say explicitly in the ./configure output that we're looking for libsidplay ↵Stéphane Loeuillet2004-09-171-1/+1
| | | | | | | | 1.36.x (as siddec won't compile against ... Original commit message from CVS: - say explicitly in the ./configure output that we're looking for libsidplay 1.36.x (as siddec won't compile against 2.x.x)
* m4/Makefile.am: Distribute gst-fionread.m4.Colin Walters2004-06-231-0/+1
| | | | | | | Original commit message from CVS: 2004-06-23 Colin Walters <walters@redhat.com> * m4/Makefile.am: Distribute gst-fionread.m4.
* fix shout2 check to check for the versionThomas Vander Stichele2004-06-021-8/+11
| | | | | Original commit message from CVS: fix shout2 check to check for the version
* rename defines too, so that they look like the others (say naming convention)Stéphane Loeuillet2004-05-211-2/+2
| | | | | Original commit message from CVS: rename defines too, so that they look like the others (say naming convention)
* sync with upstreamThomas Vander Stichele2004-05-211-0/+209
| | | | | Original commit message from CVS: sync with upstream
* back in a secThomas Vander Stichele2004-05-211-202/+0
| | | | | Original commit message from CVS: back in a sec
* - change sunaudio category to Sink/AudioStéphane Loeuillet2004-05-201-1/+1
| | | | | | | Original commit message from CVS: - change sunaudio category to Sink/Audio - change HAVE_FIONREAD macro to GST_CHECK_FIONREAD - add conditional include for FIONREAD ioctl on more files
* test FIONREAD ioctl presence in an alternate header for Solaris 10 (and ↵Stéphane Loeuillet2004-05-201-0/+42
| | | | | | | perhaps earlier versions) Original commit message from CVS: test FIONREAD ioctl presence in an alternate header for Solaris 10 (and perhaps earlier versions)
* don't fix a test that should fail (too old a52dec detection)Stéphane Loeuillet2004-05-191-2/+1
| | | | | Original commit message from CVS: don't fix a test that should fail (too old a52dec detection)
* m4/a52.m4: fix compilation with -Wall -WerrorStéphane Loeuillet2004-05-173-5/+11
| | | | | | | Original commit message from CVS: * m4/a52.m4 : fix compilation with -Wall -Werror * m4/libfame.m4 : idem * m4/libmikmod.m4 : idem
* forgot this oneThomas Vander Stichele2004-03-181-0/+43
| | | | | Original commit message from CVS: forgot this one
* use pkg-config checks for some, falling back to the old one.Thomas Vander Stichele2004-03-101-108/+0
| | | | | | | Original commit message from CVS: use pkg-config checks for some, falling back to the old one. fixes #131270
* ignore meThomas Vander Stichele2004-02-121-0/+1
| | | | | Original commit message from CVS: ignore me
* fix underquotedness of macrosThomas Vander Stichele2004-02-1125-329/+26
| | | | | Original commit message from CVS: fix underquotedness of macros
* ignore copied m4'sThomas Vander Stichele2004-02-041-0/+16
| | | | | Original commit message from CVS: ignore copied m4's
* tagging stuff and build fixes. In detail:Benjamin Otte2003-11-232-1/+106
| | | | | | | | | | | | | | | | | Original commit message from CVS: tagging stuff and build fixes. In detail: - make gdk-pixbuf loader work when distchecking - fix invalid syntax in ffmpeg Makefile. wildcards for EXTRA_DIST are not allowed. This broke builds where distdir != srcdir - fix ffmpeg cvs grabbing when srcdir != distdir - new id3tag plugin for id3 tag reading/writing (uses mad's libid3tag) - mad and libid3tag require mad/libid3tag v0.15. Fixed configure to require that - added ogg demuxer in ext/ogg. The demuxer does not handle events yet. Especially getting seeking right will require some effort or code copying from libvorbis. - added raw vorbis detection to typefinding. oggdemux requires a typefind function to detect its contents. - tags plugin in gst/tags. Provides API in <gst/tags/gsttagediting.h>. API includes tag matching GStreamer <=> ID3 and GStreamer <=> vorbis and writing/reading vorbiscomments or ID3v1 tags. Also included is a simple vorbiscomment reader/writer. Writing will not really work though until someone writes oggmux. - various build fixes. Mostly missing (DIST)CLEANFILES. - vorbisenc handles tag writing. Now it's YOUR turn to fix and write more plugins that handle writing/reading of tags. :)
* Change cvs host (mplayer)Jeremy Simon2003-10-231-2/+2
| | | | | | Original commit message from CVS: Change cvs host (mplayer) Add compression (z4)
* make ffmpeg erroring out work:Benjamin Otte2003-09-271-2/+3
| | | | | | | Original commit message from CVS: make ffmpeg erroring out work: - don't built gst-libs/ext/ffmpeg - don't update Tag when cvs command fails
* latest fixes to get everything disting and building like a charmChristian Schaller2003-09-131-1/+1
| | | | | Original commit message from CVS: latest fixes to get everything disting and building like a charm
* Update matroska check (see #117717)Ronald S. Bultje2003-07-201-4/+4
| | | | | Original commit message from CVS: Update matroska check (see #117717)
* Move to m4/ instead of common/m4/Ronald S. Bultje2003-07-171-0/+262
| | | | | Original commit message from CVS: Move to m4/ instead of common/m4/
* compatibility fix for new GST_DEBUG stuff.Benjamin Otte2003-06-291-6/+6
| | | | | | | | Original commit message from CVS: compatibility fix for new GST_DEBUG stuff. Includes fixes for missing includes for config.h and unistd.h I only ensured for plugins I can build that they work, so if some of them are still broken, you gotta fix them yourselves unfortunately.
* fix ivorbis part 2Christian Schaller2003-03-011-6/+1
| | | | | Original commit message from CVS: fix ivorbis part 2
* add FreeBSD patches from Andrew Turner and add missing ivorbis m4 to cvs, ↵Christian Schaller2003-02-233-2/+75
| | | | | | | also disable ivorbis plugin as the test mis... Original commit message from CVS: add FreeBSD patches from Andrew Turner and add missing ivorbis m4 to cvs, also disable ivorbis plugin as the test mistakes ordinary vorbis for tremor
* check for vorbis finalThomas Vander Stichele2003-01-171-0/+6
| | | | | Original commit message from CVS: check for vorbis final
* changing ffmpeg to only update when requiredThomas Vander Stichele2003-01-051-12/+24
| | | | | Original commit message from CVS: changing ffmpeg to only update when required
* a simple fixThomas Vander Stichele2002-12-301-1/+2
| | | | | Original commit message from CVS: a simple fix
* why did no one notice ?Thomas Vander Stichele2002-12-271-0/+42
| | | | | Original commit message from CVS: why did no one notice ?
* slurp in ffmpeg a) please test b) please help me figure out how to portably ↵Thomas Vander Stichele2002-12-261-1/+1
| | | | | | | | | | | link in a .a file in our .so plugin Original commit message from CVS: slurp in ffmpeg a) please test b) please help me figure out how to portably link in a .a file in our .so plugin
* drop mpeg2dec 0.2.1 support in favor of 0.3.0.David I. Lehn2002-12-041-94/+0
| | | | | | Original commit message from CVS: drop mpeg2dec 0.2.1 support in favor of 0.3.0. keeping old code around in cvs for a while just in case someone needs it.
* flac debug cleanup m4 for ffmpegThomas Vander Stichele2002-11-261-0/+99
| | | | | | Original commit message from CVS: flac debug cleanup m4 for ffmpeg
* Added shout m4Wim Taymans2002-10-271-0/+99
| | | | | Original commit message from CVS: Added shout m4
* updated avifile ?Thomas Vander Stichele2002-10-261-1/+1
| | | | | Original commit message from CVS: updated avifile ?
* I wonder how we ever got along without thisThomas Vander Stichele2002-10-061-1/+1
| | | | | Original commit message from CVS: I wonder how we ever got along without this
* Revert the revert to 1.0.0 vorbis.m4 code.David I. Lehn2002-09-191-1/+2
| | | | | | | | | Original commit message from CVS: Revert the revert to 1.0.0 vorbis.m4 code. This bugfix has been accepted upstream to fix a segfault due to a bogus function parameter. (the cause of the segfault should probably be fixed but until then...)
* update to 1.0 macroThomas Vander Stichele2002-09-191-4/+3
| | | | | Original commit message from CVS: update to 1.0 macro
* fixes http://bugzilla.gnome.org/show_bug.cgi?id=90839Thomas Vander Stichele2002-08-171-0/+143
| | | | | | Original commit message from CVS: fixes http://bugzilla.gnome.org/show_bug.cgi?id=90839
* shiny new avifile test macro let's give it a rideThomas Vander Stichele2002-08-131-0/+150
| | | | | | Original commit message from CVS: shiny new avifile test macro let's give it a ride
* vorbis check fix (applied upstream) remove unused glade m4David I. Lehn2002-08-092-50/+2
| | | | | | Original commit message from CVS: vorbis check fix (applied upstream) remove unused glade m4
* attempt to fix my sucky dv and festival breakage.David I. Lehn2002-07-051-1/+1
| | | | | Original commit message from CVS: attempt to fix my sucky dv and festival breakage.