compile fixen

Original commit message from CVS:
compile fixen
This commit is contained in:
Andy Wingo 2002-01-05 01:43:16 +00:00
parent dea02b14b8
commit f698d6469c
7 changed files with 13 additions and 17 deletions

View file

@ -703,15 +703,15 @@ libs/gst/getbits/Makefile
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

View file

@ -1,4 +1,4 @@
noinst_PROGRAMS = seek
LIBS = $(GLIB_LIBS) $(GST_LIBS)
CFLAGS = $(GLIB_CFLAGS) $(XML_CFLAGS) $(GST_CFLAGS)
LDADD = $(GST_LIBS)
AM_CFLAGS = $(GST_CFLAGS)

View file

@ -2,5 +2,5 @@ noinst_PROGRAMS = test1 test2
test1_SOURCES = test1.c gstbuffer.c gstmempool.c
#LIBS += $(GST_LIBS)
CFLAGS += $(GST_CFLAGS)
LDADD = $(GST_LIBS)
AM_CFLAGS = $(GST_CFLAGS)

View file

@ -6,9 +6,7 @@ main (int argc, char *argv[])
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 ();

View file

@ -6,9 +6,7 @@ main (int argc, char *argv[])
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 ();

View file

@ -3,5 +3,5 @@ noinst_PROGRAMS = gmemchunktest gstmemchunktest
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)

View file

@ -1,4 +1,4 @@
noinst_PROGRAMS = seek
LIBS = $(GLIB_LIBS) $(GST_LIBS)
CFLAGS = $(GLIB_CFLAGS) $(XML_CFLAGS) $(GST_CFLAGS)
LDADD = $(GST_LIBS)
AM_CFLAGS = $(GST_CFLAGS)