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
82419bbe
Commit
82419bbe
authored
Jan 23, 2015
by
Simon Morlat
Browse files
fix mingw compilation
parent
f65ec2e2
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
autogen.sh
autogen.sh
+5
-0
mediastreamer2
mediastreamer2
+1
-1
No files found.
autogen.sh
View file @
82419bbe
...
...
@@ -33,6 +33,11 @@ fi
INTLTOOLIZE
=
$(
which intltoolize
)
#workaround for mingw bug in intltoolize script.
if
test
"
$INTLTOOLIZE
"
=
"/bin/intltoolize"
;
then
INTLTOOLIZE
=
/usr/bin/intltoolize
fi
echo
"Generating build scripts in linphone..."
set
-x
$LIBTOOLIZE
--copy
--force
...
...
mediastreamer2
@
7ddb43ca
Subproject commit 7d
2a30214
b8
0
10
224eed26bc1f239907618b9674
Subproject commit 7d
db43caf21b79a3f45c93ff7532c4a4a
b810
31d
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