[vlc-devel] [PATCH 0/3] contrib: Add meson & build libdav1d

Hugo Beauzée-Luyssen hugo at beauzee.fr
Tue Sep 25 18:11:04 CEST 2018


This patchset adds support for meson & cross compiling with it.
The two contrib/src/main.mak patches can probably be merged, but IMO
it's easier to review/reason about while it's still split.
I'm also not sure what the best way to obtain the 'host_machine/cpu' 
variable is. This works for win32/win64 and will be tested for
Android/iOS before being pushed.

Opinions welcome!

Regards,

Hugo Beauzée-Luyssen (1):
  contrib: Add support for cross compilation with meson

Steve Lhomme (2):
  contrib: add generic meson support
  contrib: add dav1d AV1 decoder

 contrib/src/dav1d/rules.mak | 27 +++++++++++++++++++++++
 contrib/src/main.mak        | 44 ++++++++++++++++++++++++++++++++++++-
 2 files changed, 70 insertions(+), 1 deletion(-)
 create mode 100644 contrib/src/dav1d/rules.mak

-- 
2.18.0



More information about the vlc-devel mailing list