mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-29 20:35:40 +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 \
|
||||
gstbaseaudiosrc.h \
|
||||
gstringbuffer.h \
|
||||
multichannel.h
|
||||
multichannel.h \
|
||||
multichannel-enumtypes.h
|
||||
|
||||
libgstaudio_@GST_MAJORMINOR@_la_LIBADD =
|
||||
libgstaudio_@GST_MAJORMINOR@_la_CFLAGS = $(GST_CFLAGS)
|
||||
|
|
Loading…
Reference in a new issue