summaryrefslogtreecommitdiffstats
path: root/autogen.sh
Commit message (Collapse)AuthorAgeFilesLines
* whoops, checked in too muchBenjamin Otte2004-05-171-1/+1
| | | | | Original commit message from CVS: whoops, checked in too much
* compute offsets correctly for internal buffers so timestamps are set ↵David Moore2004-05-171-1/+1
| | | | | | | | | | | | correctly when we can't seek. Also handle cases ... Original commit message from CVS: * autogen.sh: * configure.ac: * ext/mad/gstid3tag.c: (gst_id3_tag_chain): compute offsets correctly for internal buffers so timestamps are set correctly when we can't seek. Also handle cases where there are no offsets. (based on a patch by David Moore, fixes #142507)
* update for plugin changes to export symbolsThomas Vander Stichele2004-02-291-2/+2
| | | | | Original commit message from CVS: update for plugin changes to export symbols
* autogen.sh: replace test -e with test -x for mkinstalldirs to be more portable.Benjamin Otte2004-02-221-1/+1
| | | | | | | | | | | Original commit message from CVS: 2004-02-22 Benjamin Otte <otte@gnome.org> reported by: Padraig O'Briain <padraig.obriain@sun.com> * autogen.sh: replace test -e with test -x for mkinstalldirs to be more portable. (fixes #134816)
* up gettext versionThomas Vander Stichele2004-02-131-1/+1
| | | | | Original commit message from CVS: up gettext version
* force autopointThomas Vander Stichele2004-02-121-1/+1
| | | | | Original commit message from CVS: force autopoint
* run only onceThomas Vander Stichele2004-02-121-11/+0
| | | | | Original commit message from CVS: run only once
* putting i18n in place for pluginsThomas Vander Stichele2004-01-191-0/+24
| | | | | Original commit message from CVS: putting i18n in place for plugins
* fixing bug #126985, gst core requires 1.6 anywayLeif Johnson2003-11-271-1/+1
| | | | | Original commit message from CVS: fixing bug #126985, gst core requires 1.6 anyway
* get last fix correct.David Schleef2003-08-301-1/+1
| | | | | Original commit message from CVS: get last fix correct.
* Handle libtoolize with alternate namesDavid Schleef2003-08-171-2/+2
| | | | | Original commit message from CVS: Handle libtoolize with alternate names
* I'm too lazy to comment thisThomas Vander Stichele2003-05-281-1/+1
| | | | | Original commit message from CVS: *** empty log message ***
* fix Makefiles for C++ libraries. They should now work with Forte. This needs ↵Benjamin Otte2003-05-221-1/+1
| | | | | | | a new libtool, update autogen.sh to refl... Original commit message from CVS: fix Makefiles for C++ libraries. They should now work with Forte. This needs a new libtool, update autogen.sh to reflect this.
* Updated autogen.sh/configure.ac and various Makefiles to make the configure ↵Brian Cameron2003-05-211-1/+1
| | | | | | | | | script set up all gcc specific compiler a... Original commit message from CVS: Updated autogen.sh/configure.ac and various Makefiles to make the configure script set up all gcc specific compiler arguments, rather than hardcoding them in the Makefile.am files
* fixes 107967Thomas Vander Stichele2003-05-121-3/+4
| | | | | Original commit message from CVS: fixes 107967
* remove bashismsDavid Schleef2003-05-091-2/+2
| | | | | Original commit message from CVS: remove bashisms
* Change autoconf_2.52d_check to 2_52 to make bash happyDavid Schleef2003-04-131-1/+1
| | | | | Original commit message from CVS: Change autoconf_2.52d_check to 2_52 to make bash happy
* oopsThomas Vander Stichele2002-12-301-1/+1
| | | | | Original commit message from CVS: oops
* slurp in ffmpeg a) please test b) please help me figure out how to portably ↵Thomas Vander Stichele2002-12-261-0/+3
| | | | | | | | | | | 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
* run libtoolize, remove generated file ltmain.sh add some newer versions for ↵David I. Lehn2002-11-021-7/+3
| | | | | | | | tool checks Original commit message from CVS: run libtoolize, remove generated file ltmain.sh add some newer versions for tool checks
* list preferred autotoolsThomas Vander Stichele2002-09-301-4/+8
| | | | | Original commit message from CVS: list preferred autotools
* same changesThomas Vander Stichele2002-05-271-2/+4
| | | | | Original commit message from CVS: same changes
* small fixThomas Vander Stichele2002-05-181-0/+4
| | | | | Original commit message from CVS: small fix
* same fix for pluginsThomas Vander Stichele2002-04-181-1/+2
| | | | | Original commit message from CVS: same fix for plugins
* let's not update here, it's not necessary; ie, if you run cvs update in ↵Andy Wingo2002-03-021-3/+0
| | | | | | | | gst-plugins, it will update common automatica... Original commit message from CVS: let's not update here, it's not necessary; ie, if you run cvs update in gst-plugins, it will update common automatically, and we don't support half-updated trees
* fix a typoAndy Wingo2002-03-021-1/+1
| | | | | Original commit message from CVS: fix a typo
* more changesThomas Vander Stichele2002-03-021-0/+3
| | | | | Original commit message from CVS: more changes
* adapt to use new stuffThomas Vander Stichele2002-03-021-6/+6
| | | | | Original commit message from CVS: adapt to use new stuff
* fix mad check, add defaut options properlyAndy Wingo2002-02-101-1/+1
| | | | | Original commit message from CVS: fix mad check, add defaut options properly
* smallish fixesThomas Vander Stichele2002-02-071-11/+10
| | | | | Original commit message from CVS: smallish fixes
* this makes more sense higher in the fileThomas Vander Stichele2002-02-061-4/+8
| | | | | Original commit message from CVS: this makes more sense higher in the file
* various additionsThomas Vander Stichele2002-02-061-1/+1
| | | | | Original commit message from CVS: various additions
* more build fixingThomas Vander Stichele2002-02-061-156/+39
| | | | | Original commit message from CVS: more build fixing
* use numerical comparisions for version checkSteve Baker2002-02-061-6/+6
| | | | | Original commit message from CVS: use numerical comparisions for version check
* Revert aclocal invocation to do cat m4/*.m4 > acinclude.m4 beforehand, ↵Richard Boulton2002-02-041-1/+1
| | | | | | | | | | rather than adding m4/ to aclocal search path.... Original commit message from CVS: Revert aclocal invocation to do cat m4/*.m4 > acinclude.m4 beforehand, rather than adding m4/ to aclocal search path. Shouldn't cause errors when macros are already present on system, because macros in acinclude.m4 are used in preference.
* - use aclocal -I option instead of catWrobell2002-01-301-4/+1
| | | | | Original commit message from CVS: - use aclocal -I option instead of cat
* be less verboseAndy Wingo2002-01-251-1/+0
| | | | | Original commit message from CVS: be less verbose
* more flapping wings about in wild abandonmentThomas Vander Stichele2002-01-071-2/+2
| | | | | Original commit message from CVS: more flapping wings about in wild abandonment
* added --with-pkg-config-path option try not to run autoheader too muchAndy Wingo2001-12-261-0/+2
| | | | | | Original commit message from CVS: * added --with-pkg-config-path option * try not to run autoheader too much
* sync gst-plugins autogen.sh to gstreamer versionAndy Wingo2001-12-221-6/+32
| | | | | Original commit message from CVS: sync gst-plugins autogen.sh to gstreamer version
* added esd added new autogen.sh feature : list all of the libs/plugins you ↵Thomas Vander Stichele2001-12-201-0/+15
| | | | | | | | | | | | | | | want to disable in a file called "disable" ... Original commit message from CVS: added esd added new autogen.sh feature : list all of the libs/plugins you want to disable in a file called "disable" and they will. makes it easier to check stuff when you're working on one a file "enable" does the opposite. You're on your own if you make them conflict ;) CML2 anyone ? fixed some xvideo stuff, can't remember what though
* srcfile isn't in yet, so i changed that also, i wrote some of this stuff :)Andy Wingo2001-12-201-1/+1
| | | | | | Original commit message from CVS: srcfile isn't in yet, so i changed that also, i wrote some of this stuff :)
* some build changes vga is put in broken because of an undef in my build, ↵Thomas Vander Stichele2001-12-201-1/+1
| | | | | | | | please check Original commit message from CVS: some build changes vga is put in broken because of an undef in my build, please check
* building up speedThomas Vander Stichele2001-12-171-0/+167
Original commit message from CVS: building up speed