8df3585b3b
- drop sun audio support - allow non-filenames for audio input names with feedback from ratchov@
34 lines
906 B
Plaintext
34 lines
906 B
Plaintext
$OpenBSD: patch-import_Makefile_am,v 1.1 2010/01/11 08:49:27 jakemsr Exp $
|
|
--- import/Makefile.am.orig Thu Dec 24 22:21:38 2009
|
|
+++ import/Makefile.am Thu Dec 24 22:23:52 2009
|
|
@@ -59,6 +59,10 @@ if HAVE_SUNAU
|
|
IMPORT_SUNAU = import_sunau.la
|
|
endif
|
|
|
|
+if HAVE_SNDIO
|
|
+IMPORT_SNDIO = import_sndio.la
|
|
+endif
|
|
+
|
|
if HAVE_LIBXML2
|
|
IMPORT_XML = import_xml.la
|
|
endif
|
|
@@ -103,6 +107,7 @@ pkg_LTLIBRARIES = \
|
|
import_pvn.la \
|
|
import_raw.la \
|
|
$(IMPORT_SUNAU) \
|
|
+ $(IMPORT_SNDIO) \
|
|
import_vag.la \
|
|
import_vnc.la \
|
|
import_vob.la \
|
|
@@ -198,6 +203,10 @@ import_raw_la_LDFLAGS = -module -avoid-version
|
|
|
|
import_sunau_la_SOURCES = import_sunau.c
|
|
import_sunau_la_LDFLAGS = -module -avoid-version
|
|
+
|
|
+import_sndio_la_SOURCES = import_sndio.c
|
|
+import_sndio_la_LDFLAGS = -module -avoid-version
|
|
+import_sndio_la_LIBADD = -lsndio
|
|
|
|
import_vag_la_SOURCES = import_vag.c
|
|
import_vag_la_LDFLAGS = -module -avoid-version
|