mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
install the enumtypes header because audio plugins in other modules need it
Original commit message from CVS: install the enumtypes header because audio plugins in other modules need it
This commit is contained in:
parent
1ea0574af4
commit
3489636a8d
1 changed files with 2 additions and 1 deletions
|
@ -33,7 +33,8 @@ libgstaudio_@GST_MAJORMINOR@include_HEADERS = \
|
||||||
gstbaseaudiosink.h \
|
gstbaseaudiosink.h \
|
||||||
gstbaseaudiosrc.h \
|
gstbaseaudiosrc.h \
|
||||||
gstringbuffer.h \
|
gstringbuffer.h \
|
||||||
multichannel.h
|
multichannel.h \
|
||||||
|
multichannel-enumtypes.h
|
||||||
|
|
||||||
libgstaudio_@GST_MAJORMINOR@_la_LIBADD =
|
libgstaudio_@GST_MAJORMINOR@_la_LIBADD =
|
||||||
libgstaudio_@GST_MAJORMINOR@_la_CFLAGS = $(GST_CFLAGS)
|
libgstaudio_@GST_MAJORMINOR@_la_CFLAGS = $(GST_CFLAGS)
|
||||||
|
|
Loading…
Reference in a new issue