mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 16:26:39 +00:00
fixing
Original commit message from CVS: fixing
This commit is contained in:
parent
8a96491618
commit
de0ba03c89
2 changed files with 2 additions and 8 deletions
|
@ -5,10 +5,7 @@ testprogs = test1
|
|||
check_PROGRAMS = $(testprogs)
|
||||
|
||||
test1_SOURCES = test1.c gstbstest.c mem.c
|
||||
test1_LDFLAGS = $(GST_LIBS) -L$(top_builddir)/libs/gst/bytestream/ -lgstbytestream -L$(top_builddir)/gst/schedulers/ -lgstbasicscheduler
|
||||
test1_LDFLAGS = $(GST_LIBS) -L$(top_builddir)/libs/gst/bytestream/ -lgstbytestream
|
||||
test1_CFLAGS = $(GST_CFLAGS)
|
||||
|
||||
noinst_HEADERS = mem.h
|
||||
|
||||
# we have nothing but apps here, we can do this safely
|
||||
# LIBS = $(GST_LIBS)
|
||||
|
|
|
@ -5,10 +5,7 @@ testprogs = test1
|
|||
check_PROGRAMS = $(testprogs)
|
||||
|
||||
test1_SOURCES = test1.c gstbstest.c mem.c
|
||||
test1_LDFLAGS = $(GST_LIBS) -L$(top_builddir)/libs/gst/bytestream/ -lgstbytestream -L$(top_builddir)/gst/schedulers/ -lgstbasicscheduler
|
||||
test1_LDFLAGS = $(GST_LIBS) -L$(top_builddir)/libs/gst/bytestream/ -lgstbytestream
|
||||
test1_CFLAGS = $(GST_CFLAGS)
|
||||
|
||||
noinst_HEADERS = mem.h
|
||||
|
||||
# we have nothing but apps here, we can do this safely
|
||||
# LIBS = $(GST_LIBS)
|
||||
|
|
Loading…
Reference in a new issue