mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 16:21:17 +00:00
c32233b7fc
Original commit message from CVS: added controller code removed dparam pc files
5 lines
233 B
Makefile
5 lines
233 B
Makefile
noinst_PROGRAMS = audio-example
|
|
|
|
audio_example_CFLAGS = $(GST_OBJ_CFLAGS) -I$(top_builddir)/libs
|
|
audio_example_LDADD = $(GST_OBJ_LIBS)
|
|
audio_example_LDFLAGS = $(top_builddir)/libs/gst/controller/libgstcontroller-@GST_MAJORMINOR@.la
|