Browse Source

meson: add hxxhelper test decoder module

pull/172/head
Steve Lhomme 2 years ago
parent
commit
5008eaf8ce
  1. 7
      modules/codec/meson.build

7
modules/codec/meson.build

@ -842,6 +842,13 @@ vlc_modules += {
'enabled' : dav1d_dep.found(),
}
# tests
vlc_modules += {
'name': 'hxxxhelper_testdec',
'sources': files('hxxx_helper_testdec.c'),
'link_with' : [hxxxhelper_lib],
'include_directories': [vlc_include_dirs],
}
## Hardware encoders

Loading…
Cancel
Save