summaryrefslogtreecommitdiffstats
path: root/m4
Commit message (Collapse)AuthorAgeFilesLines
* 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-242-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-051-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-102-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.
* duplicate of m4 in common/m4David I. Lehn2002-07-041-56/+0
| | | | | Original commit message from CVS: duplicate of m4 in common/m4
* adding libdv m4 checkThomas Vander Stichele2002-06-101-0/+108
| | | | | Original commit message from CVS: adding libdv m4 check
* added rc3 check, rc2 will now not be detected anymoreThomas Vander Stichele2002-06-101-21/+35
| | | | | Original commit message from CVS: added rc3 check, rc2 will now not be detected anymore
* m4/mpeg2dec.m4: Test for cpuaccel library as well as mpeg2dec library. Add ↵Richard Boulton2002-06-031-5/+23
| | | | | | | | | appropriate includes before test compile ... Original commit message from CVS: * m4/mpeg2dec.m4: Test for cpuaccel library as well as mpeg2dec library. Add appropriate includes before test compile of mpeg2.h so that compilation succeeds.
* another one goes inThomas Vander Stichele2002-06-021-0/+33
| | | | | Original commit message from CVS: another one goes in
* and the m4 to go along with itThomas Vander Stichele2002-06-011-0/+181
| | | | | Original commit message from CVS: and the m4 to go along with it
* various AC_HELP_STRING changesThomas Vander Stichele2002-05-277-25/+54
| | | | | Original commit message from CVS: various AC_HELP_STRING changes
* AC_HELP_STRINGThomas Vander Stichele2002-05-271-4/+10
| | | | | Original commit message from CVS: AC_HELP_STRING
* no need for feature, it's in common various AC_HELP_STRING changesThomas Vander Stichele2002-05-275-188/+43
| | | | | | Original commit message from CVS: no need for feature, it's in common various AC_HELP_STRING changes
* this should do it this is for steveb's added checksThomas Vander Stichele2002-04-272-0/+54
| | | | | | Original commit message from CVS: this should do it this is for steveb's added checks
* I hate independent second parties and why were we not invited anyway ?Thomas Vander Stichele2002-04-271-27/+0
| | | | | | Original commit message from CVS: I hate independent second parties and why were we not invited anyway ?
* some cvs screwupThomas Vander Stichele2002-04-271-27/+0
| | | | | Original commit message from CVS: some cvs screwup
* macros to detect fast float to int casting, lrint and lrintf, thanks to Erik ↵Steve Baker2002-04-252-0/+54
| | | | | | | de Castro Lopo. Original commit message from CVS: macros to detect fast float to int casting, lrint and lrintf, thanks to Erik de Castro Lopo.
* a hack to work around intltool's brokenness a current check for mpeg2dec ↵Andy Wingo2002-04-201-2/+2
| | | | | | | | | | | details->klass reorganizations an element br... Original commit message from CVS: * a hack to work around intltool's brokenness * a current check for mpeg2dec * details->klass reorganizations * an element browser that uses details->klass * separated cdxa parse out from the avi directory
* s/-lmpeg2dec/-lcpuaccel/ to support the lastest mpeg2dec releaseDavid I. Lehn2002-04-151-2/+2
| | | | | Original commit message from CVS: s/-lmpeg2dec/-lcpuaccel/ to support the lastest mpeg2dec release
* correct a condition in check-libheader.m4 remove gst a52 and mpeg2dec m4's ↵Andy Wingo2002-03-315-92/+202
| | | | | | | | | in favor of ones i have sent to walken for... Original commit message from CVS: * correct a condition in check-libheader.m4 * remove gst a52 and mpeg2dec m4's in favor of ones i have sent to walken for inclusion in the upstream packages
* added check for 0.7.3 a52 apiAndy Wingo2002-03-301-0/+65
| | | | | Original commit message from CVS: added check for 0.7.3 a52 api
* heh, we never saw this one beforeThomas Vander Stichele2002-03-121-0/+188
| | | | | Original commit message from CVS: heh, we never saw this one before
* added pkg.m4 in plugins/Andy Wingo2002-01-271-0/+56
| | | | | Original commit message from CVS: added pkg.m4 in plugins/
* - my mistake... mpeg2dec libs does not depend on X11 libraries (vo library ↵Wrobell2002-01-181-16/+11
| | | | | | | | | | | | | distributed with mpeg2dec depends on X11 l... Original commit message from CVS: - my mistake... mpeg2dec libs does not depend on X11 libraries (vo library distributed with mpeg2dec depends on X11 libs). Add configure option so user can specify where mpeg2dec library is installed. This way we do not guess where is mpeg2dec. If it is not in standard location (prefix==/usr), then leave it to the user. Changes inspired by AM_PATH_LIBMIKMOD.
* - GST_CHECK_MPEG2DEC macro - checks for mpeg2dec in /usr/lib.Wrobell2002-01-181-0/+24
| | | | | | | | | | | | Original commit message from CVS: - GST_CHECK_MPEG2DEC macro - checks for mpeg2dec in /usr/lib. If not found then checks for mpeg2dec in /usr/X11R6/lib. This macro is needed because mpeg2dec depends on X11R6 libraries and as FHS states, it should be placed in /usr/X11R6 tree but some distros do not care and put mpeg2dec into /usr/lib. It depends on CHECK_LIBHEADER macro.
* - CHECK_LIBHEADER macro, which is based on GST_CHECK_LIBHEADER the main ↵Wrobell2002-01-181-0/+42
| | | | | | | | | difference between them is that you can speci... Original commit message from CVS: - CHECK_LIBHEADER macro, which is based on GST_CHECK_LIBHEADER the main difference between them is that you can specify cpp flags with CHECK_LIBHEADER