mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
0327f33923
Original commit message from CVS: Added *BSD (and Darwin) ioctl cdaudio playing. Couple bugfixes. 'end-track','current-track' and 'cddb-discid' properties and 'track-change' signal for the element.
10 lines
351 B
Makefile
10 lines
351 B
Makefile
plugindir = $(libdir)/gst
|
|
|
|
plugin_LTLIBRARIES = libgstcdplayer.la
|
|
|
|
libgstcdplayer_la_SOURCES = gstcdplayer.c gstcdplayer_ioctl.c
|
|
libgstcdplayer_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstcdplayer_la_LIBADD =
|
|
libgstcdplayer_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = gstcdplayer.h gstcdplayer_ioctl.h gstcdplayer_ioctl_solaris.h gstcdplayer_ioctl_bsd.h
|