projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6cac2bf
)
configure: require libmpg123 >= 1.13 for 24-bit formats
author
Tim-Philipp Müller
<tim.muller@collabora.co.uk>
Fri, 3 Aug 2012 13:12:05 +0000
(14:12 +0100)
committer
Tim-Philipp Müller
<tim.muller@collabora.co.uk>
Fri, 3 Aug 2012 13:12:05 +0000
(14:12 +0100)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 34da8f666ef8af96994c49d7b29131f7ef90bbb8..05bd22947e8ad46fe570ca1ca5b054fa44f81fef 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-1215,7
+1215,7
@@
AG_GST_CHECK_FEATURE(MPEG2ENC, [mpeg2enc], mpeg2enc, [
dnl *** mpg123 ***
translit(dnm, m, l) AM_CONDITIONAL(USE_MPG123, true)
AG_GST_CHECK_FEATURE(MPG123, [mpg123 audio decoder], mpg123, [
- PKG_CHECK_MODULES(MPG123, libmpg123, HAVE_MPG123="yes", HAVE_MPG123="no")
+ PKG_CHECK_MODULES(MPG123, libmpg123
>= 1.13
, HAVE_MPG123="yes", HAVE_MPG123="no")
AC_SUBST(MPG123_CFLAGS)
AC_SUBST(MPG123_LIBS)
])