Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/celt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMonty <xiphmont@fishcore.(none)>2009-04-23 18:34:21 +0400
committerMonty <xiphmont@fishcore.(none)>2009-04-23 18:34:21 +0400
commit4174deb99a685225aab98f03e36d8637f3d59b36 (patch)
tree0e42c6a48bbe63e74ece3f6b5b1bf994c7775fdd
parent539d578a403d882683eb108d6259a389d4872d12 (diff)
Missed a necessary reversioning change (-lcelt -> -lcelt051 in
celt051.pc.in)
-rw-r--r--celt051.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/celt051.pc.in b/celt051.pc.in
index 98cc008..852a899 100644
--- a/celt051.pc.in
+++ b/celt051.pc.in
@@ -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}