~siretart/xine-lib/1.1.19-3.1ubuntu1.merge

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Darren Salt
  • Date: 2010-03-07 00:00:21 UTC
  • mfrom: (0.2.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20100307000021-2hcx3pix6dwps7ml
Tags: 1.1.18.1-1
* New upstream release.
  - Fixes skipping at stream start. (closes: #567579)
* Tell dpkg-source to use a single patch file.
* Build the v4l2 plugin; on Linux, build-depend on libv4l-dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /bin/sh
2
2
# Guess values for system-dependent variables and create Makefiles.
3
 
# Generated by GNU Autoconf 2.64.
 
3
# Generated by GNU Autoconf 2.65.
 
4
#
4
5
#
5
6
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6
 
# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
7
 
# Foundation, Inc.
 
7
# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
 
8
# Inc.
 
9
#
8
10
#
9
11
# This configure script is free software; the Free Software Foundation
10
12
# gives unlimited permission to copy, distribute and modify it.
673
675
 
674
676
 
675
677
 
676
 
exec 7<&0 </dev/null 6>&1
 
678
test -n "$DJDIR" || exec 7<&0 </dev/null
 
679
exec 6>&1
677
680
 
678
681
# Name of the host.
679
682
# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
1022
1025
EXTRA_X_LIBS
1023
1026
XV_LIBS
1024
1027
XV_CFLAGS
 
1028
V4L2_LIBS
 
1029
V4L2_CFLAGS
 
1030
HAVE_V4L2_FALSE
 
1031
HAVE_V4L2_TRUE
1025
1032
HAVE_V4L_FALSE
1026
1033
HAVE_V4L_TRUE
1027
1034
HAVE_SYNCFB_FALSE
1256
1263
enable_glu
1257
1264
enable_syncfb
1258
1265
enable_v4l
 
1266
enable_libv4l
1259
1267
with_xv_path
1260
1268
enable_static_xv
1261
1269
enable_xvmc
1315
1323
enable_gnomevfs
1316
1324
enable_gdkpixbuf
1317
1325
enable_samba
 
1326
enable_sunaudio
1318
1327
with_external_dvdnav
1319
1328
with_dvdnav_prefix
1320
1329
with_dvdnav_exec_prefix
1364
1373
X_CFLAGS
1365
1374
X_LIBS
1366
1375
XMKMF
 
1376
V4L2_CFLAGS
 
1377
V4L2_LIBS
1367
1378
XV_CFLAGS
1368
1379
XV_LIBS
1369
1380
XCB_CFLAGS
2064
2075
  --disable-opengl        do not build OpenGL plugin
2065
2076
  --disable-glu           build OpenGL plugin without GLU (no verbose errors)
2066
2077
  --disable-syncfb        do not build syncfb plugin
2067
 
  --disable-v4l           do not build Video4Linux input plugin
 
2078
  --disable-v4l           do not build Video4Linux input plugins
 
2079
  --disable-libv4l        do not build with libv4l support
2068
2080
  --enable-static-xv      Enable this to force linking against libXv.a
2069
2081
  --disable-xvmc          Disable XxMC and XvMC outplut plugins
2070
2082
  --disable-xinerama      do not build Xinerama support
2091
2103
  --disable-gnomevfs      do not build gnome-vfs support
2092
2104
  --disable-gdkpixbuf     do not build gdk-pixbuf support
2093
2105
  --disable-samba         do not build Samba support
 
2106
  --disable-sunaudio      Do not build Sun audio output support
2094
2107
  --disable-dvdnavtest    do not try to compile and run a test DVDNAV program
2095
2108
  --disable-vcd           do not compile VCD plugin
2096
2109
  --disable-asf           do not build ASF demuxer
2147
2160
  --without-vorbis        Build without Vorbis audio decoder
2148
2161
  --without-theora        Build without Theora video decoder
2149
2162
  --without-speex         Build without Speex audio decoder
2150
 
  --with-libflac          build libFLAC-based decoder and demuxer
 
2163
  --without-libflac       don't build libFLAC-based decoder and demuxer
2151
2164
  --with-libFLAC-prefix=DIR
2152
2165
                          prefix where libFLAC is installed (optional)
2153
2166
  --with-libFLAC-libraries=DIR
2190
2203
  LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
2191
2204
              nonstandard directory <lib dir>
2192
2205
  LIBS        libraries to pass to the linker, e.g. -l<library>
2193
 
  CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
 
2206
  CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
2194
2207
              you have headers in a nonstandard directory <include dir>
2195
2208
  CCAS        assembler compiler command (defaults to CC)
2196
2209
  CCASFLAGS   assembler compiler flags (defaults to CFLAGS)
2216
2229
  X_CFLAGS    C compiler flags for X, overriding pkg-config
2217
2230
  X_LIBS      linker flags for X, overriding pkg-config
2218
2231
  XMKMF       Path to xmkmf, Makefile generator for X Window System
 
2232
  V4L2_CFLAGS C compiler flags for V4L2, overriding pkg-config
 
2233
  V4L2_LIBS   linker flags for V4L2, overriding pkg-config
2219
2234
  XV_CFLAGS   C compiler flags for XV, overriding pkg-config
2220
2235
  XV_LIBS     linker flags for XV, overriding pkg-config
2221
2236
  XCB_CFLAGS  C compiler flags for XCB, overriding pkg-config
2370
2385
if $ac_init_version; then
2371
2386
  cat <<\_ACEOF
2372
2387
configure
2373
 
generated by GNU Autoconf 2.64
 
2388
generated by GNU Autoconf 2.65
2374
2389
 
2375
2390
Copyright (C) 2009 Free Software Foundation, Inc.
2376
2391
This configure script is free software; the Free Software Foundation
2417
2432
        ac_retval=1
2418
2433
fi
2419
2434
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2420
 
  return $ac_retval
 
2435
  as_fn_set_status $ac_retval
2421
2436
 
2422
2437
} # ac_fn_c_try_compile
2423
2438
 
2455
2470
        ac_retval=1
2456
2471
fi
2457
2472
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2458
 
  return $ac_retval
 
2473
  as_fn_set_status $ac_retval
2459
2474
 
2460
2475
} # ac_fn_objc_try_compile
2461
2476
 
2492
2507
    ac_retval=1
2493
2508
fi
2494
2509
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2495
 
  return $ac_retval
 
2510
  as_fn_set_status $ac_retval
2496
2511
 
2497
2512
} # ac_fn_c_try_cpp
2498
2513
 
2621
2636
fi
2622
2637
  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2623
2638
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2624
 
  return $ac_retval
 
2639
  as_fn_set_status $ac_retval
2625
2640
 
2626
2641
} # ac_fn_c_try_run
2627
2642
 
2698
2713
  # left behind by Apple's compiler.  We do this before executing the actions.
2699
2714
  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2700
2715
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2701
 
  return $ac_retval
 
2716
  as_fn_set_status $ac_retval
2702
2717
 
2703
2718
} # ac_fn_c_try_link
2704
2719
 
2997
3012
 
2998
3013
  fi
2999
3014
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
3000
 
  return $ac_retval
 
3015
  as_fn_set_status $ac_retval
3001
3016
 
3002
3017
} # ac_fn_c_compute_int
3003
3018
 
3101
3116
running configure, to aid debugging if configure makes a mistake.
3102
3117
 
3103
3118
It was created by $as_me, which was
3104
 
generated by GNU Autoconf 2.64.  Invocation command line was
 
3119
generated by GNU Autoconf 2.65.  Invocation command line was
3105
3120
 
3106
3121
  $ $0 $@
3107
3122
 
3354
3369
for ac_site_file in "$ac_site_file1" "$ac_site_file2"
3355
3370
do
3356
3371
  test "x$ac_site_file" = xNONE && continue
3357
 
  if test -r "$ac_site_file"; then
 
3372
  if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
3358
3373
    { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
3359
3374
$as_echo "$as_me: loading site script $ac_site_file" >&6;}
3360
3375
    sed 's/^/| /' "$ac_site_file" >&5
3363
3378
done
3364
3379
 
3365
3380
if test -r "$cache_file"; then
3366
 
  # Some versions of bash will fail to source /dev/null (special
3367
 
  # files actually), so we avoid doing that.
3368
 
  if test -f "$cache_file"; then
 
3381
  # Some versions of bash will fail to source /dev/null (special files
 
3382
  # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
 
3383
  if test /dev/null != "$cache_file" && test -f "$cache_file"; then
3369
3384
    { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
3370
3385
$as_echo "$as_me: loading cache $cache_file" >&6;}
3371
3386
    case $cache_file in
3456
3471
 
3457
3472
XINE_MAJOR=1
3458
3473
XINE_MINOR=1
3459
 
XINE_SUB=17
3460
 
XINE_PATCH=
 
3474
XINE_SUB=18
 
3475
XINE_PATCH=.1
3461
3476
XINE_SERIES=1.1
3462
3477
 
3463
3478
  XINE_SUBPART=".$XINE_SUB$XINE_PATCH"
3464
3479
 
3465
3480
 
3466
 
XINE_LT_CURRENT=28
 
3481
XINE_LT_CURRENT=29
3467
3482
XINE_LT_REVISION=0
3468
 
XINE_LT_AGE=27
 
3483
XINE_LT_AGE=28
3469
3484
 
3470
3485
if test -f "${srcdir-.}/.cvsversion"; then
3471
3486
  XINE_PRE="hg"
3869
3884
 
3870
3885
fi
3871
3886
 
 
3887
  test -d ./--version && rmdir ./--version
3872
3888
  if test "${ac_cv_path_mkdir+set}" = set; then
3873
3889
    MKDIR_P="$ac_cv_path_mkdir -p"
3874
3890
  else
3876
3892
    # value for MKDIR_P within a source directory, because that will
3877
3893
    # break other packages using the cache if that directory is
3878
3894
    # removed, or if the value is a relative name.
3879
 
    test -d ./--version && rmdir ./--version
3880
3895
    MKDIR_P="$ac_install_sh -d"
3881
3896
  fi
3882
3897
fi
4437
4452
... rest of stderr output deleted ...
4438
4453
         10q' conftest.err >conftest.er1
4439
4454
    cat conftest.er1 >&5
4440
 
    rm -f conftest.er1 conftest.err
4441
4455
  fi
 
4456
  rm -f conftest.er1 conftest.err
4442
4457
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4443
4458
  test $ac_status = 0; }
4444
4459
done
4445
4460
 
4446
4461
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4447
4462
/* end confdefs.h.  */
4448
 
#include <stdio.h>
 
4463
 
4449
4464
int
4450
4465
main ()
4451
4466
{
4452
 
FILE *f = fopen ("conftest.out", "w");
4453
 
 return ferror (f) || fclose (f) != 0;
4454
4467
 
4455
4468
  ;
4456
4469
  return 0;
4457
4470
}
4458
4471
_ACEOF
4459
4472
ac_clean_files_save=$ac_clean_files
4460
 
ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
 
4473
ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
4461
4474
# Try to create an executable without -o first, disregard a.out.
4462
4475
# It will help us diagnose broken compilers, and finding out an intuition
4463
4476
# of exeext.
4464
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4465
 
$as_echo_n "checking for C compiler default output file name... " >&6; }
 
4477
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
 
4478
$as_echo_n "checking whether the C compiler works... " >&6; }
4466
4479
ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4467
4480
 
4468
4481
# The possible output files:
4524
4537
else
4525
4538
  ac_file=''
4526
4539
fi
 
4540
if test -z "$ac_file"; then :
 
4541
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
4542
$as_echo "no" >&6; }
 
4543
$as_echo "$as_me: failed program was:" >&5
 
4544
sed 's/^/| /' conftest.$ac_ext >&5
 
4545
 
 
4546
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 
4547
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
4548
{ as_fn_set_status 77
 
4549
as_fn_error "C compiler cannot create executables
 
4550
See \`config.log' for more details." "$LINENO" 5; }; }
 
4551
else
 
4552
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 
4553
$as_echo "yes" >&6; }
 
4554
fi
 
4555
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
 
4556
$as_echo_n "checking for C compiler default output file name... " >&6; }
4527
4557
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4528
4558
$as_echo "$ac_file" >&6; }
4529
 
if test -z "$ac_file"; then :
4530
 
  $as_echo "$as_me: failed program was:" >&5
4531
 
sed 's/^/| /' conftest.$ac_ext >&5
4532
 
 
4533
 
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4534
 
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4535
 
{ as_fn_set_status 77
4536
 
as_fn_error "C compiler cannot create executables
4537
 
See \`config.log' for more details." "$LINENO" 5; }; }
4538
 
fi
4539
4559
ac_exeext=$ac_cv_exeext
4540
4560
 
4541
 
# Check that the compiler produces executables we can run.  If not, either
4542
 
# the compiler is broken, or we cross compile.
4543
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4544
 
$as_echo_n "checking whether the C compiler works... " >&6; }
4545
 
# If not cross compiling, check that we can run a simple program.
4546
 
if test "$cross_compiling" != yes; then
4547
 
  if { ac_try='./$ac_file'
4548
 
  { { case "(($ac_try" in
4549
 
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4550
 
  *) ac_try_echo=$ac_try;;
4551
 
esac
4552
 
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4553
 
$as_echo "$ac_try_echo"; } >&5
4554
 
  (eval "$ac_try") 2>&5
4555
 
  ac_status=$?
4556
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4557
 
  test $ac_status = 0; }; }; then
4558
 
    cross_compiling=no
4559
 
  else
4560
 
    if test "$cross_compiling" = maybe; then
4561
 
        cross_compiling=yes
4562
 
    else
4563
 
        { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4564
 
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4565
 
as_fn_error "cannot run C compiled programs.
4566
 
If you meant to cross compile, use \`--host'.
4567
 
See \`config.log' for more details." "$LINENO" 5; }
4568
 
    fi
4569
 
  fi
4570
 
fi
4571
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4572
 
$as_echo "yes" >&6; }
4573
 
 
4574
 
rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
 
4561
rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
4575
4562
ac_clean_files=$ac_clean_files_save
4576
 
# Check that the compiler produces executables we can run.  If not, either
4577
 
# the compiler is broken, or we cross compile.
4578
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4579
 
$as_echo_n "checking whether we are cross compiling... " >&6; }
4580
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4581
 
$as_echo "$cross_compiling" >&6; }
4582
 
 
4583
4563
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4584
4564
$as_echo_n "checking for suffix of executables... " >&6; }
4585
4565
if { { ac_try="$ac_link"
4612
4592
as_fn_error "cannot compute suffix of executables: cannot compile and link
4613
4593
See \`config.log' for more details." "$LINENO" 5; }
4614
4594
fi
4615
 
rm -f conftest$ac_cv_exeext
 
4595
rm -f conftest conftest$ac_cv_exeext
4616
4596
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4617
4597
$as_echo "$ac_cv_exeext" >&6; }
4618
4598
 
4619
4599
rm -f conftest.$ac_ext
4620
4600
EXEEXT=$ac_cv_exeext
4621
4601
ac_exeext=$EXEEXT
 
4602
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
4603
/* end confdefs.h.  */
 
4604
#include <stdio.h>
 
4605
int
 
4606
main ()
 
4607
{
 
4608
FILE *f = fopen ("conftest.out", "w");
 
4609
 return ferror (f) || fclose (f) != 0;
 
4610
 
 
4611
  ;
 
4612
  return 0;
 
4613
}
 
4614
_ACEOF
 
4615
ac_clean_files="$ac_clean_files conftest.out"
 
4616
# Check that the compiler produces executables we can run.  If not, either
 
4617
# the compiler is broken, or we cross compile.
 
4618
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
 
4619
$as_echo_n "checking whether we are cross compiling... " >&6; }
 
4620
if test "$cross_compiling" != yes; then
 
4621
  { { ac_try="$ac_link"
 
4622
case "(($ac_try" in
 
4623
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
4624
  *) ac_try_echo=$ac_try;;
 
4625
esac
 
4626
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
 
4627
$as_echo "$ac_try_echo"; } >&5
 
4628
  (eval "$ac_link") 2>&5
 
4629
  ac_status=$?
 
4630
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
4631
  test $ac_status = 0; }
 
4632
  if { ac_try='./conftest$ac_cv_exeext'
 
4633
  { { case "(($ac_try" in
 
4634
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
4635
  *) ac_try_echo=$ac_try;;
 
4636
esac
 
4637
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
 
4638
$as_echo "$ac_try_echo"; } >&5
 
4639
  (eval "$ac_try") 2>&5
 
4640
  ac_status=$?
 
4641
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
4642
  test $ac_status = 0; }; }; then
 
4643
    cross_compiling=no
 
4644
  else
 
4645
    if test "$cross_compiling" = maybe; then
 
4646
        cross_compiling=yes
 
4647
    else
 
4648
        { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 
4649
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
4650
as_fn_error "cannot run C compiled programs.
 
4651
If you meant to cross compile, use \`--host'.
 
4652
See \`config.log' for more details." "$LINENO" 5; }
 
4653
    fi
 
4654
  fi
 
4655
fi
 
4656
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
 
4657
$as_echo "$cross_compiling" >&6; }
 
4658
 
 
4659
rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
 
4660
ac_clean_files=$ac_clean_files_save
4622
4661
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4623
4662
$as_echo_n "checking for suffix of object files... " >&6; }
4624
4663
if test "${ac_cv_objext+set}" = set; then :
5330
5369
... rest of stderr output deleted ...
5331
5370
         10q' conftest.err >conftest.er1
5332
5371
    cat conftest.er1 >&5
5333
 
    rm -f conftest.er1 conftest.err
5334
5372
  fi
 
5373
  rm -f conftest.er1 conftest.err
5335
5374
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5336
5375
  test $ac_status = 0; }
5337
5376
done
6887
6926
 
6888
6927
 
6889
6928
 
6890
 
macro_version='2.2.6'
6891
 
macro_revision='1.3012'
 
6929
macro_version='2.2.6b'
 
6930
macro_revision='1.3017'
6892
6931
 
6893
6932
 
6894
6933
 
7358
7397
else
7359
7398
  lt_cv_nm_interface="BSD nm"
7360
7399
  echo "int some_variable = 0;" > conftest.$ac_ext
7361
 
  (eval echo "\"\$as_me:7361: $ac_compile\"" >&5)
 
7400
  (eval echo "\"\$as_me:7400: $ac_compile\"" >&5)
7362
7401
  (eval "$ac_compile" 2>conftest.err)
7363
7402
  cat conftest.err >&5
7364
 
  (eval echo "\"\$as_me:7364: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
 
7403
  (eval echo "\"\$as_me:7403: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
7365
7404
  (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
7366
7405
  cat conftest.err >&5
7367
 
  (eval echo "\"\$as_me:7367: output\"" >&5)
 
7406
  (eval echo "\"\$as_me:7406: output\"" >&5)
7368
7407
  cat conftest.out >&5
7369
7408
  if $GREP 'External.*some_variable' conftest.out > /dev/null; then
7370
7409
    lt_cv_nm_interface="MS dumpbin"
7816
7855
  ;;
7817
7856
 
7818
7857
# This must be Linux ELF.
7819
 
linux* | k*bsd*-gnu)
 
7858
linux* | k*bsd*-gnu | kopensolaris*-gnu)
7820
7859
  lt_cv_deplibs_check_method=pass_all
7821
7860
  ;;
7822
7861
 
8555
8594
  ;;
8556
8595
*-*-irix6*)
8557
8596
  # Find out which ABI we are using.
8558
 
  echo '#line 8558 "configure"' > conftest.$ac_ext
 
8597
  echo '#line 8597 "configure"' > conftest.$ac_ext
8559
8598
  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
8560
8599
  (eval $ac_compile) 2>&5
8561
8600
  ac_status=$?
9783
9822
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9784
9823
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9785
9824
   -e 's:$: $lt_compiler_flag:'`
9786
 
   (eval echo "\"\$as_me:9786: $lt_compile\"" >&5)
 
9825
   (eval echo "\"\$as_me:9825: $lt_compile\"" >&5)
9787
9826
   (eval "$lt_compile" 2>conftest.err)
9788
9827
   ac_status=$?
9789
9828
   cat conftest.err >&5
9790
 
   echo "$as_me:9790: \$? = $ac_status" >&5
 
9829
   echo "$as_me:9829: \$? = $ac_status" >&5
9791
9830
   if (exit $ac_status) && test -s "$ac_outfile"; then
9792
9831
     # The compiler can only warn and ignore the option if not recognized
9793
9832
     # So say no if there are warnings other than the usual output.
9952
9991
      lt_prog_compiler_static='-non_shared'
9953
9992
      ;;
9954
9993
 
9955
 
    linux* | k*bsd*-gnu)
 
9994
    linux* | k*bsd*-gnu | kopensolaris*-gnu)
9956
9995
      case $cc_basename in
9957
9996
      # old Intel for x86_64 which still supported -KPIC.
9958
9997
      ecc*)
10122
10161
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10123
10162
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10124
10163
   -e 's:$: $lt_compiler_flag:'`
10125
 
   (eval echo "\"\$as_me:10125: $lt_compile\"" >&5)
 
10164
   (eval echo "\"\$as_me:10164: $lt_compile\"" >&5)
10126
10165
   (eval "$lt_compile" 2>conftest.err)
10127
10166
   ac_status=$?
10128
10167
   cat conftest.err >&5
10129
 
   echo "$as_me:10129: \$? = $ac_status" >&5
 
10168
   echo "$as_me:10168: \$? = $ac_status" >&5
10130
10169
   if (exit $ac_status) && test -s "$ac_outfile"; then
10131
10170
     # The compiler can only warn and ignore the option if not recognized
10132
10171
     # So say no if there are warnings other than the usual output.
10227
10266
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10228
10267
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10229
10268
   -e 's:$: $lt_compiler_flag:'`
10230
 
   (eval echo "\"\$as_me:10230: $lt_compile\"" >&5)
 
10269
   (eval echo "\"\$as_me:10269: $lt_compile\"" >&5)
10231
10270
   (eval "$lt_compile" 2>out/conftest.err)
10232
10271
   ac_status=$?
10233
10272
   cat out/conftest.err >&5
10234
 
   echo "$as_me:10234: \$? = $ac_status" >&5
 
10273
   echo "$as_me:10273: \$? = $ac_status" >&5
10235
10274
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
10236
10275
   then
10237
10276
     # The compiler can only warn and ignore the option if not recognized
10282
10321
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10283
10322
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10284
10323
   -e 's:$: $lt_compiler_flag:'`
10285
 
   (eval echo "\"\$as_me:10285: $lt_compile\"" >&5)
 
10324
   (eval echo "\"\$as_me:10324: $lt_compile\"" >&5)
10286
10325
   (eval "$lt_compile" 2>out/conftest.err)
10287
10326
   ac_status=$?
10288
10327
   cat out/conftest.err >&5
10289
 
   echo "$as_me:10289: \$? = $ac_status" >&5
 
10328
   echo "$as_me:10328: \$? = $ac_status" >&5
10290
10329
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
10291
10330
   then
10292
10331
     # The compiler can only warn and ignore the option if not recognized
10425
10464
    fi
10426
10465
    supports_anon_versioning=no
10427
10466
    case `$LD -v 2>&1` in
 
10467
      *GNU\ gold*) supports_anon_versioning=yes ;;
10428
10468
      *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
10429
10469
      *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
10430
10470
      *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
10516
10556
      archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
10517
10557
      ;;
10518
10558
 
10519
 
    gnu* | linux* | tpf* | k*bsd*-gnu)
 
10559
    gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
10520
10560
      tmp_diet=no
10521
10561
      if test "$host_os" = linux-dietlibc; then
10522
10562
        case $cc_basename in
11978
12018
  ;;
11979
12019
 
11980
12020
# This must be Linux ELF.
11981
 
linux* | k*bsd*-gnu)
 
12021
linux* | k*bsd*-gnu | kopensolaris*-gnu)
11982
12022
  version_type=linux
11983
12023
  need_lib_prefix=no
11984
12024
  need_version=no
12665
12705
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12666
12706
  lt_status=$lt_dlunknown
12667
12707
  cat > conftest.$ac_ext <<_LT_EOF
12668
 
#line 12668 "configure"
 
12708
#line 12708 "configure"
12669
12709
#include "confdefs.h"
12670
12710
 
12671
12711
#if HAVE_DLFCN_H
12761
12801
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12762
12802
  lt_status=$lt_dlunknown
12763
12803
  cat > conftest.$ac_ext <<_LT_EOF
12764
 
#line 12764 "configure"
 
12804
#line 12804 "configure"
12765
12805
#include "confdefs.h"
12766
12806
 
12767
12807
#if HAVE_DLFCN_H
16368
16408
have_supported_dvb=yes
16369
16409
SYS=other
16370
16410
 
16371
 
case "$host" in
16372
 
  *-gnu*.*)
 
16411
case "$build_os" in
 
16412
  gnu*)
16373
16413
    have_supported_dvb=no
16374
16414
    SYS=hurd
16375
16415
    ;;
16376
 
  *-*-mingw* | *-*-cygwin*)
 
16416
  mingw* | cygwin*)
16377
16417
    have_supported_dvb=no
16378
16418
            case "$host" in
16379
16419
      *-*-mingw32*)
17098
17138
  fi
17099
17139
done
17100
17140
 
17101
 
ffmpeg_popular_codecs="CINEPAK FLASHSV H261 H263 H263I H264 INDEO2 INDEO3 MJPEG MJPEGB MPEG1VIDEO MPEG2VIDEO MPEG4 MPEGVIDEO MSMPEG4V1 MSMPEG4V2 MSMPEG4V3 MSRLE MSVIDEO1 QTRLE RV10 RV20 SVQ1 SVQ3 VC1 VP3 VP5 VP6 VP6F WMV1 WMV2 WMV3 COOK DTS FLAC MP2 MP3 QDM2 RA_144 RA_288 WAVPACK WMAV1 WMAV2 ADPCM_SWF"
 
17141
ffmpeg_popular_codecs="CINEPAK FLASHSV H261 H263 H263I H264 INDEO2 INDEO3 MJPEG MJPEGB MPEG1VIDEO MPEG2VIDEO MPEG4 MPEGVIDEO MSMPEG4V1 MSMPEG4V2 MSMPEG4V3 MSRLE MSVIDEO1 QTRLE RV10 RV20 SVQ1 SVQ3 VC1 VP3 VP5 VP6 VP6F WMV1 WMV2 WMV3 COOK DTS FLAC MP2 MP3 QDM2 RA_144 RA_288 WAVPACK WMAV1 WMAV2 WMAPRO ADPCM_SWF"
17102
17142
 
17103
17143
for ucname in $ffmpeg_popular_codecs; do
17104
17144
  config_name="CONFIG_${ucname}_DECODER"
18049
18089
        CPPFLAGS="$CPPFLAGS $X_CFLAGS"
18050
18090
        for ac_header in X11/extensions/XShm.h
18051
18091
do :
18052
 
  ac_fn_c_check_header_mongrel "$LINENO" "X11/extensions/XShm.h" "ac_cv_header_X11_extensions_XShm_h" "$ac_includes_default"
 
18092
  ac_fn_c_check_header_compile "$LINENO" "X11/extensions/XShm.h" "ac_cv_header_X11_extensions_XShm_h" "#include <X11/Xlib.h>
 
18093
"
18053
18094
if test "x$ac_cv_header_X11_extensions_XShm_h" = x""yes; then :
18054
18095
  cat >>confdefs.h <<_ACEOF
18055
18096
#define HAVE_X11_EXTENSIONS_XSHM_H 1
18604
18645
        CPPFLAGS="$CPPFLAGS $X_CFLAGS"
18605
18646
        for ac_header in X11/extensions/XShm.h
18606
18647
do :
18607
 
  ac_fn_c_check_header_mongrel "$LINENO" "X11/extensions/XShm.h" "ac_cv_header_X11_extensions_XShm_h" "$ac_includes_default"
 
18648
  ac_fn_c_check_header_compile "$LINENO" "X11/extensions/XShm.h" "ac_cv_header_X11_extensions_XShm_h" "#include <X11/Xlib.h>
 
18649
"
18608
18650
if test "x$ac_cv_header_X11_extensions_XShm_h" = x""yes; then :
18609
18651
  cat >>confdefs.h <<_ACEOF
18610
18652
#define HAVE_X11_EXTENSIONS_XSHM_H 1
19245
19287
fi
19246
19288
 
19247
19289
 
 
19290
have_v4l=no
 
19291
have_v4l2=no
19248
19292
if test "x$enable_v4l" != "xno"; then
19249
19293
  for ac_header in linux/videodev.h
19250
19294
do :
19254
19298
#define HAVE_LINUX_VIDEODEV_H 1
19255
19299
_ACEOF
19256
19300
 have_v4l=yes
19257
 
else
19258
 
  have_v4l=no
 
19301
fi
 
19302
 
 
19303
done
 
19304
 
 
19305
  for ac_header in linux/videodev2.h sys/videoio.h sys/videodev2.h
 
19306
do :
 
19307
  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
 
19308
ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
 
19309
eval as_val=\$$as_ac_Header
 
19310
   if test "x$as_val" = x""yes; then :
 
19311
  cat >>confdefs.h <<_ACEOF
 
19312
#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
 
19313
_ACEOF
 
19314
 have_v4l2=yes
19259
19315
fi
19260
19316
 
19261
19317
done
19272
19328
 
19273
19329
done
19274
19330
 
19275
 
  if test "x$enable_v4l" = "xyes" && test "x$have_v4l" = "xno"; then
 
19331
  if test "x$enable_v4l" = "xyes" && test "x$have_v4l$have_v4l2" = "xnono"; then
19276
19332
     as_fn_error "Video4Linux support requested, but prerequisite headers not found." "$LINENO" 5
19277
19333
  fi
19278
19334
fi
19285
19341
  HAVE_V4L_FALSE=
19286
19342
fi
19287
19343
 
 
19344
 if test "x$have_v4l2" = "xyes"; then
 
19345
  HAVE_V4L2_TRUE=
 
19346
  HAVE_V4L2_FALSE='#'
 
19347
else
 
19348
  HAVE_V4L2_TRUE='#'
 
19349
  HAVE_V4L2_FALSE=
 
19350
fi
 
19351
 
 
19352
 
 
19353
# Check whether --enable-libv4l was given.
 
19354
if test "${enable_libv4l+set}" = set; then :
 
19355
  enableval=$enable_libv4l;
 
19356
fi
 
19357
 
 
19358
 
 
19359
if test "x$have_v4l2" = xyes; then
 
19360
  have_libv4l=no
 
19361
 
 
19362
pkg_failed=no
 
19363
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for V4L2" >&5
 
19364
$as_echo_n "checking for V4L2... " >&6; }
 
19365
 
 
19366
if test -n "$PKG_CONFIG"; then
 
19367
    if test -n "$V4L2_CFLAGS"; then
 
19368
        pkg_cv_V4L2_CFLAGS="$V4L2_CFLAGS"
 
19369
    else
 
19370
        if test -n "$PKG_CONFIG" && \
 
19371
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libv4l2\""; } >&5
 
19372
  ($PKG_CONFIG --exists --print-errors "libv4l2") 2>&5
 
19373
  ac_status=$?
 
19374
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
19375
  test $ac_status = 0; }; then
 
19376
  pkg_cv_V4L2_CFLAGS=`$PKG_CONFIG --cflags "libv4l2" 2>/dev/null`
 
19377
else
 
19378
  pkg_failed=yes
 
19379
fi
 
19380
    fi
 
19381
else
 
19382
        pkg_failed=untried
 
19383
fi
 
19384
if test -n "$PKG_CONFIG"; then
 
19385
    if test -n "$V4L2_LIBS"; then
 
19386
        pkg_cv_V4L2_LIBS="$V4L2_LIBS"
 
19387
    else
 
19388
        if test -n "$PKG_CONFIG" && \
 
19389
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libv4l2\""; } >&5
 
19390
  ($PKG_CONFIG --exists --print-errors "libv4l2") 2>&5
 
19391
  ac_status=$?
 
19392
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
19393
  test $ac_status = 0; }; then
 
19394
  pkg_cv_V4L2_LIBS=`$PKG_CONFIG --libs "libv4l2" 2>/dev/null`
 
19395
else
 
19396
  pkg_failed=yes
 
19397
fi
 
19398
    fi
 
19399
else
 
19400
        pkg_failed=untried
 
19401
fi
 
19402
 
 
19403
 
 
19404
 
 
19405
if test $pkg_failed = yes; then
 
19406
 
 
19407
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 
19408
        _pkg_short_errors_supported=yes
 
19409
else
 
19410
        _pkg_short_errors_supported=no
 
19411
fi
 
19412
        if test $_pkg_short_errors_supported = yes; then
 
19413
                V4L2_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libv4l2"`
 
19414
        else
 
19415
                V4L2_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libv4l2"`
 
19416
        fi
 
19417
        # Put the nasty error message in config.log where it belongs
 
19418
        echo "$V4L2_PKG_ERRORS" >&5
 
19419
 
 
19420
        have_libv4l=no
 
19421
elif test $pkg_failed = untried; then
 
19422
        have_libv4l=no
 
19423
else
 
19424
        V4L2_CFLAGS=$pkg_cv_V4L2_CFLAGS
 
19425
        V4L2_LIBS=$pkg_cv_V4L2_LIBS
 
19426
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 
19427
$as_echo "yes" >&6; }
 
19428
        have_libv4l=yes
 
19429
 
 
19430
$as_echo "#define HAVE_LIBV4L2_H 1" >>confdefs.h
 
19431
 
 
19432
fi
 
19433
  if test "x$enable_libv4l" = "xyes" && test "x$have_libv4l" = "xno"; then
 
19434
    as_fn_error "libv4l requested but not found." "$LINENO" 5
 
19435
  fi
 
19436
fi
 
19437
 
19288
19438
 
19289
19439
 
19290
19440
 
22967
23117
 
22968
23118
 
22969
23119
have_libflac="no"
22970
 
if test "x$with_libflac" = "xyes"; then
 
23120
if test "x$with_libflac" != "xno"; then
22971
23121
 
22972
23122
# Check whether --with-libFLAC-prefix was given.
22973
23123
if test "${with_libFLAC_prefix+set}" = set; then :
25201
25351
 
25202
25352
 
25203
25353
 
25204
 
 
25205
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for Sun audio support" >&5
 
25354
# Check whether --enable-sunaudio was given.
 
25355
if test "${enable_sunaudio+set}" = set; then :
 
25356
  enableval=$enable_sunaudio;
 
25357
fi
 
25358
 
 
25359
 
 
25360
if test "x$enable_sunaudio" != "xno"; then
 
25361
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Sun audio support" >&5
25206
25362
$as_echo_n "checking for Sun audio support... " >&6; }
25207
 
have_sunaudio=no
25208
 
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
25363
   have_sunaudio=no
 
25364
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
25209
25365
/* end confdefs.h.  */
25210
25366
 
25211
25367
            #include <sys/types.h>
25228
25384
 
25229
25385
fi
25230
25386
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25231
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_sunaudio" >&5
 
25387
   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_sunaudio" >&5
25232
25388
$as_echo "$have_sunaudio" >&6; }
25233
 
 if test "x$have_sunaudio" = "xyes"; then
 
25389
    if test "x$have_sunaudio" = "xyes"; then
25234
25390
  HAVE_SUNAUDIO_TRUE=
25235
25391
  HAVE_SUNAUDIO_FALSE='#'
25236
25392
else
25239
25395
fi
25240
25396
 
25241
25397
 
25242
 
if test "x$have_sunaudio" = "xyes"; then
25243
 
         ac_fn_c_check_member "$LINENO" "audio_info_t" "output_muted" "ac_cv_member_audio_info_t_output_muted" "$ac_includes_default"
 
25398
   if test "x$have_sunaudio" = "xyes"; then
 
25399
                  ac_fn_c_check_member "$LINENO" "audio_info_t" "output_muted" "ac_cv_member_audio_info_t_output_muted" "$ac_includes_default"
25244
25400
if test "x$ac_cv_member_audio_info_t_output_muted" = x""yes; then :
25245
25401
 
25246
25402
cat >>confdefs.h <<_ACEOF
25250
25406
 
25251
25407
fi
25252
25408
 
25253
 
fi
 
25409
   fi
 
25410
fi
 
25411
 
 
25412
 if test "x$have_sunaudio" = "xyes"; then
 
25413
  HAVE_SUNAUDIO_TRUE=
 
25414
  HAVE_SUNAUDIO_FALSE='#'
 
25415
else
 
25416
  HAVE_SUNAUDIO_TRUE='#'
 
25417
  HAVE_SUNAUDIO_FALSE=
 
25418
fi
 
25419
 
25254
25420
 
25255
25421
 
25256
25422
 
30648
30814
  as_fn_error "conditional \"HAVE_V4L\" was never defined.
30649
30815
Usually this means the macro was only invoked conditionally." "$LINENO" 5
30650
30816
fi
 
30817
if test -z "${HAVE_V4L2_TRUE}" && test -z "${HAVE_V4L2_FALSE}"; then
 
30818
  as_fn_error "conditional \"HAVE_V4L2\" was never defined.
 
30819
Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
30820
fi
30651
30821
if test -z "${HAVE_XV_TRUE}" && test -z "${HAVE_XV_FALSE}"; then
30652
30822
  as_fn_error "conditional \"HAVE_XV\" was never defined.
30653
30823
Usually this means the macro was only invoked conditionally." "$LINENO" 5
30844
31014
  as_fn_error "conditional \"HAVE_SUNAUDIO\" was never defined.
30845
31015
Usually this means the macro was only invoked conditionally." "$LINENO" 5
30846
31016
fi
 
31017
if test -z "${HAVE_SUNAUDIO_TRUE}" && test -z "${HAVE_SUNAUDIO_FALSE}"; then
 
31018
  as_fn_error "conditional \"HAVE_SUNAUDIO\" was never defined.
 
31019
Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
31020
fi
30847
31021
if test -z "${HAVE_IRIXAL_TRUE}" && test -z "${HAVE_IRIXAL_FALSE}"; then
30848
31022
  as_fn_error "conditional \"HAVE_IRIXAL\" was never defined.
30849
31023
Usually this means the macro was only invoked conditionally." "$LINENO" 5
31357
31531
# values after options handling.
31358
31532
ac_log="
31359
31533
This file was extended by $as_me, which was
31360
 
generated by GNU Autoconf 2.64.  Invocation command line was
 
31534
generated by GNU Autoconf 2.65.  Invocation command line was
31361
31535
 
31362
31536
  CONFIG_FILES    = $CONFIG_FILES
31363
31537
  CONFIG_HEADERS  = $CONFIG_HEADERS
31397
31571
 
31398
31572
  -h, --help       print this help, then exit
31399
31573
  -V, --version    print version number and configuration settings, then exit
 
31574
      --config     print configuration, then exit
31400
31575
  -q, --quiet, --silent
31401
31576
                   do not print progress messages
31402
31577
  -d, --debug      don't remove temporary files
31419
31594
 
31420
31595
_ACEOF
31421
31596
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 
31597
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
31422
31598
ac_cs_version="\\
31423
31599
config.status
31424
 
configured by $0, generated by GNU Autoconf 2.64,
31425
 
  with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
 
31600
configured by $0, generated by GNU Autoconf 2.65,
 
31601
  with options \\"\$ac_cs_config\\"
31426
31602
 
31427
31603
Copyright (C) 2009 Free Software Foundation, Inc.
31428
31604
This config.status script is free software; the Free Software Foundation
31460
31636
    ac_cs_recheck=: ;;
31461
31637
  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
31462
31638
    $as_echo "$ac_cs_version"; exit ;;
 
31639
  --config | --confi | --conf | --con | --co | --c )
 
31640
    $as_echo "$ac_cs_config"; exit ;;
31463
31641
  --debug | --debu | --deb | --de | --d | -d )
31464
31642
    debug=: ;;
31465
31643
  --file | --fil | --fi | --f )
32011
32189
t delim
32012
32190
:nl
32013
32191
h
32014
 
s/\(.\{148\}\).*/\1/
 
32192
s/\(.\{148\}\)..*/\1/
32015
32193
t more1
32016
32194
s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
32017
32195
p
32025
32203
t nl
32026
32204
:delim
32027
32205
h
32028
 
s/\(.\{148\}\).*/\1/
 
32206
s/\(.\{148\}\)..*/\1/
32029
32207
t more2
32030
32208
s/["\\]/\\&/g; s/^/"/; s/$/"/
32031
32209
p
33524
33702
echo "   - GSM 06.10       - linear PCM"
33525
33703
if test "x$with_external_ffmpeg" = "xyes"; then
33526
33704
  echo "   - ffmpeg (external library):"
 
33705
  echo "     - Windows Media Audio v1/v2/Pro"
33527
33706
else
33528
33707
  echo "   - ffmpeg (internal library):"
 
33708
  echo "     - Windows Media Audio v1/v2"
33529
33709
fi
33530
 
echo "     - Windows Media Audio v1/v2"
 
33710
echo "     - Windows Media Audio v1/v2/Pro"
33531
33711
echo "     - DV            - logarithmic PCM"
33532
33712
echo "     - 14k4          - 28k8"
33533
33713
echo "     - MS ADPCM      - IMA ADPCM"