Skip to content

Commit

Permalink
update addons/ffmpeg.sh
Browse files Browse the repository at this point in the history
set MARCH_TARGETNATIVE='n' default
  • Loading branch information
centminmod committed Aug 7, 2018
1 parent 34196ad commit bc75a31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/ffmpeg.sh
Expand Up @@ -18,7 +18,7 @@ FORCE_IPVFOUR='y' # curl/wget commands through script force IPv4
# GCC options
GCC_SEVEN='n'
OPT_LEVEL='-O3'
MARCH_TARGETNATIVE='y' # for intel 64bit only set march=native, if no set to x86-64
MARCH_TARGETNATIVE='n' # for intel 64bit only set march=native, if no set to x86-64
###############################################################################
DISABLE_NETWORKFFMPEG='n'
ENABLE_FPIC='n'
Expand Down

0 comments on commit bc75a31

Please sign in to comment.