Revert "ffmpeg: fix build for xtensa"

This reverts commit 4ec35e76b8.
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:
Max Filippov 2014-03-30 21:57:48 +04:00 committed by Thomas Petazzoni
parent 0e90b33c74
commit 5449aeadf9
1 changed files with 0 additions and 8 deletions

View File

@ -73,14 +73,6 @@ FFMPEG_CONF_OPT = \
FFMPEG_DEPENDENCIES += $(if $(BR2_PACKAGE_LIBICONV),libiconv)
FFMPEG_CFLAGS = $(TARGET_CFLAGS)
ifeq ($(BR2_xtensa),y)
FFMPEG_CFLAGS += -mtext-section-literals
endif
FFMPEG_CONF_ENV = CFLAGS="$(FFMPEG_CFLAGS)"
ifeq ($(BR2_PACKAGE_FFMPEG_GPL),y)
FFMPEG_CONF_OPT += --enable-gpl
else