gstreamer/gst/schedulers
Andy Wingo 7305565829 fix funny build issue by not linking plugin libraries to gstreamer core. this is because they are plugins, not shared...
Original commit message from CVS:
fix funny build issue by not linking plugin libraries to gstreamer core. this is
because they are plugins, not shared libraries per se, and will only be loaded by
the core itself. this change allows the core elements (schedulers, autopluggers, etc)
to use the core loadable libraries (bytestream, getbits, etc) as well as "ext" libs
like the new cothreads package.
2002-02-12 17:50:22 +00:00
..
gstbasicscheduler.c removed cothread-specific code from gstinfo.c because the new cothreads has no cothread_self() 2002-02-11 01:38:55 +00:00
gststandardscheduler.c it still only iterates once, but we're getting there 2002-02-11 07:45:30 +00:00
Makefile.am fix funny build issue by not linking plugin libraries to gstreamer core. this is because they are plugins, not shared... 2002-02-12 17:50:22 +00:00