]> git.sesse.net Git - x264/commitdiff
Show "avs: no" --disable-avs option instead of empty string
authorAnton Mitrofanov <BugMaster@narod.ru>
Tue, 26 Mar 2013 14:30:00 +0000 (18:30 +0400)
committerFiona Glaser <fiona@x264.com>
Tue, 23 Apr 2013 18:47:27 +0000 (11:47 -0700)
configure

index f159602bd7421f8cdaadfb0f17cdd093e0d774db..f9072b2391077f4b72fd02c34068abbe31ea9f3b 100755 (executable)
--- a/configure
+++ b/configure
@@ -929,14 +929,12 @@ if [ "$avs" = "auto" ] ; then
     avs="no"
     # cygwin can use avisynth if it can use LoadLibrary
     if [ $SYS = WINDOWS ] || ([ $SYS = CYGWIN ] && cc_check windows.h "" "LoadLibrary(0);") ; then
-        avs="yes"
-        avstype="avisynth"
+        avs="avisynth"
         define HAVE_AVS
         define USE_AVXSYNTH 0
     elif [ "$SYS" = "LINUX" -o "$SYS" = "MACOSX" ] ; then
     # AvxSynth currently only supports Linux and OSX
-        avs="yes"
-        avstype="avxsynth"
+        avs="avxsynth"
         define HAVE_AVS
         define USE_AVXSYNTH 1
         AVS_LIBS="-ldl"
@@ -1202,7 +1200,7 @@ shared:        $shared
 static:        $static
 asm:           $asm
 interlaced:    $interlaced
-avs:           $avstype
+avs:           $avs
 lavf:          $lavf
 ffms:          $ffms
 gpac:          $gpac