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
889a95b9
Commit
889a95b9
authored
Sep 20, 2010
by
Simon Morlat
Browse files
mingw bugfixes
parent
2615c212
Changes
3
Hide whitespace changes
Inline
Side-by-side
coreapi/test_lsd.c
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
);
...
...
linphone-deps.filelist
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
...
...
scripts/builder-mingw.mk
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
...
...
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