summaryrefslogtreecommitdiff
path: root/va/meson.build
diff options
context:
space:
mode:
authorVíctor Manuel Jáquez Leal <vjaquez@igalia.com>2019-01-25 12:24:47 +0100
committerXinfengZhang <carl.zhang@intel.com>2019-03-04 23:02:01 -0800
commita99bab12713b67a3f9281b2945df53e7b23c830f (patch)
treed0c039a6c2821af6bc7de84b53923adc05693cee /va/meson.build
parent16d32656d62132cb54969340d375c5e3ca51bd4f (diff)
downloadlibva-a99bab12713b67a3f9281b2945df53e7b23c830f.tar.gz
build: meson: enables va messaging and visibility
This patch syncs with the defined compiler flags in autotools: the enable of VA messaging and the compiler's support to visibility attribute. Fixes: #275
Diffstat (limited to 'va/meson.build')
-rw-r--r--va/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/va/meson.build b/va/meson.build
index b1dddd4..8c9d036 100644
--- a/va/meson.build
+++ b/va/meson.build
@@ -62,7 +62,7 @@ libva = shared_library(
libva_headers_priv,
soversion : libva_lt_current,
version : libva_lt_version,
- c_args : '-DVA_DRIVERS_PATH="' + driverdir + '"',
+ c_args : ['-DVA_DRIVERS_PATH="' + driverdir + '"'] + va_c_args,
include_directories : configinc,
link_args : '-Wl,-version-script,' + libva_sym_path,
link_depends : libva_sym,