mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-13 03:24:14 +00:00
video: Properly include headers in Makefile.am
and don't set noinst_HEADERS twice.
This commit is contained in:
parent
214b4b497e
commit
f6f1c0ac34
1 changed files with 1 additions and 5 deletions
|
@ -11,10 +11,6 @@ libgstbadvideo_@GST_API_VERSION@_la_SOURCES = \
|
|||
|
||||
nodist_libgstbadvideo_@GST_API_VERSION@_la_SOURCES = $(BUILT_SOURCES)
|
||||
|
||||
noinst_HEADERS = \
|
||||
gstvideoaggregatorpad.h \
|
||||
gstvideoaggregator.h
|
||||
|
||||
libgstbadvideo_@GST_API_VERSION@_la_CFLAGS = \
|
||||
-DGST_USE_UNSTABLE_API \
|
||||
-I$(top_srcdir)/gst-libs \
|
||||
|
@ -27,4 +23,4 @@ libgstbadvideo_@GST_API_VERSION@_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS) $(ORC_
|
|||
$(top_builddir)/gst-libs/gst/base/libgstbadbase-$(GST_API_VERSION).la $(LIBM)
|
||||
libgstbadvideo_@GST_API_VERSION@_la_LDFLAGS = $(GST_LIB_LDFLAGS) $(GST_ALL_LDFLAGS) $(GST_LT_LDFLAGS)
|
||||
|
||||
noinst_HEADERS = gstcms.h videoconvert.h
|
||||
noinst_HEADERS = gstcms.h videoconvert.h gstvideoaggregatorpad.h gstvideoaggregator.h
|
||||
|
|
Loading…
Reference in a new issue