mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
Merge pull request #428 from br101/master
ffmpeg: Disable mips32r2 for mips32 CPUs
This commit is contained in:
@@ -399,6 +399,10 @@ FFMPEG_CONFIGURE:= \
|
||||
--disable-vdpau \
|
||||
--disable-outdevs
|
||||
|
||||
ifeq ($(CONFIG_CPU_TYPE),"mips32")
|
||||
FFMPEG_CONFIGURE +=--disable-mips32r2
|
||||
endif
|
||||
|
||||
ifeq ($(BUILD_VARIANT),custom)
|
||||
|
||||
FFMPEG_ENABLE= \
|
||||
|
||||
Reference in New Issue
Block a user