Age | Commit message (Collapse) | Author | Files | Lines |
|
Original commit message from CVS:
merge TYPEFIND branch. Major changes:
- totally reworked type(find) system
- all typefind functions are in gst/typefind now
- more typefind functions then before
- some plugins might fail to compile now because I don't have them installed and they
a) require bytestream or
b) haven't had their typefind fixed.
Please fix those plugins and put the typefind functions into gst/typefind if they don't have dependencies
|
|
Original commit message from CVS:
no, we don't require bytestream anymore
|
|
Original commit message from CVS:
Remove redundant plugindir definition
|
|
Original commit message from CVS:
Make these compile with both solaris as well as lunix-based stuffies
|
|
Original commit message from CVS:
CPPFLAGS -> CXXFLAGS
|
|
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.
|
|
Original commit message from CVS:
my candidate for silliest hack of the year
|
|
Original commit message from CVS:
add metadata
code cleanup
|
|
Original commit message from CVS:
hardlink stdc++ until someone explains us The One True Way
|
|
Original commit message from CVS:
parallel install fixes
|
|
Original commit message from CVS:
this dir is kicking my ass all over the place
|
|
Original commit message from CVS:
Patch from Ken MacLeod (Bug #98797), Thanks Ken !
|
|
look it up in the big black book
Original commit message from CVS:
I'm sure this is the worst way to deal with this but I can't be arsed
to look it up in the big black book
|
|
now ;)
Original commit message from CVS:
Use bytestream to get buffer from sinkpad ( gst-player should play mod file now ;)
Move module types build from mikmod to modplug
|
|
Original commit message from CVS:
adding libstdc++
|
|
versioning is done internally to the plugins with...
Original commit message from CVS:
* removal of //-style comments
* don't link plugins to core libs -- the versioning is done internally to the plugins with the plugin_info struct,
and symbol resolution is lazy, so we can always know if a plugin can be loaded by the plugin_info data. in theory.
|
|
variables are defined as make variables automagi...
Original commit message from CVS:
s/@GST_PLUGIN_LDFLAGS@/$(GST_PLUGIN_LDFLAGS)/
@-substitued variables variables are defined as make variables automagically,
and this gives the user the freedom to say make GST_PLUGIN_LDFLAGS=-myflag
|
|
Original commit message from CVS:
let's not install the libmodplug helper library
|
|
Original commit message from CVS:
remove EXTRA_DIST
|
|
Original commit message from CVS:
adding modplug
|