e22bc21251
The CELT codec is an experimental audio codec for use in low-delay speech and audio communication. It's meant to close the gap between Vorbis and Speex for applications where both high quality audio and low delay are desired. ok naddy@
17 lines
611 B
Plaintext
17 lines
611 B
Plaintext
$OpenBSD: patch-tools_Makefile_in,v 1.1.1.1 2010/12/02 22:16:02 dcoppa Exp $
|
|
|
|
Use sndio for audio
|
|
|
|
--- tools/Makefile.in.orig Thu Dec 2 08:12:27 2010
|
|
+++ tools/Makefile.in Thu Dec 2 08:13:31 2010
|
|
@@ -237,7 +237,8 @@ noinst_HEADERS = wav_io.h
|
|
celtenc_SOURCES = celtenc.c wav_io.c skeleton.c
|
|
celtenc_LDADD = $(top_builddir)/libcelt/libcelt@LIBCELT_SUFFIX@.la $(OGG_LIBS)
|
|
celtdec_SOURCES = celtdec.c wav_io.c
|
|
-celtdec_LDADD = $(top_builddir)/libcelt/libcelt@LIBCELT_SUFFIX@.la $(OGG_LIBS)
|
|
+celtdec_LDADD = $(top_builddir)/libcelt/libcelt@LIBCELT_SUFFIX@.la $(OGG_LIBS) \
|
|
+ -lsndio
|
|
all: all-am
|
|
|
|
.SUFFIXES:
|