From 441a689765a7f3aaac8c66df6d8b56c595c5dfd0 Mon Sep 17 00:00:00 2001 From: Julien BLACHE Date: Mon, 6 Sep 2010 18:54:26 +0200 Subject: [PATCH] Rephrase the sqlite3 unlock notify API note --- INSTALL | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/INSTALL b/INSTALL index 6b8ed937..8507c5f8 100644 --- a/INSTALL +++ b/INSTALL @@ -43,8 +43,10 @@ release tarballs (see below for the URL). Alternatively, you can fetch it from any Debian mirror, too (it'll be in /debian/pool/main/liba/libavl). sqlite3 needs to be built with support for the unlock notify API; this isn't -always the case, so you may need to rebuild sqlite3 to enable the unlock -notify API. See the sqlite3 doc and look for SQLITE_ENABLE_UNLOCK_NOTIFY. +always the case in binary packages, so you may need to rebuild sqlite3 to +enable the unlock notify API (you can check for the presence of the +sqlite3_unlock_notify symbol in the sqlite3 library). Refer to the sqlite3 +documentation, look for SQLITE_ENABLE_UNLOCK_NOTIFY. Note about ffmpeg