summaryrefslogtreecommitdiffstats
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2002-03-04rtp back in experimental, it doesn't build for uraeus and i don't want to ↵Andy Wingo1-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 :)
2002-03-03moved rtp out of experimentalAndy Wingo1-2/+0
Original commit message from CVS: moved rtp out of experimental
2002-03-03move smoothwave to broken for the time beingAndy Wingo1-4/+3
Original commit message from CVS: move smoothwave to broken for the time being
2002-03-03don't do testsuite atmThomas Vander Stichele1-2/+2
Original commit message from CVS: don't do testsuite atm
2002-03-02adding videosink is there any good reason why the videosink plugin didn't ↵Thomas Vander Stichele1-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
2002-03-02Added esdmon plugin.Richard Boulton1-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. :)
2002-03-02I'm too lazy to comment thisRichard Boulton1-1/+2
Original commit message from CVS: *** empty log message ***
2002-02-28adding modplugJeremy Simon1-1/+3
Original commit message from CVS: adding modplug
2002-02-21use gst-debuginfo.m4 macro so plugins are actually compiled with debug info ↵Thomas Vander Stichele1-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
2002-02-19putting it backThomas Vander Stichele1-0/+3
Original commit message from CVS: putting it back
2002-02-16--enable-plugin-builddir means nothing to the plugins themselves, just the toolsAndy Wingo1-1/+0
Original commit message from CVS: --enable-plugin-builddir means nothing to the plugins themselves, just the tools
2002-02-16add 'toolsdir' to the pc files add our first plugin test, which involves ↵Andy Wingo1-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.
2002-02-16quiet a warning from autoconfAndy Wingo1-4/+5
Original commit message from CVS: quiet a warning from autoconf
2002-02-10changed libgst -> libgstreamer to comply with namespace issues with gnu ↵Andy Wingo1-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
2002-02-10fixing aclocalThomas Vander Stichele1-1/+1
Original commit message from CVS: fixing aclocal
2002-02-10syncing with as-versionThomas Vander Stichele1-12/+2
Original commit message from CVS: syncing with as-version
2002-02-10fix mad check, add defaut options properlyAndy Wingo1-1/+4
Original commit message from CVS: fix mad check, add defaut options properly
2002-02-08fix build issuesAndy Wingo1-20/+12
Original commit message from CVS: fix build issues
2002-02-06various additionsThomas Vander Stichele1-1/+0
Original commit message from CVS: various additions
2002-02-06more build fixingThomas Vander Stichele1-49/+10
Original commit message from CVS: more build fixing
2002-02-06rtp conflicts with current gstclock.h, moving back to experimentalThomas Vander Stichele1-0/+2
Original commit message from CVS: rtp conflicts with current gstclock.h, moving back to experimental
2002-02-04Revert aclocal invocation to do cat m4/*.m4 > acinclude.m4 beforehand, ↵Richard Boulton1-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.
2002-02-04gst-launch-extThomas Vander Stichele1-0/+1
Original commit message from CVS: gst-launch-ext
2002-02-04Add the v4lmjpeg plugins to the configure fileRonald S. Bultje1-1/+1
Original commit message from CVS: Add the v4lmjpeg plugins to the configure file
2002-02-04tarkin fixThomas Vander Stichele1-0/+8
Original commit message from CVS: tarkin fix
2002-02-04back to cvsThomas Vander Stichele1-4/+4
Original commit message from CVS: back to cvs
2002-02-04adding tarkin to build to try building it run configure with ↵Thomas Vander Stichele1-0/+2
--enable-experimental Original commit message from CVS: adding tarkin to build to try building it run configure with --enable-experimental
2002-02-04various fixesThomas Vander Stichele1-15/+3
Original commit message from CVS: various fixes
2002-02-03Assorted fixes.Wim Taymans1-0/+2
Original commit message from CVS: Assorted fixes. Use the new clocking stuff.
2002-02-03added back goom to configure.ac after syncing with releaseErik Walthinsen1-1/+2
Original commit message from CVS: added back goom to configure.ac after syncing with release
2002-02-03Committing differences between CVS and the 0.3.2 release. These changes ↵Erik Walthinsen1-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.
2002-02-02- add goom to the build system, dunno if it works, but it doesn't break my ↵Bastien Nocera1-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 :)
2002-02-02updates for releaseThomas Vander Stichele1-8/+8
Original commit message from CVS: updates for release
2002-01-31upped prerelease numberThomas Vander Stichele1-1/+1
Original commit message from CVS: upped prerelease number
2002-01-31Revert lame include dir change. Upstream uses $prefix/include/lame/lame.h.David I. Lehn1-1/+1
Original commit message from CVS: Revert lame include dir change. Upstream uses $prefix/include/lame/lame.h.
2002-01-30prereleaseThomas Vander Stichele1-1/+1
Original commit message from CVS: prerelease
2002-01-30I checked lame packages and source code and they seem to want lame.h in ↵Thomas Vander Stichele1-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.
2002-01-30cvs versioningThomas Vander Stichele1-4/+5
Original commit message from CVS: cvs versioning
2002-01-27added -Wall to GST_INT_CFLAGSAndy Wingo1-1/+1
Original commit message from CVS: added -Wall to GST_INT_CFLAGS
2002-01-25bunch of deletionsAndy Wingo1-235/+1
Original commit message from CVS: bunch of deletions
2002-01-18- use GST_CHECK_MPEG2DEC macro when mpeg2dec detectingWrobell1-4/+1
Original commit message from CVS: - use GST_CHECK_MPEG2DEC macro when mpeg2dec detecting
2002-01-18- plugins are built without versioning infoWrobell1-0/+2
Original commit message from CVS: - plugins are built without versioning info
2002-01-17mjpegtools stuffThomas Vander Stichele1-1/+1
Original commit message from CVS: mjpegtools stuff
2002-01-17cosmeticsThomas Vander Stichele1-8/+8
Original commit message from CVS: cosmetics
2002-01-17please don't try to change what is going to be build in Makefile.am files ↵Thomas Vander Stichele1-1/+10
everything is done using a USE_ conditional... Original commit message from CVS: please don't try to change what is going to be build in Makefile.am files everything is done using a USE_ conditional, so set it to no in configure.ac if you don't want it. This one is a good example. Don't know if qcam needs nasm though : is checking for nasm a check for what hardware platform ? If so we need to change this. In any case, let's not "fix" "problems" like this because this is how cruft comes in. Keep it in a local tree and bring it up so we can fix it right ;)
2002-01-17jpegmmx addition and some small changesRonald S. Bultje1-9/+7
Original commit message from CVS: jpegmmx addition and some small changes
2002-01-16added jpeg_mmx checkThomas Vander Stichele1-0/+11
Original commit message from CVS: added jpeg_mmx check
2002-01-14unrevert taaz's 0.3.1 patchAndy Wingo1-1/+1
Original commit message from CVS: unrevert taaz's 0.3.1 patch
2002-01-14doc and configure updates, and the beginnings of gst-xmllaunchAndy Wingo1-5/+2
Original commit message from CVS: doc and configure updates, and the beginnings of gst-xmllaunch
2002-01-12remove win32 path stuff (not used anymore?) check for core 0.3.1 not 0.3.0 ↵David I. Lehn1-43/+38
update Xv check for Xv_pic systems include... Original commit message from CVS: * remove win32 path stuff (not used anymore?) * check for core 0.3.1 not 0.3.0 * update Xv check for Xv_pic systems include text explaining it so check is not removed (again) * remove GLIB_ vars since we don't set those vars they are assumed to be in GST_ vars * fix festival check - lib not used, just net connection to a server * better FLAC test * remove some core configure.ac leftovers