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

contrib/ffmpeg: don't specifiy arch flag twice for Darwin platforms

parent 989f6ff2
......@@ -56,7 +56,9 @@ endif
# ARM stuff
ifeq ($(ARCH),arm)
ifndef HAVE_DARWIN_OS
FFMPEGCONF += --arch=arm
endif
ifdef HAVE_NEON
FFMPEGCONF += --enable-neon
endif
......
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