mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 06:58:56 +00:00
video: Don't forget to install moved header files
This commit is contained in:
parent
a3b272f0a3
commit
5bc6ffcd8b
1 changed files with 9 additions and 1 deletions
|
@ -30,7 +30,15 @@ nodist_libgstvideo_@GST_MAJORMINOR@_la_SOURCES = $(BUILT_SOURCES)
|
|||
|
||||
libgstvideo_@GST_MAJORMINOR@includedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/video
|
||||
libgstvideo_@GST_MAJORMINOR@include_HEADERS = \
|
||||
video.h gstvideosink.h gstvideofilter.h gstvideometa.h gstvideopool.h
|
||||
colorbalance.h \
|
||||
colorbalancechannel.h \
|
||||
video.h \
|
||||
gstvideosink.h \
|
||||
gstvideofilter.h \
|
||||
gstvideometa.h \
|
||||
gstvideopool.h \
|
||||
videoorientation.h \
|
||||
videooverlay.h
|
||||
nodist_libgstvideo_@GST_MAJORMINOR@include_HEADERS = $(built_headers)
|
||||
|
||||
libgstvideo_@GST_MAJORMINOR@_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS)
|
||||
|
|
Loading…
Reference in a new issue