mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-25 07:26:29 +00:00
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:
parent
fdf06fa363
commit
8b0d5e1272
1 changed files with 0 additions and 2 deletions
|
@ -16,8 +16,6 @@ codecs_headers = [
|
||||||
'gstvp9picture.h',
|
'gstvp9picture.h',
|
||||||
]
|
]
|
||||||
|
|
||||||
install_headers(codecs_headers, subdir : 'gstreamer-1.0/gst/codecs')
|
|
||||||
|
|
||||||
cp_args = [
|
cp_args = [
|
||||||
'-DGST_USE_UNSTABLE_API',
|
'-DGST_USE_UNSTABLE_API',
|
||||||
'-DBUILDING_GST_CODECS',
|
'-DBUILDING_GST_CODECS',
|
||||||
|
|
Loading…
Reference in a new issue