mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
gstvaapicompat.h is now a private header (not installed).
This commit is contained in:
parent
520f7ac5b6
commit
3fe6ca16e2
1 changed files with 2 additions and 1 deletions
|
@ -26,7 +26,6 @@ libgstvaapi_source_c = \
|
|||
$(NULL)
|
||||
|
||||
libgstvaapi_source_h = \
|
||||
gstvaapicompat.h \
|
||||
gstvaapidisplay.h \
|
||||
gstvaapiimage.h \
|
||||
gstvaapiimageformat.h \
|
||||
|
@ -45,6 +44,7 @@ libgstvaapi_source_h = \
|
|||
$(NULL)
|
||||
|
||||
libgstvaapi_source_priv_h = \
|
||||
gstvaapicompat.h \
|
||||
gstvaapidebug.h \
|
||||
gstvaapiobject_priv.h \
|
||||
gstvaapiutils.h \
|
||||
|
@ -58,6 +58,7 @@ libgstvaapi_x11_source_c = \
|
|||
$(NULL)
|
||||
|
||||
libgstvaapi_x11_source_h = \
|
||||
gstvaapicompat.h \
|
||||
gstvaapidisplay_x11.h \
|
||||
gstvaapiwindow_x11.h \
|
||||
$(NULL)
|
||||
|
|
Loading…
Reference in a new issue