[vlc-devel] [PATCH 00/13] Switch to NDK 17 for android
Victorien Le Couviour--Tuffet
victorien.lecouviour.tuffet at gmail.com
Tue Oct 2 11:14:23 CEST 2018
This fixes android build issues with the NDK 17.
Victorien Le Couviour--Tuffet (13):
contrib: live555: fix in_addr.s_addr field access
contrib: live555: fix undeclared off64_t functions
contrib: aom: fix lib pthread linkage
contrib: aom: fix cpu detection
contrib: aom: fix cpufeatures support
contrib: vpx: fix broken text reloc
contrib: vpx: remove armv7 only linker flag
contrib: vpx: fix toolchain path
vlc_fixups: fix struct if_nameindex definition
vlc_fixups: fix tdestroy declaration
access: dtv: fix undeclared lfind
vfilter: yadif deint: disable SIMD on android
vout: gl: always include gl2ext.h after gl2.h
contrib/src/aom/aom-android-cpufeatures.patch | 27 ++++++++++++
contrib/src/aom/aom-android-pthreads.patch | 19 +++++++++
contrib/src/aom/rules.mak | 17 ++++++++
contrib/src/live555/file-offset-bits-64.patch | 22 ++++++++++
.../src/live555/in_addr-s_addr-field.patch | 42 +++++++++++++++++++
contrib/src/live555/rules.mak | 6 +++
.../libvpx-android-fix_cortex_a8-flag.patch | 15 +++++++
.../vpx/libvpx-android-toolchain_path.patch | 21 ++++++++++
contrib/src/vpx/rules.mak | 4 +-
include/vlc_fixups.h | 4 +-
modules/access/dtv/access.c | 20 +++------
modules/video_filter/deinterlace/algo_yadif.c | 12 +++---
modules/video_output/opengl/converter.h | 1 +
.../video_output/opengl/converter_android.c | 1 -
modules/video_output/opengl/converter_vaapi.c | 4 --
15 files changed, 189 insertions(+), 26 deletions(-)
create mode 100644 contrib/src/aom/aom-android-cpufeatures.patch
create mode 100644 contrib/src/aom/aom-android-pthreads.patch
create mode 100644 contrib/src/live555/file-offset-bits-64.patch
create mode 100644 contrib/src/live555/in_addr-s_addr-field.patch
create mode 100644 contrib/src/vpx/libvpx-android-fix_cortex_a8-flag.patch
create mode 100644 contrib/src/vpx/libvpx-android-toolchain_path.patch
--
2.19.0
More information about the vlc-devel
mailing list