mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
1e530c57a5
Original commit message from CVS: First attempt at a cd player plugins that uses libcdaudio.
8 lines
232 B
Makefile
8 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
|