summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* something stupidThomas Vander Stichele2001-12-251-0/+1
| | | | | Original commit message from CVS: something stupid
* make arts stuff work, i thinkAndy Wingo2001-12-241-33/+21
| | | | | Original commit message from CVS: make arts stuff work, i think
* changes to make xvideo work againThomas Vander Stichele2001-12-241-5/+6
| | | | | | Original commit message from CVS: changes to make xvideo work again I have some compilation errors now though, help required ;(
* disabling arts stuff for nowThomas Vander Stichele2001-12-231-2/+2
| | | | | Original commit message from CVS: disabling arts stuff for now
* more fixesThomas Vander Stichele2001-12-231-54/+43
| | | | | Original commit message from CVS: more fixes
* more more moreThomas Vander Stichele2001-12-231-5/+8
| | | | | Original commit message from CVS: more more more
* a52Thomas Vander Stichele2001-12-231-0/+1
| | | | | Original commit message from CVS: a52
* fixing some fixesThomas Vander Stichele2001-12-231-2/+4
| | | | | Original commit message from CVS: fixing some fixes
* fixesThomas Vander Stichele2001-12-231-11/+17
| | | | | Original commit message from CVS: fixes
* adding dv, raw1934, gnomevfs, rtpThomas Vander Stichele2001-12-231-0/+4
| | | | | Original commit message from CVS: adding dv, raw1934, gnomevfs, rtp
* xmmsThomas Vander Stichele2001-12-231-5/+5
| | | | | Original commit message from CVS: xmms
* adding openquicktime (the renamed quicktime)Thomas Vander Stichele2001-12-231-7/+7
| | | | | Original commit message from CVS: adding openquicktime (the renamed quicktime)
* added jpeg and shout (icecastsend has been renamed to shout, there are other ↵Thomas Vander Stichele2001-12-231-18/+12
| | | | | | | | libs that do icecast too) Original commit message from CVS: added jpeg and shout (icecastsend has been renamed to shout, there are other libs that do icecast too)
* added hermesThomas Vander Stichele2001-12-231-3/+6
| | | | | Original commit message from CVS: added hermes
* adding flacThomas Vander Stichele2001-12-231-19/+9
| | | | | Original commit message from CVS: adding flac
* adding festivalThomas Vander Stichele2001-12-231-4/+4
| | | | | Original commit message from CVS: adding festival
* cdparanoia addedThomas Vander Stichele2001-12-231-1/+2
| | | | | Original commit message from CVS: cdparanoia added
* more cleanups adding avifileThomas Vander Stichele2001-12-231-3/+7
| | | | | | Original commit message from CVS: more cleanups adding avifile
* I'm putting the gst Makefiles in a var right now, it seems to work and it's ↵Thomas Vander Stichele2001-12-231-42/+47
| | | | | | | just what I need for fast build addititions Original commit message from CVS: I'm putting the gst Makefiles in a var right now, it seems to work and it's just what I need for fast build addititions
* dvdread added more fixes for libs stuffThomas Vander Stichele2001-12-231-8/+4
| | | | | | Original commit message from CVS: dvdread added more fixes for libs stuff
* made changes everywhere to accomodate for the headers being in ↵Thomas Vander Stichele2001-12-231-17/+3
| | | | | | | | | | <gst/(lib)/...> we'll need to conclude this fast becau... Original commit message from CVS: made changes everywhere to accomodate for the headers being in <gst/(lib)/...> we'll need to conclude this fast because we will also need to change stuff in core real soon for the libs in order to fix everything and I can't do it right now because I disabled all of the plugins here ;)
* some changes, can't remember what :-)Andy Wingo2001-12-231-0/+1
| | | | | Original commit message from CVS: some changes, can't remember what :-)
* much build fixage turns out synaesthesia and smoothwav depend on gtk, maybe ↵Andy Wingo2001-12-231-1/+16
| | | | | | | | | they should go to ext/ Original commit message from CVS: much build fixage turns out synaesthesia and smoothwav depend on gtk, maybe they should go to ext/
* on dasher, on dancer, on donner, on fixen!Andy Wingo2001-12-231-145/+71
| | | | | Original commit message from CVS: on dasher, on dancer, on donner, on fixen!
* added alsaThomas Vander Stichele2001-12-231-0/+1
| | | | | Original commit message from CVS: added alsa
* changes to accomodate the standardization of installed libs some left over ↵Thomas Vander Stichele2001-12-221-10/+9
| | | | | | | | | changes Original commit message from CVS: changes to accomodate the standardization of installed libs some left over changes
* the xvideo check looks for -lXv_pic first, another virtual patch from taazAndy Wingo2001-12-221-2/+6
| | | | | Original commit message from CVS: the xvideo check looks for -lXv_pic first, another virtual patch from taaz
* - do not AM_CONDITIONAL HAVE_AVIFILE /USE_AVIFILE is used in Makefile.am/Wrobell2001-12-211-2/+1
| | | | | | Original commit message from CVS: - do not AM_CONDITIONAL HAVE_AVIFILE /USE_AVIFILE is used in Makefile.am/ - indentation fixes
* adding a conditional'd spec file with esd as an example comments on how to ↵Thomas Vander Stichele2001-12-211-0/+1
| | | | | | | | take this idea further are welcomed before... Original commit message from CVS: adding a conditional'd spec file with esd as an example comments on how to take this idea further are welcomed before I move on ;)
* fairly essential substingThomas Vander Stichele2001-12-211-2/+2
| | | | | Original commit message from CVS: fairly essential substing
* put sinesrc in experimental until we have controlThomas Vander Stichele2001-12-211-0/+3
| | | | | Original commit message from CVS: put sinesrc in experimental until we have control
* fixed some GST_LIBS stuff added audiofile added gst-libs/audio buildingThomas Vander Stichele2001-12-211-9/+25
| | | | | | | Original commit message from CVS: fixed some GST_LIBS stuff added audiofile added gst-libs/audio building
* - HAVE_VORBIS is defined in GST_CHECK_FEATUREWrobell2001-12-211-5/+0
| | | | | | Original commit message from CVS: - HAVE_VORBIS is defined in GST_CHECK_FEATURE - use USE_VORBIS where appropriate
* adding lameThomas Vander Stichele2001-12-201-6/+5
| | | | | Original commit message from CVS: adding lame
* cleaned some moreThomas Vander Stichele2001-12-201-4/+1
| | | | | Original commit message from CVS: cleaned some more
* added sdlThomas Vander Stichele2001-12-201-3/+4
| | | | | Original commit message from CVS: added sdl
* added esd added new autogen.sh feature : list all of the libs/plugins you ↵Thomas Vander Stichele2001-12-201-18/+11
| | | | | | | | | | | | | | | 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
* applied wingo's patch to coreThomas Vander Stichele2001-12-201-98/+33
| | | | | Original commit message from CVS: applied wingo's patch to core
* added qcam checksThomas Vander Stichele2001-12-201-23/+20
| | | | | Original commit message from CVS: added qcam checks
* vcd checksThomas Vander Stichele2001-12-201-5/+6
| | | | | Original commit message from CVS: vcd checks
* added v4l handlingThomas Vander Stichele2001-12-201-5/+6
| | | | | Original commit message from CVS: added v4l handling
* some build changes vga is put in broken because of an undef in my build, ↵Thomas Vander Stichele2001-12-201-6/+8
| | | | | | | | please check Original commit message from CVS: some build changes vga is put in broken because of an undef in my build, please check
* removing HAVE_OSS and HAVE_XAUDIOThomas Vander Stichele2001-12-201-31/+39
| | | | | Original commit message from CVS: removing HAVE_OSS and HAVE_XAUDIO
* building up speedThomas Vander Stichele2001-12-171-0/+1219
Original commit message from CVS: building up speed