libs/gst/putbits/Makefile
libs/gst/control/Makefile
tests/Makefile
-tests/sched/Makefile
-tests/eos/Makefile
+tests/bufspeed/Makefile
+tests/memchunk/Makefile
tests/muxing/Makefile
+tests/sched/Makefile
testsuite/Makefile
testsuite/bytestream/Makefile
testsuite/capsnego/Makefile
testsuite/plugin/Makefile
testsuite/cleanup/Makefile
-tests/nego/Makefile
examples/Makefile
examples/autoplug/Makefile
examples/helloworld/Makefile
noinst_PROGRAMS = seek
-LIBS = $(GLIB_LIBS) $(GST_LIBS)
-CFLAGS = $(GLIB_CFLAGS) $(XML_CFLAGS) $(GST_CFLAGS)
+LDADD = $(GST_LIBS)
+AM_CFLAGS = $(GST_CFLAGS)
test1_SOURCES = test1.c gstbuffer.c gstmempool.c
-#LIBS += $(GST_LIBS)
-CFLAGS += $(GST_CFLAGS)
+LDADD = $(GST_LIBS)
+AM_CFLAGS = $(GST_CFLAGS)
GstBuffer *buf;
guint i;
- g_thread_init (NULL);
- gtk_init (&argc, &argv);
- _gst_buffer_initialize ();
+ gst_init (&argc, &argv);
for (i=0; i<5000000; i++) {
buf = gst_buffer_new ();
GstBuffer *buf;
guint i;
- g_thread_init (NULL);
- gtk_init (&argc, &argv);
- _gst_buffer_initialize ();
+ gst_init (&argc, &argv);
for (i=0; i<5000000; i++) {
buf = gst_buffer_new ();
gmemchunktest_SOURCES = gmemchunktest.c
gstmemchunktest_SOURCES = gstmemchunktest.c gstmemchunk.c gstmemchunk.h
-LIBS = $(GST_LIBS)
-CFLAGS = $(GLIB_CFLAGS) $(XML_CFLAGS) $(GST_CFLAGS)
+LDADD = $(GST_LIBS)
+AM_CFLAGS = $(GST_CFLAGS)
noinst_PROGRAMS = seek
-LIBS = $(GLIB_LIBS) $(GST_LIBS)
-CFLAGS = $(GLIB_CFLAGS) $(XML_CFLAGS) $(GST_CFLAGS)
+LDADD = $(GST_LIBS)
+AM_CFLAGS = $(GST_CFLAGS)