[vlc-devel] commit: Sqlite Module (Srikanth Raju )

Felix Paul Kühne fkuehne.videolan at googlemail.com
Thu Dec 3 21:28:23 CET 2009


On 03.12.2009, at 20:59, Rafaël Carré wrote:

> Le 28/11/09 10:55, git version control a écrit :
>> vlc | branch: master | Srikanth Raju <srikiraju at gmail.com> | Wed Sep 16 02:33:52 2009 +0530| [eeb1d41bb3a95a0908026c79036a1168e46aec7c] | committer: Rémi Denis-Courmont 
>> 
>> Sqlite Module
>> 
>> This is a sql module for VLC which connects the SQLite library to VLC.
>> 
>> Signed-off-by: Rémi Denis-Courmont <remi at remlab.net>
>> 
>>> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=eeb1d41bb3a95a0908026c79036a1168e46aec7c
>> ---
>> 
>> configure.ac            |   36 +++
>> modules/LIST            |    1 +
>> modules/misc/Modules.am |    1 +
>> modules/misc/sqlite.c   |  722 +++++++++++++++++++++++++++++++++++++++++++++++
> 
> Breaks on OSX : see
> http://buildbot.videolan.org/builders/G5-OSX-Trunk/builds/2438/steps/VLC%20Compilation/logs/stdio
> 
> ../../../modules/misc/sqlite.c: In function 'OpenDatabase':
> ../../../modules/misc/sqlite.c:208: error: implicit declaration of
> function 'sqlite3_threadsafe'
> ../../../modules/misc/sqlite.c: In function 'CloseDatabase':
> ../../../modules/misc/sqlite.c:252: error: implicit declaration of
> function 'sqlite3_next_stmt'
> 
> I guess you need to check those funcs in configure.ac

I'll provide an updated contrib package later tonight, which will include SQLite 3.6.20 for the Mac. This obviously solves the problem. The SQLite version shipped with current releases of Mac OS X is still 3.4.0, which is not really acceptable, as it doesn't seem to be thread safe.

Best regards,

Felix


More information about the vlc-devel mailing list