[vlc-devel] [PATCH v3 1.1/1] fix distcheck in build: x86: add build support for nasm via x86inc.asm/x86util.asm
Janne Grunau
janne-vlc at jannau.net
Tue Feb 5 09:15:13 CET 2019
---
fixes compiling/assembling of make distcheck. tests of the chroma module
still fails make distcheck locally.
I'll push a squashed tree to
https://github.com/jannau/vlc/tree/x86asm_yadif
Makefile.am | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Makefile.am b/Makefile.am
index d0ef08b829..a5543b8376 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -10,6 +10,8 @@ SUBDIRS = compat doc po share src modules lib bin test
DIST_SUBDIRS = m4 $(SUBDIRS)
EXTRA_DIST = \
+ extras/include/x86/x86inc.asm \
+ extras/include/x86/x86util.asm \
extras/package/macosx/package.mak \
extras/package/win32/package.mak \
extras/package/npapi.am
--
2.20.1
More information about the vlc-devel
mailing list