meson: Fix build error with MSVC caused by ARCH_X86_64 define

ARCH_X86_64 define will enable GCC specific code path in dv_types.h
while building dv plugin.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/merge_requests/636>
This commit is contained in:
Seungha Yang 2020-06-19 19:54:08 +09:00
parent 8c8b788f73
commit 154146b9cc

View file

@ -418,7 +418,6 @@ if find_program('xgettext', required : get_option('nls')).found()
subdir('po')
endif
cdata.set10('ARCH_X86_64', host_cpu == 'x86_64')
configure_file(output : 'config.h', configuration : cdata)
run_command(python3, '-c', 'import shutil; shutil.copy("hooks/pre-commit.hook", ".git/hooks/pre-commit")')