openbsd-ports/audio/celt051/patches/patch-celt051_pc_in
jasper 4edbb42f5a import celt051
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.

This package contains the celt051 API.

ok aja@
2012-09-20 17:40:57 +00:00

14 lines
395 B
Plaintext

$OpenBSD: patch-celt051_pc_in,v 1.1.1.1 2012/09/20 17:40:57 jasper Exp $
Reflect correct library name.
--- celt051.pc.in.orig Wed Apr 11 20:12:58 2012
+++ celt051.pc.in Wed Apr 11 20:13:02 2012
@@ -10,5 +10,5 @@ Description: CELT is a low-delay audio codec
Version: @CELT_VERSION@
Requires:
Conflicts:
-Libs: -L${libdir} -lcelt -lm
+Libs: -L${libdir} -lcelt051 -lm
Cflags: -I${includedir}