summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* added -WerrorBenjamin Otte2002-04-061-1/+1
| | | | | Original commit message from CVS: added -Werror
* correct a condition in check-libheader.m4 remove gst a52 and mpeg2dec m4's ↵Andy Wingo2002-03-311-2/+4
| | | | | | | | | 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
* alphabetization fixen a jack caps fixAndy Wingo2002-03-301-8/+8
| | | | | | Original commit message from CVS: * alphabetization fixen * a jack caps fix
* add notify back to filesrc, it's needed for MVC applications remove notify ↵Andy Wingo2002-03-301-1/+1
| | | | | | | | | | | | | | printouts from gst-launch cleanup in gst-p... Original commit message from CVS: * add notify back to filesrc, it's needed for MVC applications * remove notify printouts from gst-launch * cleanup in gst-plugins configure.ac * some jack updates * remove SELF_ITERATING flag in favor of SEF_SCHEDULABLE (not a clear name, but it's what we have for the moment) * improve parsing of request pad names, no more sscanf * fixes to the fastscheduler Makefile.am
* added check for 0.7.3 a52 apiAndy Wingo2002-03-301-1/+1
| | | | | Original commit message from CVS: added check for 0.7.3 a52 api
* Changed to the new props APIWim Taymans2002-03-301-0/+9
| | | | | | Original commit message from CVS: Changed to the new props API Other small tuff.
* check for the proper dxr3 header aphabetization fixesAndy Wingo2002-03-291-1/+1
| | | | | | Original commit message from CVS: * check for the proper dxr3 header * aphabetization fixes
* some s/KHz/Hz/ fixes in osssrc consistency-with-the-rest-of-gst adjustmentsAndy Wingo2002-03-291-0/+7
| | | | | | | Original commit message from CVS: * some s/KHz/Hz/ fixes in osssrc * added dxr3 plugin from rehan khwaja <rehankhwaja@yahoo.com>, with some consistency-with-the-rest-of-gst adjustments
* acconfig.h usage deprecatedDavid I. Lehn2002-03-211-2/+2
| | | | | Original commit message from CVS: acconfig.h usage deprecated
* s/gst_element_install_std_props/gst_element_class_install_std_props/ -- it ↵Andy Wingo2002-03-181-11/+19
| | | | | | | | | | | | | | just makes more sense that way added jack ... Original commit message from CVS: * s/gst_element_install_std_props/gst_element_class_install_std_props/ -- it just makes more sense that way * added jack element, doesn't quite work right yet but i didn't want to lose the work -- it does build, register, and attempt to run though * imposed some restrictions on the naming of request pads to better allow for reverse parsing * added '%s' to reverse parsing * added new bin flag to indicate that it is self-iterating, and some lame code in gst-launch to test it out * fixen on launch-gui * added pkg-config stuff for the editor's libs
* first prereleaseThomas Vander Stichele2002-03-051-1/+1
| | | | | Original commit message from CVS: first prerelease
* rtp back in experimental, it doesn't build for uraeus and i don't want to ↵Andy Wingo2002-03-041-0/+2
| | | | | | | debug it :) Original commit message from CVS: rtp back in experimental, it doesn't build for uraeus and i don't want to debug it :)
* moved rtp out of experimentalAndy Wingo2002-03-031-2/+0
| | | | | Original commit message from CVS: moved rtp out of experimental
* move smoothwave to broken for the time beingAndy Wingo2002-03-031-4/+3
| | | | | Original commit message from CVS: move smoothwave to broken for the time being
* don't do testsuite atmThomas Vander Stichele2002-03-031-2/+2
| | | | | Original commit message from CVS: don't do testsuite atm
* adding videosink is there any good reason why the videosink plugin didn't ↵Thomas Vander Stichele2002-03-021-1/+2
| | | | | | | | | | just go in the xvideo dir ? It's not like w... Original commit message from CVS: adding videosink is there any good reason why the videosink plugin didn't just go in the xvideo dir ? It's not like we *need* to have the most dirs we can get ;) if no one objects then I guess I'll move it to the sensible place
* Added esdmon plugin.Richard Boulton2002-03-021-1/+1
| | | | | | | | | | Original commit message from CVS: Added esdmon plugin. Monitors output from the esd sound daemon. Particularly useful for displaying a visualisation of the audio being played on your system. eg: gst-launch esdmon ! goom ! { queue leaky=yes ! colorspace ! sdlvideosink } You can even have several of them going at once. :)
* I'm too lazy to comment thisRichard Boulton2002-03-021-1/+2
| | | | | Original commit message from CVS: *** empty log message ***
* adding modplugJeremy Simon2002-02-281-1/+3
| | | | | Original commit message from CVS: adding modplug
* use gst-debuginfo.m4 macro so plugins are actually compiled with debug info ↵Thomas Vander Stichele2002-02-211-2/+4
| | | | | | | | | some more debug output for lame Original commit message from CVS: * use gst-debuginfo.m4 macro so plugins are actually compiled with debug info * some more debug output for lame
* putting it backThomas Vander Stichele2002-02-191-0/+3
| | | | | Original commit message from CVS: putting it back
* --enable-plugin-builddir means nothing to the plugins themselves, just the toolsAndy Wingo2002-02-161-1/+0
| | | | | Original commit message from CVS: --enable-plugin-builddir means nothing to the plugins themselves, just the tools
* add 'toolsdir' to the pc files add our first plugin test, which involves ↵Andy Wingo2002-02-161-1/+9
| | | | | | | | | | simply running gst-compprep, which in the co... Original commit message from CVS: * add 'toolsdir' to the pc files * add our first plugin test, which involves simply running gst-compprep, which in the course of creating the completion registry instantiates every plugin. gst-register is run first.
* quiet a warning from autoconfAndy Wingo2002-02-161-4/+5
| | | | | Original commit message from CVS: quiet a warning from autoconf
* changed libgst -> libgstreamer to comply with namespace issues with gnu ↵Andy Wingo2002-02-101-1/+1
| | | | | | | | smalltalk various other fixes Original commit message from CVS: * changed libgst -> libgstreamer to comply with namespace issues with gnu smalltalk * various other fixes
* fixing aclocalThomas Vander Stichele2002-02-101-1/+1
| | | | | Original commit message from CVS: fixing aclocal
* syncing with as-versionThomas Vander Stichele2002-02-101-12/+2
| | | | | Original commit message from CVS: syncing with as-version
* fix mad check, add defaut options properlyAndy Wingo2002-02-101-1/+4
| | | | | Original commit message from CVS: fix mad check, add defaut options properly
* fix build issuesAndy Wingo2002-02-081-20/+12
| | | | | Original commit message from CVS: fix build issues
* various additionsThomas Vander Stichele2002-02-061-1/+0
| | | | | Original commit message from CVS: various additions
* more build fixingThomas Vander Stichele2002-02-061-49/+10
| | | | | Original commit message from CVS: more build fixing
* rtp conflicts with current gstclock.h, moving back to experimentalThomas Vander Stichele2002-02-061-0/+2
| | | | | Original commit message from CVS: rtp conflicts with current gstclock.h, moving back to experimental
* 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.
* gst-launch-extThomas Vander Stichele2002-02-041-0/+1
| | | | | Original commit message from CVS: gst-launch-ext
* Add the v4lmjpeg plugins to the configure fileRonald S. Bultje2002-02-041-1/+1
| | | | | Original commit message from CVS: Add the v4lmjpeg plugins to the configure file
* tarkin fixThomas Vander Stichele2002-02-041-0/+8
| | | | | Original commit message from CVS: tarkin fix
* back to cvsThomas Vander Stichele2002-02-041-4/+4
| | | | | Original commit message from CVS: back to cvs
* adding tarkin to build to try building it run configure with ↵Thomas Vander Stichele2002-02-041-0/+2
| | | | | | | | --enable-experimental Original commit message from CVS: adding tarkin to build to try building it run configure with --enable-experimental
* various fixesThomas Vander Stichele2002-02-041-15/+3
| | | | | Original commit message from CVS: various fixes
* Assorted fixes.Wim Taymans2002-02-031-0/+2
| | | | | | Original commit message from CVS: Assorted fixes. Use the new clocking stuff.
* added back goom to configure.ac after syncing with releaseErik Walthinsen2002-02-031-1/+2
| | | | | Original commit message from CVS: added back goom to configure.ac after syncing with release
* Committing differences between CVS and the 0.3.2 release. These changes ↵Erik Walthinsen2002-02-031-2/+12
| | | | | | | | | | were in the local copy that the dist was mad... Original commit message from CVS: Committing differences between CVS and the 0.3.2 release. These changes were in the local copy that the dist was made from, but have never been in CVS (I hunted for matching revisions on all of them). I will retag these files with the proper release tag as soon as they're committed.
* - add goom to the build system, dunno if it works, but it doesn't break my ↵Bastien Nocera2002-02-021-1/+2
| | | | | | | ppc :) Original commit message from CVS: - add goom to the build system, dunno if it works, but it doesn't break my ppc :)
* updates for releaseThomas Vander Stichele2002-02-021-8/+8
| | | | | Original commit message from CVS: updates for release
* upped prerelease numberThomas Vander Stichele2002-01-311-1/+1
| | | | | Original commit message from CVS: upped prerelease number
* Revert lame include dir change. Upstream uses $prefix/include/lame/lame.h.David I. Lehn2002-01-311-1/+1
| | | | | Original commit message from CVS: Revert lame include dir change. Upstream uses $prefix/include/lame/lame.h.
* prereleaseThomas Vander Stichele2002-01-301-1/+1
| | | | | Original commit message from CVS: prerelease
* I checked lame packages and source code and they seem to want lame.h in ↵Thomas Vander Stichele2002-01-301-1/+1
| | | | | | | | | | | | | prefix/include/lame.h so I fixed stuff accord... Original commit message from CVS: I checked lame packages and source code and they seem to want lame.h in prefix/include/lame.h so I fixed stuff accordingly. Do any systems have lame in include/lame/lame.h ? If so, mail me and we'll work it out.
* cvs versioningThomas Vander Stichele2002-01-301-4/+5
| | | | | Original commit message from CVS: cvs versioning
* added -Wall to GST_INT_CFLAGSAndy Wingo2002-01-271-1/+1
| | | | | Original commit message from CVS: added -Wall to GST_INT_CFLAGS