[vlc-devel] [PATCH] Sqlite Module for VLC, GSoC 09

Barry Wardell barry.wardell at gmail.com
Fri Sep 4 12:40:06 CEST 2009


> By preference I'd look at lowering the requirements first. What are
> the sticking points?

The problem is a lack of sqlite3_next_stmt(...) in Sqlite versions
prior to 3.6. This seems to be only used in one place, when closing
the connection in modules/misc/sqlite.c:213, so maybe it can be
avoided.

Another minor problem with the Apple version is that it doesn't have a
.pc file so
PKG_ENABLE_MODULES_VLC([SQLITE], [], [sqlite3], [sqlite3], [auto])
doesn't detect it.



More information about the vlc-devel mailing list