forked from mirrors/linphone-iphone
Fix path to check if the msopenh264 plugin is present on Android.
This commit is contained in:
parent
cbc273d8b8
commit
a906cfa658
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ public class LinphoneCoreFactoryImpl extends LinphoneCoreFactory {
|
|||
}
|
||||
|
||||
private boolean loadingDownloadedOpenH264(Context context) {
|
||||
File file = new File(context.getFilesDir()+"/../lib/libmsopenh264.so");
|
||||
File file = new File(context.getApplicationInfo().nativeLibraryDir+"/libmsopenh264.so");
|
||||
|
||||
if (!file.exists()) {
|
||||
Log.i("LinphoneCoreFactoryImpl"," libmsopenh264 not found, we disable the download of Openh264");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue