[FFmpeg-devel] [PATCH 1/2] configure: allow yasm path to be set on the commandline

Michael Niedermayer michaelni at gmx.at
Thu Jan 12 00:02:46 CET 2012


Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
---
 configure |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/configure b/configure
index 43b63bb..d791e5f 100755
--- a/configure
+++ b/configure
@@ -224,6 +224,7 @@ Advanced options (experts only):
   --cc=CC                  use C compiler CC [$cc_default]
   --cxx=CXX                use C compiler CXX [$cxx_default]
   --ld=LD                  use linker LD
+  --yasmexe=YASM           use C assembler YASM
   --host-cc=HOSTCC         use host C compiler HOSTCC
   --host-cflags=HCFLAGS    use HCFLAGS when compiling for host
   --host-ldflags=HLDFLAGS  use HLDFLAGS when linking for host
@@ -1315,6 +1316,7 @@ CMDLINE_SET="
     target_exec
     target_os
     target_path
+    yasmexe
 "
 
 CMDLINE_APPEND="
-- 
1.7.5.4



More information about the ffmpeg-devel mailing list