Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
liblinphone
Commits
889a95b9
Commit
889a95b9
authored
14 years ago
by
Simon Morlat
Browse files
Options
Download
Patches
Plain Diff
mingw bugfixes
parent
2615c212
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
coreapi/test_lsd.c
+3
-2
coreapi/test_lsd.c
linphone-deps.filelist
+2
-2
linphone-deps.filelist
scripts/builder-mingw.mk
+1
-1
scripts/builder-mingw.mk
with
6 additions
and
5 deletions
coreapi/test_lsd.c
+
3
−
2
View file @
889a95b9
...
...
@@ -26,6 +26,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include
"linphonecore_utils.h"
static
void
play_finished
(
LsdPlayer
*
p
){
const
char
*
filename
=
(
const
char
*
)
lsd_player_get_user_pointer
(
p
);
ms_message
(
"Playing of %s is finished."
,
filename
);
...
...
@@ -35,8 +36,8 @@ static void play_finished(LsdPlayer *p){
}
static
void
wait_a_bit
(
LinphoneCore
*
lc
,
int
seconds
){
time_t
orig
=
time
(
NULL
);
while
(
time
(
NULL
)
-
orig
<
seconds
){
time_t
orig
=
ms_
time
(
NULL
);
while
(
ms_
time
(
NULL
)
-
orig
<
seconds
){
/* we need to call iterate to receive notifications */
linphone_core_iterate
(
lc
);
ms_usleep
(
50000
);
...
...
This diff is collapsed.
Click to expand it.
linphone-deps.filelist
+
2
−
2
View file @
889a95b9
...
...
@@ -2,8 +2,8 @@
./bin/avformat-52.dll
./bin/avutil-50.dll
./bin/libeXosip2-4.dll
./bin/libogg
-0
.dll
./bin/libtheora
-0
.dll
./bin/libogg.dll
./bin/libtheora.dll
./bin/libxml2-2.dll
./bin/libosip2-4.dll
./bin/libosipparser2-4.dll
...
...
This diff is collapsed.
Click to expand it.
scripts/builder-mingw.mk
+
1
−
1
View file @
889a95b9
...
...
@@ -22,7 +22,7 @@ $(INSTALL_ROOT): $(WORKDIR)
#Inno Setup 5 compiler
ISCC
=
ISCC.exe
ISCC
=
"c:
\P
rogram Files
\I
nno setup 5
\
I
SCC.exe
"
$(LINPHONE_SRC_DIR)/configure
:
cd
$(
LINPHONE_SRC_DIR
)
&&
./autogen.sh
...
...
This diff is collapsed.
Click to expand it.
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets