[vlc-devel] [RFC PATCH 0/6] fix android-L build for x86_64

Thomas Guillem tom at gllm.fr
Wed Oct 8 18:26:03 CEST 2014


Hello,

I worked on new android-L build for x86_64 arch. You can check my others
patches on the android ML too.

I'm not sure about some patches, especially the one that touch configure.ac
since it's my first time I touch it.

And also, about my pthread patch: I decided to use configure to know which
pthread functions I can use but maybe I can do it differently. I can also add
an extra define from the android Makefile for example.

Thomas Guillem (6):
  contrib: don't hardcode android api
  contrib/bootstrap: add x86_64 for android
  contrib: fix cross-compile for x86_64
  android: fix nanf detection
  android: hack sys/shm.h detection
  android: fix monotonic cond_timedwait on newer versions

 configure.ac                   |  5 ++++-
 contrib/bootstrap              |  3 +++
 contrib/src/ffmpeg/rules.mak   |  7 +++++++
 contrib/src/gcrypt/rules.mak   |  2 +-
 contrib/src/live555/rules.mak  |  2 +-
 contrib/src/main.mak           |  4 ++--
 contrib/src/postproc/rules.mak |  5 +++++
 include/vlc_fixups.h           |  8 +++++++-
 src/android/thread.c           | 33 +++++++++++++++++++++------------
 9 files changed, 51 insertions(+), 18 deletions(-)

-- 
2.1.0




More information about the vlc-devel mailing list