[vlc-devel] commit: x264: mention >=0.76 requirement ( Rafaël Carré )

git version control git at videolan.org
Wed Sep 23 21:41:46 CEST 2009


vlc | branch: master | Rafaël Carré <rafael.carre at gmail.com> | Wed Sep 23 21:40:51 2009 +0200| [9e57ad81139a4ff8958e2bc0a9d8c35de412c0d1] | committer: Rafaël Carré 

x264: mention >=0.76 requirement

The error message wouldn't explicitely say that a new enough version is
necessary

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

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

diff --git a/configure.ac b/configure.ac
index efb1f82..565ec3f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3374,7 +3374,7 @@ if test "${enable_x264}" != "no"; then
         fi
       ],[
         if test "${enable_x264}" = "yes"; then
-            AC_MSG_ERROR([Could not find libx264 on your system: you may get it from http://www.videolan.org/x264.html])
+            AC_MSG_ERROR([Could not find libx264 >= 0.76 on your system: you may get it from http://www.videolan.org/x264.html])
           fi
       ])
     LDFLAGS="${LDFLAGS_save}"




More information about the vlc-devel mailing list