Commit f5ed9fca authored by Edward Wang's avatar Edward Wang Committed by Konstantin Pavlov

contrib: Allow libav build on MIPS

Signed-off-by: default avatarKonstantin Pavlov <thresh@videolan.org>
parent 5ebd9b99
......@@ -59,6 +59,11 @@ FFMPEG_CFLAGS += -mfpu=neon
endif
endif
# MIPS stuff
ifeq ($(ARCH),mipsel)
FFMPEGCONF += --arch=mips
endif
# x86 stuff
ifeq ($(ARCH),i386)
ifndef HAVE_DARWIN_OS
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment