mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
1d9413fe2f
Original commit message from CVS: test commentation
14 lines
229 B
Makefile
14 lines
229 B
Makefile
if HAVE_NASM
|
|
TEST1=test1
|
|
else
|
|
TEST1=
|
|
endif
|
|
|
|
noinst_PROGRAMS = $(TEST1) test2
|
|
|
|
test1_SOURCES = test1.c $(top_srcdir)/gst/gstbuffer.c gstmempool.c
|
|
|
|
EXTRA_DIST = gstbuffer.h gstmempool.h
|
|
|
|
LDADD = $(GST_LIBS)
|
|
CFLAGS = $(GST_CFLAGS)
|