mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-23 07:38:16 +00:00
voaaenc: Fix CFLAGS/LIBS of the unit test
This commit is contained in:
parent
dc7f93c05b
commit
31a65287a2
1 changed files with 4 additions and 1 deletions
|
@ -191,8 +191,11 @@ AM_CFLAGS = $(GST_CHECK_CFLAGS) $(GST_OPTION_CFLAGS) \
|
|||
-UG_DISABLE_ASSERT -UG_DISABLE_CAST_CHECKS
|
||||
LDADD = $(GST_CHECK_LIBS)
|
||||
|
||||
elements_voaacenc_CFLAGS = \
|
||||
$(GST_PLUGINS_BASE_CFLAGS) \
|
||||
$(GST_BASE_CFLAGS) $(GST_CFLAGS) $(AM_CFLAGS)
|
||||
elements_voaacenc_LDADD = \
|
||||
$(GST_BASE_LIBS) $(GST_LIBS) $(LDADD) \
|
||||
$(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) $(GST_LIBS) $(LDADD) \
|
||||
-lgstaudio-@GST_MAJORMINOR@
|
||||
|
||||
elements_camerabin_CFLAGS = \
|
||||
|
|
Loading…
Reference in a new issue