mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
eadc5593b3
Original commit message from CVS: Testcase for element seeking.
9 lines
196 B
Makefile
9 lines
196 B
Makefile
testprogs = seek1
|
|
|
|
TESTS = $(testprogs)
|
|
|
|
check_PROGRAMS = $(testprogs)
|
|
|
|
# we have nothing but apps here, we can do this safely
|
|
LIBS = $(GST_LIBS) $(GTK_LIBS)
|
|
CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS)
|