summaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
...
* uhm, yeahThomas Vander Stichele2001-12-231-3/+5
| | | | | Original commit message from CVS: uhm, yeah
* dvdread added more fixes for libs stuffThomas Vander Stichele2001-12-231-0/+6
| | | | | | 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-11/+9
| | | | | | | | | | <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-2/+8
| | | | | 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-8/+9
| | | | | | | | | 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/
* another oneThomas Vander Stichele2001-12-231-1/+1
| | | | | Original commit message from CVS: another one
* small mistakeThomas Vander Stichele2001-12-231-1/+1
| | | | | Original commit message from CVS: small mistake
* added alsaThomas Vander Stichele2001-12-231-2/+8
| | | | | Original commit message from CVS: added alsa
* changes to accomodate the standardization of installed libs some left over ↵Thomas Vander Stichele2001-12-223-632/+15
| | | | | | | | | changes Original commit message from CVS: changes to accomodate the standardization of installed libs some left over changes
* just wingo giving me more work ;)Thomas Vander Stichele2001-12-223-4/+634
| | | | | Original commit message from CVS: just wingo giving me more work ;)
* aalib pluginThomas Vander Stichele2001-12-223-0/+642
| | | | | Original commit message from CVS: aalib plugin
* fixed some GST_LIBS stuff added audiofile added gst-libs/audio buildingThomas Vander Stichele2001-12-211-2/+9
| | | | | | | Original commit message from CVS: fixed some GST_LIBS stuff added audiofile added gst-libs/audio building
* this one could come in handyThomas Vander Stichele2001-12-211-0/+34
| | | | | Original commit message from CVS: this one could come in handy
* added esd added new autogen.sh feature : list all of the libs/plugins you ↵Thomas Vander Stichele2001-12-204-0/+514
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