summaryrefslogtreecommitdiffstats
path: root/sys/cdrom/Makefile.am
diff options
context:
space:
mode:
authorCharles Schmidt <cbschmid@users.sourceforge.net>2002-07-28 22:45:45 +0000
committerCharles Schmidt <cbschmid@users.sourceforge.net>2002-07-28 22:45:45 +0000
commit0327f33923e0861e59dbaba696f86d87149eb885 (patch)
tree62c25141c8d0e8543dd5f00626f9e95deb48d898 /sys/cdrom/Makefile.am
parent186ba5c337e42e8c87f1851615e1d0dd7c717904 (diff)
downloadgst-plugins-bad-0327f33923e0861e59dbaba696f86d87149eb885.tar.gz
gst-plugins-bad-0327f33923e0861e59dbaba696f86d87149eb885.tar.bz2
gst-plugins-bad-0327f33923e0861e59dbaba696f86d87149eb885.zip
Added *BSD (and Darwin) ioctl cdaudio playing. Couple bugfixes. 'end-track','current-track' and 'cddb-discid' propert...
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.
Diffstat (limited to 'sys/cdrom/Makefile.am')
-rw-r--r--sys/cdrom/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/cdrom/Makefile.am b/sys/cdrom/Makefile.am
index a43c1dcb..c3d0600d 100644
--- a/sys/cdrom/Makefile.am
+++ b/sys/cdrom/Makefile.am
@@ -7,4 +7,4 @@ libgstcdplayer_la_CFLAGS = $(GST_CFLAGS)
libgstcdplayer_la_LIBADD =
libgstcdplayer_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-noinst_HEADERS = gstcdplayer.h gstcdplayer_ioctl.h
+noinst_HEADERS = gstcdplayer.h gstcdplayer_ioctl.h gstcdplayer_ioctl_solaris.h gstcdplayer_ioctl_bsd.h