[vlc-devel] commit: sqlite3 should be >= 3.6.0 because of sqlite3_next_stmt(). ( Ramiro Polla )
git version control
git at videolan.org
Fri Jan 8 19:47:13 CET 2010
vlc | branch: master | Ramiro Polla <ramiro.polla at gmail.com> | Fri Jan 8 16:06:45 2010 -0200| [b02a2e24cd1ea2fdd78284e4054dc8703a2274f1] | committer: Jean-Baptiste Kempf
sqlite3 should be >= 3.6.0 because of sqlite3_next_stmt().
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b02a2e24cd1ea2fdd78284e4054dc8703a2274f1
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 40a9029..77fbb29 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4640,7 +4640,7 @@ dnl
AC_ARG_WITH(sqlite,
[ --with-sqlite=PATH sqlite path linking])
if test "${SYS}" != "darwin"; then
- PKG_ENABLE_MODULES_VLC([SQLITE], [], [sqlite3], [sqlite3], [auto])
+ PKG_ENABLE_MODULES_VLC([SQLITE], [], [sqlite3 >= 3.6.0], [sqlite3], [auto])
else
if test "${enable_sqlite}" != "no"
then
More information about the vlc-devel
mailing list