Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
472befa7
Commit
472befa7
authored
Jul 19, 2016
by
Ghislain MARY
Browse files
Fix vfs header name.
parent
dce962bf
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
10 additions
and
10 deletions
+10
-10
console/linphonec.c
console/linphonec.c
+1
-1
coreapi/lpconfig.c
coreapi/lpconfig.c
+1
-1
coreapi/private.h
coreapi/private.h
+1
-1
coreapi/sqlite3_bctbx_vfs.h
coreapi/sqlite3_bctbx_vfs.h
+1
-1
gtk/calllogs.c
gtk/calllogs.c
+1
-1
gtk/chat.c
gtk/chat.c
+1
-1
gtk/friendlist.c
gtk/friendlist.c
+1
-1
gtk/main.c
gtk/main.c
+1
-1
mediastreamer2
mediastreamer2
+1
-1
oRTP
oRTP
+1
-1
No files found.
console/linphonec.c
View file @
472befa7
...
...
@@ -37,7 +37,7 @@
#include <linphonecore.h>
#include "linphonec.h"
#include <bctoolbox/
bc_
vfs.h>
#include <bctoolbox/vfs.h>
#ifdef _WIN32
#include <ws2tcpip.h>
...
...
coreapi/lpconfig.c
View file @
472befa7
...
...
@@ -25,7 +25,7 @@
#define MAX_LEN 16384
#include "linphonecore.h"
#include "bctoolbox/
bc_
vfs.h"
#include "bctoolbox/vfs.h"
#include <stdio.h>
#include <stdlib.h>
...
...
coreapi/private.h
View file @
472befa7
...
...
@@ -38,7 +38,7 @@
#include "vcard.h"
#include <bctoolbox/port.h>
#include <bctoolbox/
bc_
vfs.h>
#include <bctoolbox/vfs.h>
#include <belle-sip/object.h>
#include <belle-sip/dict.h>
...
...
coreapi/sqlite3_bctbx_vfs.h
View file @
472befa7
...
...
@@ -25,7 +25,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include <stdio.h>
#include <fcntl.h>
#include <bctoolbox/
bc_
vfs.h>
#include <bctoolbox/vfs.h>
#include "sqlite3.h"
...
...
gtk/calllogs.c
View file @
472befa7
...
...
@@ -18,7 +18,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
#include "linphone.h"
#include <bctoolbox/
bc_
vfs.h>
#include <bctoolbox/vfs.h>
#define CONFIG_FILE ".linphone-call-history.db"
...
...
gtk/chat.c
View file @
472befa7
...
...
@@ -18,7 +18,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
#include "linphone.h"
#include <bctoolbox/
bc_
vfs.h>
#include <bctoolbox/vfs.h>
#ifdef HAVE_GTK_OSX
#include <gtkosxapplication.h>
...
...
gtk/friendlist.c
View file @
472befa7
...
...
@@ -18,7 +18,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
#include "linphone.h"
#include <bctoolbox/
bc_
vfs.h>
#include <bctoolbox/vfs.h>
#include <gdk/gdkkeysyms.h>
static
GtkWidget
*
linphone_gtk_create_contact_menu
(
GtkWidget
*
contact_list
);
...
...
gtk/main.c
View file @
472befa7
...
...
@@ -23,7 +23,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include "linphone.h"
#include "lpconfig.h"
#include "liblinphone_gitversion.h"
#include <bctoolbox/
bc_
vfs.h>
#include <bctoolbox/vfs.h>
#include <sys/types.h>
#include <sys/stat.h>
...
...
mediastreamer2
@
950fc218
Subproject commit
bddafa836a00c848442670af6fd50c934a1e669f
Subproject commit
950fc218c1a72ed5d2ac6fc43a1bb79961830f67
oRTP
@
4a83d12b
Subproject commit
e3ed91f4937ba972046ac084c0c856cafaa0b4d3
Subproject commit
4a83d12b0b86f26e8636881c6307c364b3473b42
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment