mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 16:08:51 +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)
|
$(NULL)
|
||||||
|
|
||||||
libgstvaapi_source_h = \
|
libgstvaapi_source_h = \
|
||||||
gstvaapidebug.h \
|
|
||||||
gstvaapidisplay.h \
|
gstvaapidisplay.h \
|
||||||
gstvaapiimage.h \
|
gstvaapiimage.h \
|
||||||
gstvaapiimageformat.h \
|
gstvaapiimageformat.h \
|
||||||
|
@ -24,15 +23,20 @@ libgstvaapi_source_h = \
|
||||||
gstvaapisubpicture.h \
|
gstvaapisubpicture.h \
|
||||||
gstvaapisurface.h \
|
gstvaapisurface.h \
|
||||||
gstvaapisurfacepool.h \
|
gstvaapisurfacepool.h \
|
||||||
gstvaapiutils.h \
|
|
||||||
gstvaapivideobuffer.h \
|
gstvaapivideobuffer.h \
|
||||||
gstvaapivideopool.h \
|
gstvaapivideopool.h \
|
||||||
gstvaapivideosink.h \
|
gstvaapivideosink.h \
|
||||||
gstvaapiwindow.h \
|
gstvaapiwindow.h \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
|
libgstvaapi_source_priv_h = \
|
||||||
|
gstvaapidebug.h \
|
||||||
|
gstvaapiutils.h \
|
||||||
|
$(NULL)
|
||||||
|
|
||||||
libgstvaapi_@GST_MAJORMINOR@_la_SOURCES = \
|
libgstvaapi_@GST_MAJORMINOR@_la_SOURCES = \
|
||||||
$(libgstvaapi_source_c) \
|
$(libgstvaapi_source_c) \
|
||||||
|
$(libgstvaapi_source_priv_h) \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
libgstvaapi_@GST_MAJORMINOR@include_HEADERS = \
|
libgstvaapi_@GST_MAJORMINOR@include_HEADERS = \
|
||||||
|
|
Loading…
Reference in a new issue