Commit edd9048b authored by Felix Paul Kühne's avatar Felix Paul Kühne

contrib/ffmpeg: minor cleanup

parent 2dcf4d9c
......@@ -67,9 +67,7 @@ endif
# ARM stuff
ifeq ($(ARCH),arm)
ifndef HAVE_DARWIN_OS
FFMPEGCONF += --arch=arm
endif
ifdef HAVE_NEON
FFMPEGCONF += --enable-neon
endif
......@@ -83,10 +81,8 @@ endif
# ARM64 stuff
ifeq ($(ARCH),aarch64)
ifndef HAVE_DARWIN_OS
FFMPEGCONF += --arch=aarch64
endif
endif
# MIPS stuff
ifeq ($(ARCH),mipsel)
......@@ -113,7 +109,6 @@ FFMPEGCONF += --arch=$(ARCH) --target-os=darwin
ifeq ($(ARCH),x86_64)
FFMPEGCONF += --cpu=core2
endif
endif
ifdef HAVE_IOS
FFMPEGCONF += --enable-pic --extra-ldflags="$(EXTRA_CFLAGS)"
ifdef HAVE_NEON
......@@ -123,6 +118,7 @@ endif
ifdef HAVE_MACOSX
FFMPEGCONF += --enable-vda
endif
endif
# Linux
ifdef HAVE_LINUX
......
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