mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-03 16:37:43 +00:00
Revert "gst1-libav: fix build for xtensa"
This reverts commit ae3298d7d489f5ee465ff4ce83494de527d0ac73. Now that -mtext-section-literals is specified in the xtensa ABI this fix is no longer needed. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
b9f696e683
commit
5a2ff09b8c
@ -83,12 +83,4 @@ endif
|
|||||||
GST1_LIBAV_CONF_OPT = \
|
GST1_LIBAV_CONF_OPT = \
|
||||||
--with-libav-extra-configure="$(GST1_LIBAV_CONF_EXTRA_OPT)"
|
--with-libav-extra-configure="$(GST1_LIBAV_CONF_EXTRA_OPT)"
|
||||||
|
|
||||||
GST1_LIBAV_CFLAGS = $(TARGET_CFLAGS)
|
|
||||||
|
|
||||||
ifeq ($(BR2_xtensa),y)
|
|
||||||
GST1_LIBAV_CFLAGS += -mtext-section-literals
|
|
||||||
endif
|
|
||||||
|
|
||||||
GST1_LIBAV_CONF_ENV += CFLAGS="$(GST1_LIBAV_CFLAGS)"
|
|
||||||
|
|
||||||
$(eval $(autotools-package))
|
$(eval $(autotools-package))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user