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
mediastreamer2
Commits
a92d9099
Commit
a92d9099
authored
Feb 07, 2015
by
Simon Morlat
Browse files
Fix for: mediastreamer2 doesn't use polarssl on android
parent
73338e9d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
build/android/Android.mk
build/android/Android.mk
+1
-1
configure.ac
configure.ac
+1
-1
No files found.
build/android/Android.mk
View file @
a92d9099
...
...
@@ -135,7 +135,7 @@ endif
LOCAL_STATIC_LIBRARIES
+=
polarssl
LOCAL_C_INCLUDES
+=
$(LOCAL_PATH)
/../../../externals/polarssl/include
LOCAL_CFLAGS
+=
-DHAVE_POLARSSL
=
1
LOCAL_CFLAGS
+=
-DHAVE_POLARSSL
_SSL_H
=
1
ifeq
($(_BUILD_VIDEO),1)
LOCAL_SRC_FILES
+=
\
...
...
configure.ac
View file @
a92d9099
...
...
@@ -1110,7 +1110,7 @@ AC_CHECK_HEADERS(polarssl/ssl.h, [
[found_polarssl=yes; AC_MSG_NOTICE([polarssl usable])],
[POLARSSL_CFLAGS=""
POLARSSL_LIBS=""
AC_MSG_
WARN
([polarssl
not usable
])])
AC_MSG_
ERROR
([polarssl
headers found but library not found !
])])
],[POLARSSL_CFLAGS=""
POLARSSL_LIBS=""])
CPPFLAGS=$CPPFLAGS_save
...
...
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