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

Revert "gst-ffmpeg: fix build for xtensa"



This reverts commit 7e558aa0.
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 5449aead
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -14,14 +14,6 @@ GST_FFMPEG_CONF_EXTRA_OPT = \
		--cross-prefix=$(TARGET_CROSS) \
		--target-os=linux

GST_FFMPEG_CFLAGS = $(TARGET_CFLAGS)

ifeq ($(BR2_xtensa),y)
GST_FFMPEG_CFLAGS += -mtext-section-literals
endif

GST_FFMPEG_CONF_ENV = CFLAGS="$(GST_FFMPEG_CFLAGS)"

ifeq ($(BR2_PACKAGE_ZLIB),y)
GST_FFMPEG_CONF_EXTRA_OPT += --enable-zlib
GST_FFMPEG_DEPENDENCIES += zlib