nvenc: Add meson build with Windows support
authorSeungha Yang <seungha.yang@navercorp.com>
Thu, 22 Nov 2018 03:14:44 +0000 (12:14 +0900)
committerTim-Philipp Müller <tim@centricular.com>
Sun, 25 Nov 2018 23:31:37 +0000 (23:31 +0000)
commit6bf5ba993d170c5a267fab9ce69e7eac68cf6759
treed96b6a636a81f3fde5e88ea3005314faeed61e85
parent6051c47bfe3d98f96012f79e63f2b7fae618379e
nvenc: Add meson build with Windows support

Note that, since Nvidia does not provide nvEncodeAPI.lib file,
find_library() couldn't be used for build on Windows.
This patch changes to load nvEncodeAPI(64).dll or libnvidia-encode.so
in runtime
configure.ac
meson_options.txt
sys/meson.build
sys/nvenc/Makefile.am
sys/nvenc/gstnvenc.c
sys/nvenc/gstnvenc.h
sys/nvenc/meson.build [new file with mode: 0644]