mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
codecparsers: {h264,h265}bitwriter: Don't install headers yet
Those APIs are quite early stage of development, and we might want to change them in the near future Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3275>
This commit is contained in:
parent
2c1315cae9
commit
2c5a050ae7
1 changed files with 0 additions and 2 deletions
|
@ -33,8 +33,6 @@ codecparser_headers = [
|
|||
'gstmpegvideometa.h',
|
||||
'gstvp9parser.h',
|
||||
'gstav1parser.h',
|
||||
'gsth264bitwriter.h',
|
||||
'gsth265bitwriter.h',
|
||||
]
|
||||
install_headers(codecparser_headers, subdir : 'gstreamer-1.0/gst/codecparsers')
|
||||
|
||||
|
|
Loading…
Reference in a new issue