[vlc-devel] commit: build: bump minimum libschroedinger version in configure.ac ( David Flynn )

git version control git at videolan.org
Fri Apr 3 11:21:09 CEST 2009


vlc | branch: master | David Flynn <davidf at rd.bbc.co.uk> | Fri Mar 27 20:37:53 2009 +0000| [9c75ce1c436480bd58c856ed827d33e379e7a6a0] | committer: Jean-Baptiste Kempf 

build: bump minimum libschroedinger version in configure.ac

Signed-off-by: David Flynn <davidf at rd.bbc.co.uk>
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9c75ce1c436480bd58c856ed827d33e379e7a6a0
---

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index ffc4d36..2438fd7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3692,7 +3692,7 @@ dnl
 AC_ARG_ENABLE(schroedinger,
 [  --disable-schroedinger  high performance dirac codec (default enabled)])
 if test "${enable_schroedinger}" != "no"; then
-  PKG_CHECK_MODULES(SCHROEDINGER,[schroedinger-1.0 >= 1.0], [
+  PKG_CHECK_MODULES(SCHROEDINGER,[schroedinger-1.0 >= 1.0.6], [
       VLC_ADD_PLUGIN([schroedinger])
       VLC_ADD_CFLAGS([schroedinger],[$SCHROEDINGER_CFLAGS])
       VLC_ADD_LIBS([schroedinger],[$SCHROEDINGER_LIBS]) ], [




More information about the vlc-devel mailing list