meson: codecs: Don't install header

This library is not intended to be public. APIs are likely to
change over time and should not be disclosed to people yet.
This commit is contained in:
Seungha Yang 2020-03-06 16:40:50 +09:00
parent fdf06fa363
commit 8b0d5e1272

View file

@ -16,8 +16,6 @@ codecs_headers = [
'gstvp9picture.h',
]
install_headers(codecs_headers, subdir : 'gstreamer-1.0/gst/codecs')
cp_args = [
'-DGST_USE_UNSTABLE_API',
'-DBUILDING_GST_CODECS',