meson: Build gstvalidate-default-overrides-1.0

Needed by Cerbero.
This commit is contained in:
Nirbheek Chauhan 2018-07-31 23:29:57 +05:30
parent 5ff299f4e7
commit 68a7ad72ac
2 changed files with 9 additions and 4 deletions

View file

@ -1,5 +1,2 @@
subdir('validate')
# if HAVE_LD_PRELOAD
#subdir('preload')
# endif
subdir('overrides')

View file

@ -0,0 +1,8 @@
shared_library('gstvalidate-default-overrides-1.0',
sources: 'gst-validate-default-overrides.c',
version : libversion,
soversion : soversion,
include_directories : [inc_dirs],
install: true,
c_args : [gst_c_args] + ['-D_GNU_SOURCE'],
dependencies : validate_dep)