mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
badaudio: Fix typo, ADUIO vs AUDIO
This commit is contained in:
parent
7aaab9bca6
commit
9a2e0de9af
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ libgstbadaudio_@GST_API_VERSION@_la_CFLAGS = \
|
|||
$(GST_BASE_CFLAGS)
|
||||
|
||||
libgstbadaudio_@GST_API_VERSION@_la_LIBADD = \
|
||||
$(GST_PLUGINS_BASE_LIBS) $(GST_ADUIO_LIBS) \
|
||||
$(GST_PLUGINS_BASE_LIBS) $(GST_AUDIO_LIBS) \
|
||||
$(GST_BASE_LIBS) $(GST_LIBS) $(ORC_LIBS) $(LIBM)
|
||||
|
||||
libgstbadaudio_@GST_API_VERSION@_la_LDFLAGS = $(GST_LIB_LDFLAGS) $(GST_ALL_LDFLAGS) $(GST_LT_LDFLAGS)
|
||||
|
|
Loading…
Reference in a new issue