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

jpd at videolan.org jpd at videolan.org
Mon Sep 7 10:45:11 CEST 2009


On Fri, Sep 04, 2009 at 11:40:06AM +0100, Barry Wardell wrote:
[attribution missing]
> > 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.

That would be good. Srikanth?


> 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.

Though I really don't know I imagine a bit of apple-specific glue should
do the trick, no?




More information about the vlc-devel mailing list