mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
Don't install private headers.
This commit is contained in:
parent
58d3c36658
commit
d6a6c1ef98
1 changed files with 6 additions and 2 deletions
|
@ -16,7 +16,6 @@ libgstvaapi_source_c = \
|
|||
$(NULL)
|
||||
|
||||
libgstvaapi_source_h = \
|
||||
gstvaapidebug.h \
|
||||
gstvaapidisplay.h \
|
||||
gstvaapiimage.h \
|
||||
gstvaapiimageformat.h \
|
||||
|
@ -24,15 +23,20 @@ libgstvaapi_source_h = \
|
|||
gstvaapisubpicture.h \
|
||||
gstvaapisurface.h \
|
||||
gstvaapisurfacepool.h \
|
||||
gstvaapiutils.h \
|
||||
gstvaapivideobuffer.h \
|
||||
gstvaapivideopool.h \
|
||||
gstvaapivideosink.h \
|
||||
gstvaapiwindow.h \
|
||||
$(NULL)
|
||||
|
||||
libgstvaapi_source_priv_h = \
|
||||
gstvaapidebug.h \
|
||||
gstvaapiutils.h \
|
||||
$(NULL)
|
||||
|
||||
libgstvaapi_@GST_MAJORMINOR@_la_SOURCES = \
|
||||
$(libgstvaapi_source_c) \
|
||||
$(libgstvaapi_source_priv_h) \
|
||||
$(NULL)
|
||||
|
||||
libgstvaapi_@GST_MAJORMINOR@include_HEADERS = \
|
||||
|
|
Loading…
Reference in a new issue