You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
444 B
16 lines
444 B
7 years ago
|
--- a/configure.ac
|
||
|
+++ b/configure.ac
|
||
|
@@ -375,6 +375,12 @@
|
||
|
emblibav_configure_args="$emblibav_configure_args --enable-gpl"
|
||
|
fi
|
||
|
|
||
|
+ AC_ARG_ENABLE(yasm,
|
||
|
+ [AC_HELP_STRING([--disable-yasm], [disable use of yasm assembler])])
|
||
|
+ if test "x$enable_yasm" = "xno"; then
|
||
|
+ emblibav_configure_args="$emblibav_configure_args --disable-yasm"
|
||
|
+ fi
|
||
|
+
|
||
|
# if we are cross-compiling, tell libav so
|
||
|
case $host in
|
||
|
*android*)
|