Merge pull request #428 from br101/master
ffmpeg: Disable mips32r2 for mips32 CPUs
This commit is contained in:
commit
af0003c3be
1 changed files with 4 additions and 0 deletions
|
@ -399,6 +399,10 @@ FFMPEG_CONFIGURE:= \
|
||||||
--disable-vdpau \
|
--disable-vdpau \
|
||||||
--disable-outdevs
|
--disable-outdevs
|
||||||
|
|
||||||
|
ifeq ($(CONFIG_CPU_TYPE),"mips32")
|
||||||
|
FFMPEG_CONFIGURE +=--disable-mips32r2
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BUILD_VARIANT),custom)
|
ifeq ($(BUILD_VARIANT),custom)
|
||||||
|
|
||||||
FFMPEG_ENABLE= \
|
FFMPEG_ENABLE= \
|
||||||
|
|
Loading…
Reference in a new issue