mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-05 17:37:43 +00:00
Revert "ffmpeg: fix build for xtensa"
This reverts commit 4ec35e76b8a31810a0b8955a6dee787cefa013bc. 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…
x
Reference in New Issue
Block a user