Commit d709c9f4 authored by Jerome Wu's avatar Jerome Wu

Remove redundant arguments

parent 6b92858f
......@@ -50,7 +50,7 @@ FFMPEG_CONFIG_FLAGS_BASE=(
--extra-cflags="$CFLAGS"
--extra-cxxflags="$CFLAGS"
--extra-ldflags="$LDFLAGS"
--nm="llvm-nm -g"
--nm="llvm-nm"
--ar=emar
--as=llvm-as
--ranlib=emranlib
......
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