For Android running following command
./scripts/android-build-freerdp.sh --ndk $ANDROID_NDK --sdk $ANDROID_HOME
--conf ./scripts/android-build-32.conf doesn't generate required following
files in jnilibs

libfreerdp-openssl.so
libopenh264.so
libsqlcipher.so
libjpeg.so
Without libopenh264 & libpng
args.add("/gfx:AVC444") will not be triggered for AVC444

LibFreeRDP.java line 37 says
final String h264 = "openh264";
final String[] libraries = {
h264, "freerdp-openssl", "jpeg", "winpr2",
"freerdp2", "freerdp-client2", "freerdp-android2"};

Which are the libraries need to be included as so.
If we not include h264. h264 will not work. I am specifically looking for
h264 & AVC444
-------------------------------------------------------------------
Thanks & Regards
Mithun Kundu

_______________________________________________
FreeRDP-devel mailing list
FreeRDP-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel

Reply via email to