mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 03:01:03 +00:00
9 lines
232 B
Makefile
9 lines
232 B
Makefile
|
plugindir = $(libdir)/gst
|
||
|
|
||
|
plugin_LTLIBRARIES = libgstcdaudio.la
|
||
|
|
||
|
libgstcdaudio_la_SOURCES = gstcdaudio.c
|
||
|
libgstcdaudio_la_CFLAGS = $(GST_CFLAGS)
|
||
|
libgstcdaudio_la_LIBADD =
|
||
|
libgstcdaudio_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -lcdaudio
|