[vlc-devel] [PATCH] SQLite module

Barry Wardell barry.wardell at gmail.com
Wed Nov 11 18:06:48 CET 2009


On Wed, Nov 11, 2009 at 5:52 PM, Jean-Baptiste Kempf <jb at videolan.org> wrote:
> There is no sqlite3.pc or equivalent on most systems?

Not on OSX, unfortunately. SQLite3 version 3.4.0 is include in OSX
10.5 as standard though. Now that this patch doesn't use features from
version 3.6 ( i.e. sqlite3_next_stmt() ), you can probably just assume
sqlite is present on OSX. That should allow configure.ac to be
simplified a bit by removing the check for sqlite.h and the
--with-sqlite3 option.



More information about the vlc-devel mailing list