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:
parent
0e90b33c74
commit
5449aeadf9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user