From 5449aeadf97c6cffa815e61fa816ff12fa0e9fa5 Mon Sep 17 00:00:00 2001 From: Max Filippov Date: Sun, 30 Mar 2014 21:57:48 +0400 Subject: [PATCH] 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 Signed-off-by: Thomas Petazzoni --- package/ffmpeg/ffmpeg.mk | 8 -------- 1 file changed, 8 deletions(-) diff --git a/package/ffmpeg/ffmpeg.mk b/package/ffmpeg/ffmpeg.mk index a067fe6ac1..fae558abf2 100644 --- a/package/ffmpeg/ffmpeg.mk +++ b/package/ffmpeg/ffmpeg.mk @@ -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