mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 03:01:03 +00:00
28530ecdbe
Original commit message from CVS: additions: - bugfixes - 24bit format tests - a new state change test
14 lines
301 B
Makefile
14 lines
301 B
Makefile
testprogs = formats state
|
|
|
|
TESTS = $(testprogs)
|
|
|
|
check_PROGRAMS = $(testprogs)
|
|
|
|
formats_SOURCES = formats.c sinesrc.c sinesrc.h
|
|
state_SOURCES = state.c sinesrc.c sinesrc.h
|
|
|
|
# we have nothing but apps here, we can do this safely
|
|
LIBS = $(GST_LIBS)
|
|
AM_CFLAGS = $(GST_CFLAGS)
|
|
|
|
noinst_HEADERS = sinesrc.h
|