亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? ltmain.sh

?? speex 1.1.12 編碼 穩定版本
?? SH
?? 第 1 頁 / 共 5 頁
字號:
      -version-info)	prev=vinfo	continue	;;      -version-number)	prev=vinfo	vinfo_number=yes	continue	;;      -Wc,*)	args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wc,//'`	arg=	save_ifs="$IFS"; IFS=','	for flag in $args; do	  IFS="$save_ifs"	  case $flag in	    *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \	]*|*]*|"")	    flag="\"$flag\""	    ;;	  esac	  arg="$arg $wl$flag"	  compiler_flags="$compiler_flags $flag"	done	IFS="$save_ifs"	arg=`$echo "X$arg" | $Xsed -e "s/^ //"`	;;      -Wl,*)	args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wl,//'`	arg=	save_ifs="$IFS"; IFS=','	for flag in $args; do	  IFS="$save_ifs"	  case $flag in	    *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \	]*|*]*|"")	    flag="\"$flag\""	    ;;	  esac	  arg="$arg $wl$flag"	  compiler_flags="$compiler_flags $wl$flag"	  linker_flags="$linker_flags $flag"	done	IFS="$save_ifs"	arg=`$echo "X$arg" | $Xsed -e "s/^ //"`	;;      -Xcompiler)	prev=xcompiler	continue	;;      -Xlinker)	prev=xlinker	continue	;;      -XCClinker)	prev=xcclinker	continue	;;      # Some other compiler flag.      -* | +*)	# Unknown arguments in both finalize_command and compile_command need	# to be aesthetically quoted because they are evaled later.	arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`	case $arg in	*[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \	]*|*]*|"")	  arg="\"$arg\""	  ;;	esac	;;      *.$objext)	# A standard object.	objs="$objs $arg"	;;      *.lo)	# A libtool-controlled object.	# Check to see that this really is a libtool object.	if (${SED} -e '2q' $arg | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then	  pic_object=	  non_pic_object=	  # Read the .lo file	  # If there is no directory component, then add one.	  case $arg in	  */* | *\\*) . $arg ;;	  *) . ./$arg ;;	  esac	  if test -z "$pic_object" || \	     test -z "$non_pic_object" ||	     test "$pic_object" = none && \	     test "$non_pic_object" = none; then	    $echo "$modename: cannot find name of object for \`$arg'" 1>&2	    exit $EXIT_FAILURE	  fi	  # Extract subdirectory from the argument.	  xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`	  if test "X$xdir" = "X$arg"; then	    xdir= 	  else	    xdir="$xdir/"	  fi	  if test "$pic_object" != none; then	    # Prepend the subdirectory the object is found in.	    pic_object="$xdir$pic_object"	    if test "$prev" = dlfiles; then	      if test "$build_libtool_libs" = yes && test "$dlopen_support" = yes; then		dlfiles="$dlfiles $pic_object"		prev=		continue	      else		# If libtool objects are unsupported, then we need to preload.		prev=dlprefiles	      fi	    fi	    # CHECK ME:  I think I busted this.  -Ossama	    if test "$prev" = dlprefiles; then	      # Preload the old-style object.	      dlprefiles="$dlprefiles $pic_object"	      prev=	    fi	    # A PIC object.	    libobjs="$libobjs $pic_object"	    arg="$pic_object"	  fi	  # Non-PIC object.	  if test "$non_pic_object" != none; then	    # Prepend the subdirectory the object is found in.	    non_pic_object="$xdir$non_pic_object"	    # A standard non-PIC object	    non_pic_objects="$non_pic_objects $non_pic_object"	    if test -z "$pic_object" || test "$pic_object" = none ; then	      arg="$non_pic_object"	    fi	  fi	else	  # Only an error if not doing a dry-run.	  if test -z "$run"; then	    $echo "$modename: \`$arg' is not a valid libtool object" 1>&2	    exit $EXIT_FAILURE	  else	    # Dry-run case.	    # Extract subdirectory from the argument.	    xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`	    if test "X$xdir" = "X$arg"; then	      xdir=	    else	      xdir="$xdir/"	    fi	    pic_object=`$echo "X${xdir}${objdir}/${arg}" | $Xsed -e "$lo2o"`	    non_pic_object=`$echo "X${xdir}${arg}" | $Xsed -e "$lo2o"`	    libobjs="$libobjs $pic_object"	    non_pic_objects="$non_pic_objects $non_pic_object"	  fi	fi	;;      *.$libext)	# An archive.	deplibs="$deplibs $arg"	old_deplibs="$old_deplibs $arg"	continue	;;      *.la)	# A libtool-controlled library.	if test "$prev" = dlfiles; then	  # This library was specified with -dlopen.	  dlfiles="$dlfiles $arg"	  prev=	elif test "$prev" = dlprefiles; then	  # The library was specified with -dlpreopen.	  dlprefiles="$dlprefiles $arg"	  prev=	else	  deplibs="$deplibs $arg"	fi	continue	;;      # Some other compiler argument.      *)	# Unknown arguments in both finalize_command and compile_command need	# to be aesthetically quoted because they are evaled later.	arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`	case $arg in	*[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \	]*|*]*|"")	  arg="\"$arg\""	  ;;	esac	;;      esac # arg      # Now actually substitute the argument into the commands.      if test -n "$arg"; then	compile_command="$compile_command $arg"	finalize_command="$finalize_command $arg"      fi    done # argument parsing loop    if test -n "$prev"; then      $echo "$modename: the \`$prevarg' option requires an argument" 1>&2      $echo "$help" 1>&2      exit $EXIT_FAILURE    fi    if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then      eval arg=\"$export_dynamic_flag_spec\"      compile_command="$compile_command $arg"      finalize_command="$finalize_command $arg"    fi    oldlibs=    # calculate the name of the file, without its directory    outputname=`$echo "X$output" | $Xsed -e 's%^.*/%%'`    libobjs_save="$libobjs"    if test -n "$shlibpath_var"; then      # get the directories listed in $shlibpath_var      eval shlib_search_path=\`\$echo \"X\${$shlibpath_var}\" \| \$Xsed -e \'s/:/ /g\'\`    else      shlib_search_path=    fi    eval sys_lib_search_path=\"$sys_lib_search_path_spec\"    eval sys_lib_dlsearch_path=\"$sys_lib_dlsearch_path_spec\"    output_objdir=`$echo "X$output" | $Xsed -e 's%/[^/]*$%%'`    if test "X$output_objdir" = "X$output"; then      output_objdir="$objdir"    else      output_objdir="$output_objdir/$objdir"    fi    # Create the object directory.    if test ! -d "$output_objdir"; then      $show "$mkdir $output_objdir"      $run $mkdir $output_objdir      status=$?      if test "$status" -ne 0 && test ! -d "$output_objdir"; then	exit $status      fi    fi    # Determine the type of output    case $output in    "")      $echo "$modename: you must specify an output file" 1>&2      $echo "$help" 1>&2      exit $EXIT_FAILURE      ;;    *.$libext) linkmode=oldlib ;;    *.lo | *.$objext) linkmode=obj ;;    *.la) linkmode=lib ;;    *) linkmode=prog ;; # Anything else should be a program.    esac    case $host in    *cygwin* | *mingw* | *pw32*)      # don't eliminate duplications in $postdeps and $predeps      duplicate_compiler_generated_deps=yes      ;;    *)      duplicate_compiler_generated_deps=$duplicate_deps      ;;    esac    specialdeplibs=    libs=    # Find all interdependent deplibs by searching for libraries    # that are linked more than once (e.g. -la -lb -la)    for deplib in $deplibs; do      if test "X$duplicate_deps" = "Xyes" ; then	case "$libs " in	*" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;;	esac      fi      libs="$libs $deplib"    done    if test "$linkmode" = lib; then      libs="$predeps $libs $compiler_lib_search_path $postdeps"      # Compute libraries that are listed more than once in $predeps      # $postdeps and mark them as special (i.e., whose duplicates are      # not to be eliminated).      pre_post_deps=      if test "X$duplicate_compiler_generated_deps" = "Xyes" ; then	for pre_post_dep in $predeps $postdeps; do	  case "$pre_post_deps " in	  *" $pre_post_dep "*) specialdeplibs="$specialdeplibs $pre_post_deps" ;;	  esac	  pre_post_deps="$pre_post_deps $pre_post_dep"	done      fi      pre_post_deps=    fi    deplibs=    newdependency_libs=    newlib_search_path=    need_relink=no # whether we're linking any uninstalled libtool libraries    notinst_deplibs= # not-installed libtool libraries    notinst_path= # paths that contain not-installed libtool libraries    case $linkmode in    lib)	passes="conv link"	for file in $dlfiles $dlprefiles; do	  case $file in	  *.la) ;;	  *)	    $echo "$modename: libraries can \`-dlopen' only libtool libraries: $file" 1>&2	    exit $EXIT_FAILURE	    ;;	  esac	done	;;    prog)	compile_deplibs=	finalize_deplibs=	alldeplibs=no	newdlfiles=	newdlprefiles=	passes="conv scan dlopen dlpreopen link"	;;    *)  passes="conv"	;;    esac    for pass in $passes; do      if test "$linkmode,$pass" = "lib,link" ||	 test "$linkmode,$pass" = "prog,scan"; then	libs="$deplibs"	deplibs=      fi      if test "$linkmode" = prog; then	case $pass in	dlopen) libs="$dlfiles" ;;	dlpreopen) libs="$dlprefiles" ;;	link)	  libs="$deplibs %DEPLIBS%"	  test "X$link_all_deplibs" != Xno && libs="$libs $dependency_libs"	  ;;	esac      fi      if test "$pass" = dlopen; then	# Collect dlpreopened libraries	save_deplibs="$deplibs"	deplibs=      fi      for deplib in $libs; do	lib=	found=no	case $deplib in	-mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe)	  if test "$linkmode,$pass" = "prog,link"; then	    compile_deplibs="$deplib $compile_deplibs"	    finalize_deplibs="$deplib $finalize_deplibs"	  else	    deplibs="$deplib $deplibs"	  fi	  continue	  ;;	-l*)	  if test "$linkmode" != lib && test "$linkmode" != prog; then	    $echo "$modename: warning: \`-l' is ignored for archives/objects" 1>&2	    continue	  fi	  name=`$echo "X$deplib" | $Xsed -e 's/^-l//'`	  for searchdir in $newlib_search_path $lib_search_path $sys_lib_search_path $shlib_search_path; do	    for search_ext in .la $std_shrext .so .a; do	      # Search the libtool library	      lib="$searchdir/lib${name}${search_ext}"	      if test -f "$lib"; then		if test "$search_ext" = ".la"; then		  found=yes		else		  found=no		fi		break 2	      fi	    done	  done	  if test "$found" != yes; then	    # deplib doesn't seem to be a libtool library	    if test "$linkmode,$pass" = "prog,link"; then	      compile_deplibs="$deplib $compile_deplibs"	      finalize_deplibs="$deplib $finalize_deplibs"	    else	      deplibs="$deplib $deplibs"	      test "$linkmode" = lib && newdependency_libs="$deplib $newdependency_libs"	    fi	    continue	  else # deplib is a libtool library	    # If $allow_libtool_libs_with_static_runtimes && $deplib is a stdlib,	    # We need to do some special things here, and not later.	    if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then	      case " $predeps $postdeps " in	      *" $deplib "*)		if (${SED} -e '2q' $lib |                    grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then		  library_names=		  old_library=		  case $lib in		  */* | *\\*) . $lib ;;		  *) . ./$lib ;;		  esac		  for l in $old_library $library_names; do		    ll="$l"		  done		  if test "X$ll" = "X$old_library" ; then # only static version available		    found=no		    ladir=`$echo "X$lib" | $Xsed -e 's%/[^/]*$%%'`		    test "X$ladir" = "X$lib" && ladir="."		    lib=$ladir/$old_library		    if test "$linkmode,$pass" = "prog,link"; then		      compile_deplibs="$deplib $compile_deplibs"		      finalize_deplibs="$deplib $finalize_deplibs"		    else		      deplibs="$deplib $deplibs"		      test "$linkmode" = lib && newdependency_libs="$deplib $newdependency_libs"		    fi		    continue		  fi		fi	        ;;	      *) ;;	      esac	    fi	  fi	  ;; # -l	-L*)	  case $linkmode in	  lib)	    deplibs="$deplib $deplibs"	    test "$pass" = conv && continue	    newdependency_libs="$deplib $newdependency_libs"	    newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`	    ;;	  prog)	    if test "$pass" = conv; then	      deplibs="$deplib $deplibs"	      continue	    fi	    if test "$pass" = scan; then	      deplibs="$deplib $deplibs"	    else	      compile_deplibs="$deplib $compile_deplibs"	      finalize_deplibs="$deplib $finalize_deplibs"	    fi	    newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`	    ;;	  *)	    $echo "$modename: warning: \`-L' is ignored for archives/objects" 1>&2	    ;;	  esac # linkmode	  continue	  ;; # -L	-R*)	  if test "$pass" = link; then	    dir=`$echo "X$deplib" | $Xsed -e 's/^-R//'`	    # Make sure the xrpath contains only unique directories.	    case "$xrpath " in	    *" $dir "*) ;;	    *) xrpath="$xrpath $dir" ;;	    esac	  fi	  deplibs="$deplib $deplibs"	  continue	  ;;	*.la) lib="$deplib" ;;	*.$libext)	  if test "$pass" = conv; then	    deplibs="$deplib $deplibs"	    continue	  fi	  case $linkmode in	  lib)	    if test "$deplibs_check_method" != pass_all; then	      $echo	      $echo "*** Warning: Trying to link with static lib archive $deplib."	      $echo "*** I have the capability to make that library automatically link in when"	      $echo "*** you link to this library.  But I can only do this if you have a"

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
五月天中文字幕一区二区| 福利一区福利二区| 国产福利91精品一区二区三区| 不卡的av网站| 精品国产伦一区二区三区观看方式 | 99re在线精品| 日韩免费视频线观看| 亚洲欧美韩国综合色| 国产精品2024| 日韩免费成人网| 婷婷久久综合九色综合伊人色| 本田岬高潮一区二区三区| 精品国免费一区二区三区| 亚洲电影第三页| 99riav一区二区三区| 久久精品人人做人人综合| 蜜臀av性久久久久蜜臀aⅴ| 色噜噜偷拍精品综合在线| 国产欧美精品一区二区色综合朱莉| 美女网站在线免费欧美精品| 欧美日韩久久久| 亚洲欧美国产毛片在线| www.日韩精品| 亚洲欧洲国产日韩| 不卡av电影在线播放| 国产欧美在线观看一区| 国产成人精品综合在线观看 | 日韩专区一卡二卡| 欧美这里有精品| 亚洲精品国产品国语在线app| 成人一区二区三区视频| 国产欧美日韩在线视频| 风间由美一区二区三区在线观看 | 亚洲国产日韩在线一区模特| 91视频在线观看| 亚洲欧洲成人av每日更新| 成人高清av在线| 亚洲国产精品黑人久久久| 国产二区国产一区在线观看| 国产日韩v精品一区二区| 国产成人免费在线| 亚洲欧洲三级电影| 欧美中文字幕一区二区三区亚洲| 亚洲精品成人悠悠色影视| 欧美体内she精视频| 视频在线观看一区二区三区| 日韩女优制服丝袜电影| 国产一区啦啦啦在线观看| 国产精品美女一区二区三区| 91亚洲永久精品| 婷婷久久综合九色国产成人| 精品国产一区二区三区不卡| 成人免费视频一区二区| 一区二区高清视频在线观看| 91精品国产色综合久久不卡蜜臀 | 日韩欧美第一区| 成人高清免费观看| 午夜视频一区在线观看| 日韩欧美国产成人一区二区| 成人高清视频在线观看| 午夜久久久影院| 国产欧美日韩三级| 欧美制服丝袜第一页| 韩国三级在线一区| 亚洲人成亚洲人成在线观看图片| 欧美亚洲动漫精品| 国产精品996| 亚洲风情在线资源站| 精品三级在线看| 一本大道av伊人久久综合| 久久成人综合网| 18成人在线观看| 日韩免费电影一区| 91蜜桃网址入口| 激情亚洲综合在线| 亚洲狠狠爱一区二区三区| 国产午夜三级一区二区三| 欧美这里有精品| 粉嫩绯色av一区二区在线观看| 性做久久久久久久久| 欧美激情资源网| 欧美一级片在线观看| 色中色一区二区| 国产精品996| 捆绑调教一区二区三区| 一区二区三区欧美亚洲| 日本一二三不卡| 26uuu亚洲| 91精品在线观看入口| 色噜噜夜夜夜综合网| 成人综合在线网站| 激情都市一区二区| 日韩电影在线观看网站| 亚洲日本丝袜连裤袜办公室| 精品处破学生在线二十三| 91福利视频久久久久| 成人在线视频首页| 国产精品一色哟哟哟| 久久精品理论片| 首页国产欧美日韩丝袜| 亚洲已满18点击进入久久| 中文字幕在线不卡一区| 久久久天堂av| 精品国产电影一区二区| 日韩欧美一区二区久久婷婷| 制服丝袜中文字幕亚洲| 欧美色爱综合网| 在线视频中文字幕一区二区| 9色porny自拍视频一区二区| 波多野结衣视频一区| 国产精品69久久久久水密桃| 久久99久久精品欧美| 狂野欧美性猛交blacked| 亚洲狠狠爱一区二区三区| 亚洲成a天堂v人片| 亚洲国产成人av好男人在线观看| 一级女性全黄久久生活片免费| 最新国产の精品合集bt伙计| 成人免费小视频| 亚洲视频你懂的| 亚洲乱码中文字幕| 亚洲午夜精品17c| 日韩在线a电影| 老色鬼精品视频在线观看播放| 国内精品伊人久久久久av影院| 国产一区91精品张津瑜| 国产精品一二三区在线| av在线不卡免费看| 欧洲另类一二三四区| 欧美久久高跟鞋激| 精品久久免费看| 国产精品每日更新| 综合久久国产九一剧情麻豆| 亚洲一二三区在线观看| 日韩国产精品久久| 国产成人综合精品三级| av电影在线观看一区| 欧美日韩另类一区| 欧美不卡在线视频| 亚洲色图制服诱惑 | 成人手机电影网| 色婷婷久久久久swag精品| 欧美日韩国产中文| 久久久久久免费| 亚洲精品视频观看| 激情深爱一区二区| 色哟哟日韩精品| 日韩欧美国产精品一区| 中文字幕一区二区三区精华液| 亚洲一卡二卡三卡四卡五卡| 久久精品国产澳门| 99视频超级精品| 日韩一区二区三区在线观看| 亚洲福利视频三区| 久久国产乱子精品免费女| 成av人片一区二区| 91精品国产综合久久精品app | 国产精品香蕉一区二区三区| 色偷偷一区二区三区| 精品国精品国产尤物美女| 亚洲欧美综合色| 国内欧美视频一区二区| 在线观看免费成人| 欧美国产欧美亚州国产日韩mv天天看完整 | 最新久久zyz资源站| 日本不卡一区二区三区高清视频| 成人黄色大片在线观看| 欧美电视剧在线看免费| 亚洲靠逼com| 岛国一区二区在线观看| 日韩一区二区三区视频| 一级精品视频在线观看宜春院| 国产成人av福利| 午夜成人在线视频| 99re6这里只有精品视频在线观看| 日韩午夜激情电影| 亚洲国产日韩精品| 粉嫩蜜臀av国产精品网站| 欧美一级黄色大片| 亚洲一区二区高清| 色综合久久66| 国产精品美女久久久久av爽李琼| 精品一区二区在线免费观看| 欧美日韩的一区二区| 亚洲女与黑人做爰| 99久久国产综合精品麻豆| 国产亲近乱来精品视频| 国产精品影音先锋| 欧美精品一区二区三区蜜桃| 男人的天堂久久精品| 欧美男人的天堂一二区| 亚洲成av人片观看| 欧洲精品在线观看| 亚洲区小说区图片区qvod| 99精品国产热久久91蜜凸| 国产精品久久久久久久久搜平片| 国产91清纯白嫩初高中在线观看 | 欧美系列一区二区| 一区二区三区四区在线播放 | 在线观看一区不卡|