summaryrefslogtreecommitdiffstats
path: root/bindings/java/android/gpl.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/java/android/gpl.sh')
-rw-r--r--bindings/java/android/gpl.sh30
1 files changed, 30 insertions, 0 deletions
diff --git a/bindings/java/android/gpl.sh b/bindings/java/android/gpl.sh
new file mode 100644
index 0000000..94cfcf3
--- /dev/null
+++ b/bindings/java/android/gpl.sh
@@ -0,0 +1,30 @@
+#!/bin/bash
+# Build tinyWRAP for Google Android Systems
+
+# GPL parameters
+export GPL_PARAMS=LICENSE=gpl \
+NO_FREE=yes \
+FFMPEG=yes \
+LIBYUV=yes \
+VPX=yes \
+H264=yes \
+THEORA=yes \
+OPUS=yes \
+OPENCORE_AMR=yes \
+SPEEX_DSP=yes \
+SPEEX_JB=yes \
+SPEEX_RESAMPLER=yes \
+SPEEX_DENOISE=yes \
+SPEEX=yes \
+ILBC=yes \
+LIBGSM=yes \
+G729=yes \
+SRTP=yes \
+TLS=yes
+
+for IS_NEON in no yes
+#for IS_NEON in yes
+do
+../bindings/java/android/buildAll.sh $@ NEON=$IS_NEON $GPL_PARAMS WEBRTC=$IS_NEON WEBRTC_DENOISE=$IS_NEON
+done
+
OpenPOWER on IntegriCloud