[x264-devel] Show "avs: no" --disable-avs option instead of empty string

Anton Mitrofanov git at videolan.org
Tue Apr 23 23:03:04 CEST 2013


x264 | branch: master | Anton Mitrofanov <BugMaster at narod.ru> | Tue Mar 26 18:30:00 2013 +0400| [fceb3b197f5fcaded3943718c162b662b52b208f] | committer: Jason Garrett-Glaser

Show "avs: no" --disable-avs option instead of empty string

> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=fceb3b197f5fcaded3943718c162b662b52b208f
---

 configure |    8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/configure b/configure
index f159602..f9072b2 100755
--- 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



More information about the x264-devel mailing list