Commit 5a2ff09b authored by Max Filippov's avatar Max Filippov Committed by Thomas Petazzoni
Browse files

Revert "gst1-libav: fix build for xtensa"



This reverts commit ae3298d7.
Now that -mtext-section-literals is specified in the xtensa ABI this fix
is no longer needed.

Signed-off-by: default avatarMax Filippov <jcmvbkbc@gmail.com>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent b9f696e6
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -83,12 +83,4 @@ endif
GST1_LIBAV_CONF_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))