mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
7 lines
205 B
Makefile
7 lines
205 B
Makefile
|
plugin_LTLIBRARIES = libgstcdaudio.la
|
||
|
|
||
|
libgstcdaudio_la_SOURCES = gstcdaudio.c
|
||
|
libgstcdaudio_la_CFLAGS = $(GST_CFLAGS)
|
||
|
libgstcdaudio_la_LIBADD =
|
||
|
libgstcdaudio_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -lcdaudio
|