mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-04 15:36:35 +00:00
6 lines
163 B
Makefile
6 lines
163 B
Makefile
|
noinst_PROGRAMS = decodebin3 playbin-test
|
||
|
|
||
|
LDADD = $(GST_LIBS)
|
||
|
|
||
|
AM_CFLAGS = -I$(top_builddir)/gst-libs $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS)
|