mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
14 lines
346 B
Makefile
14 lines
346 B
Makefile
examples = encoding
|
|
|
|
encoding_SOURCES = gstcapslist.c encoding.c
|
|
EXTRA_DIST = gstcapslist.h
|
|
|
|
noinst_PROGRAMS = $(examples)
|
|
|
|
LDADD = $(top_builddir)/gst-libs/gst/pbutils/libgstpbutils-@GST_MAJORMINOR@.la \
|
|
$(GST_BASE_LIBS) \
|
|
$(GST_LIBS)
|
|
AM_CFLAGS = -I$(top_builddir)/gst-libs \
|
|
$(GST_PLUGINS_BASE_CFLAGS) \
|
|
$(GST_BASE_CFLAGS) \
|
|
$(GST_CFLAGS)
|