[vlc-devel] commit: Sqlite Module (Srikanth Raju )
Rafaël Carré
rafael.carre at gmail.com
Thu Dec 3 20:59:39 CET 2009
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
--
Rafaël Carré
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 267 bytes
Desc: OpenPGP digital signature
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20091203/8543518c/attachment.sig>
More information about the vlc-devel
mailing list