We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9be2c8b + 9aa4570 commit 3f33cb1Copy full SHA for 3f33cb1
cross_compile_ffmpeg.sh
@@ -2392,7 +2392,10 @@ build_ffmpeg() {
2392
2393
config_options+=" --extra-libs=-lharfbuzz" # grr...needed for pre x264 build???
2394
config_options+=" --extra-libs=-lm" # libflite seemed to need this linux native...and have no .pc file huh?
2395
- config_options+=" --extra-libs=-lshlwapi" # lame needed this, no .pc file?
+
2396
+ if [[ $compiler_flavors != "native" ]]; then
2397
+ config_options+=" --extra-libs=-lshlwapi" # lame needed this, no .pc file?
2398
+ fi
2399
config_options+=" --extra-libs=-lmpg123" # ditto
2400
config_options+=" --extra-libs=-lpthread" # for some reason various and sundry needed this linux native
2401
0 commit comments