gstreamer/tests/sched
Wrobell d1ab8f32e5 - do not overwrite CFLAGS/CPPFLAGS/LDFLAGS/ASFLAGS in configure.ac - they are for users, not developers; now it is po...
Original commit message from CVS:
- do not overwrite CFLAGS/CPPFLAGS/LDFLAGS/ASFLAGS
in configure.ac - they are for users, not developers;
now it is possible for users to pass its own cflags,
i.e. ./configure CFLAGS="-march=i686 -Os"
- LIBGST_CFLAGS/LIBS contain flags to build gst;
GST_CFLAGS/LIBS contain flags to build other objects
- no CORE_CLFAGS and CORE_LIBS, use GST_CFLAGS or GST_LIBS
instead, ie:
lib_CFLAGS = $(GST_CFLAGS)
lib_LIBADD = $(GST_LIBS)
prog_LDADD = $(GST_LIBS)
- GLIB_CFLAGS/LIBS contains gtk+ flags and glib flags
when glib 1.2 used or glib 2.0 flags when glib2 is
used
- simplified SDL detection
- some am 1.5 and ac 2.52 fixes
2001-12-05 23:56:32 +00:00
..
cases Fixed a bug in gstbin.c the manager was not detected. 2000-12-22 23:23:10 +00:00
.gitignore added .cvsignore 2001-01-01 03:44:19 +00:00
dynamic-pipeline.c use fake* instead of other elements 2001-11-26 01:55:36 +00:00
Makefile.am - do not overwrite CFLAGS/CPPFLAGS/LDFLAGS/ASFLAGS in configure.ac - they are for users, not developers; now it is po... 2001-12-05 23:56:32 +00:00
runtestcases Implemented some test cases... they all fail :-( 2000-12-22 16:14:33 +00:00
runxml.c sync with the current CVS glib API 2001-08-13 19:00:13 +00:00
testcases Converted to a Makefile.am, fixed up the GstSrc thing, and removed a set to READY state before PLAYING that isn't nec... 2000-12-31 22:11:35 +00:00
testcases1.tc Manual updates. fixes to gstxml.c gst_xml_get_element was broken 2001-01-08 22:08:40 +00:00