configure
上传用户:riyaled888
上传日期:2009-03-27
资源大小:7338k
文件大小:1206k
源码类别:

多媒体

开发平台:

MultiPlatform

  1. done
  2.     else
  3.       echo "$as_me:$LINENO: checking for libdvbpsi.a in ${with_dvbpsi_tree}" >&5
  4. echo $ECHO_N "checking for libdvbpsi.a in ${with_dvbpsi_tree}... $ECHO_C" >&6
  5.       real_dvbpsi_tree="`cd ${with_dvbpsi_tree} 2>/dev/null && pwd`"
  6.       if test -z "${real_dvbpsi_tree}"
  7.       then
  8.                 echo "$as_me:$LINENO: result: no" >&5
  9. echo "${ECHO_T}no" >&6
  10.         { { echo "$as_me:$LINENO: error: cannot cd to ${with_dvbpsi_tree}" >&5
  11. echo "$as_me: error: cannot cd to ${with_dvbpsi_tree}" >&2;}
  12.    { (exit 1); exit 1; }; }
  13.       fi
  14.       if test -f "${real_dvbpsi_tree}/src/.libs/libdvbpsi.a"
  15.       then
  16.                 echo "$as_me:$LINENO: result: ${real_dvbpsi_tree}/src/.libs/libdvbpsi.a" >&5
  17. echo "${ECHO_T}${real_dvbpsi_tree}/src/.libs/libdvbpsi.a" >&6
  18.   BUILTINS="${BUILTINS} mux_ts ts"
  19.   for element in mux_ts ts; do
  20.     eval "CPPFLAGS_${element}="'"$'"{CPPFLAGS_${element}} -I${real_dvbpsi_tree}/src"'"'
  21.     am_modules_with_cppflags="${am_modules_with_cppflags} ${element}"
  22.   done
  23.   for element in mux_ts ts; do
  24.     eval "LDFLAGS_${element}="'"'"-L${real_dvbpsi_tree}/src/.libs -ldvbpsi "'$'"{LDFLAGS_${element}} "'"'
  25.     am_modules_with_ldflags="${am_modules_with_ldflags} ${element}"
  26.   done
  27.       else
  28.                 echo "$as_me:$LINENO: result: no" >&5
  29. echo "${ECHO_T}no" >&6
  30.         { { echo "$as_me:$LINENO: error: cannot find ${real_dvbpsi_tree}/src/.libs/libdvbpsi.a, make sure you compiled libdvbpsi in ${with_dvbpsi_tree}" >&5
  31. echo "$as_me: error: cannot find ${real_dvbpsi_tree}/src/.libs/libdvbpsi.a, make sure you compiled libdvbpsi in ${with_dvbpsi_tree}" >&2;}
  32.    { (exit 1); exit 1; }; }
  33.       fi
  34.     fi
  35.   ;;
  36.   no)
  37.       ;;
  38.   *)
  39.     echo "$as_me:$LINENO: checking for dvbpsi headers in ${with_dvbpsi}" >&5
  40. echo $ECHO_N "checking for dvbpsi headers in ${with_dvbpsi}... $ECHO_C" >&6
  41.     if test -z "${with_dvbpsi}"
  42.     then
  43.       LDFLAGS_test=""
  44.       CPPFLAGS_test=""
  45.     else
  46.       LDFLAGS_test="-L${with_dvbpsi}/lib"
  47.       CPPFLAGS_test="-I${with_dvbpsi}/include"
  48.     fi
  49.     CPPFLAGS="${CPPFLAGS_save} ${CPPFLAGS_test}"
  50. for ac_header in dvbpsi/dr.h
  51. do
  52. as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
  53. if eval "test "${$as_ac_Header+set}" = set"; then
  54.   echo "$as_me:$LINENO: checking for $ac_header" >&5
  55. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  56. if eval "test "${$as_ac_Header+set}" = set"; then
  57.   echo $ECHO_N "(cached) $ECHO_C" >&6
  58. fi
  59. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  60. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  61. else
  62.   # Is the header compilable?
  63. echo "$as_me:$LINENO: checking $ac_header usability" >&5
  64. echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
  65. cat >conftest.$ac_ext <<_ACEOF
  66. /* confdefs.h.  */
  67. _ACEOF
  68. cat confdefs.h >>conftest.$ac_ext
  69. cat >>conftest.$ac_ext <<_ACEOF
  70. /* end confdefs.h.  */
  71. $ac_includes_default
  72. #include <$ac_header>
  73. _ACEOF
  74. rm -f conftest.$ac_objext
  75. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  76.   (eval $ac_compile) 2>conftest.er1
  77.   ac_status=$?
  78.   grep -v '^ *+' conftest.er1 >conftest.err
  79.   rm -f conftest.er1
  80.   cat conftest.err >&5
  81.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  82.   (exit $ac_status); } &&
  83.  { ac_try='test -z "$ac_c_werror_flag"  || test ! -s conftest.err'
  84.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  85.   (eval $ac_try) 2>&5
  86.   ac_status=$?
  87.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  88.   (exit $ac_status); }; } &&
  89.  { ac_try='test -s conftest.$ac_objext'
  90.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  91.   (eval $ac_try) 2>&5
  92.   ac_status=$?
  93.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  94.   (exit $ac_status); }; }; then
  95.   ac_header_compiler=yes
  96. else
  97.   echo "$as_me: failed program was:" >&5
  98. sed 's/^/| /' conftest.$ac_ext >&5
  99. ac_header_compiler=no
  100. fi
  101. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  102. echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  103. echo "${ECHO_T}$ac_header_compiler" >&6
  104. # Is the header present?
  105. echo "$as_me:$LINENO: checking $ac_header presence" >&5
  106. echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
  107. cat >conftest.$ac_ext <<_ACEOF
  108. /* confdefs.h.  */
  109. _ACEOF
  110. cat confdefs.h >>conftest.$ac_ext
  111. cat >>conftest.$ac_ext <<_ACEOF
  112. /* end confdefs.h.  */
  113. #include <$ac_header>
  114. _ACEOF
  115. if { (eval echo "$as_me:$LINENO: "$ac_cpp conftest.$ac_ext"") >&5
  116.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  117.   ac_status=$?
  118.   grep -v '^ *+' conftest.er1 >conftest.err
  119.   rm -f conftest.er1
  120.   cat conftest.err >&5
  121.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  122.   (exit $ac_status); } >/dev/null; then
  123.   if test -s conftest.err; then
  124.     ac_cpp_err=$ac_c_preproc_warn_flag
  125.     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
  126.   else
  127.     ac_cpp_err=
  128.   fi
  129. else
  130.   ac_cpp_err=yes
  131. fi
  132. if test -z "$ac_cpp_err"; then
  133.   ac_header_preproc=yes
  134. else
  135.   echo "$as_me: failed program was:" >&5
  136. sed 's/^/| /' conftest.$ac_ext >&5
  137.   ac_header_preproc=no
  138. fi
  139. rm -f conftest.err conftest.$ac_ext
  140. echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  141. echo "${ECHO_T}$ac_header_preproc" >&6
  142. # So?  What about this header?
  143. case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
  144.   yes:no: )
  145.     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
  146. echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
  147.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
  148. echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
  149.     ac_header_preproc=yes
  150.     ;;
  151.   no:yes:* )
  152.     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
  153. echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
  154.     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
  155. echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
  156.     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
  157. echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
  158.     { echo "$as_me:$LINENO: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&5
  159. echo "$as_me: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&2;}
  160.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
  161. echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
  162.     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
  163. echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
  164.     (
  165.       cat <<_ASBOX
  166. ## ------------------------------ ##
  167. ## Report this to the vlc lists.  ##
  168. ## ------------------------------ ##
  169. _ASBOX
  170.     ) |
  171.       sed "s/^/$as_me: WARNING:     /" >&2
  172.     ;;
  173. esac
  174. echo "$as_me:$LINENO: checking for $ac_header" >&5
  175. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  176. if eval "test "${$as_ac_Header+set}" = set"; then
  177.   echo $ECHO_N "(cached) $ECHO_C" >&6
  178. else
  179.   eval "$as_ac_Header=$ac_header_preproc"
  180. fi
  181. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  182. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  183. fi
  184. if test `eval echo '${'$as_ac_Header'}'` = yes; then
  185.   cat >>confdefs.h <<_ACEOF
  186. #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
  187. _ACEOF
  188.   PLUGINS="${PLUGINS} mux_ts ts"
  189.   for element in mux_ts ts; do
  190.     eval "CPPFLAGS_${element}="'"$'"{CPPFLAGS_${element}} ${CPPFLAGS_test}"'"'
  191.     am_modules_with_cppflags="${am_modules_with_cppflags} ${element}"
  192.   done
  193.   for element in mux_ts ts; do
  194.     eval "LDFLAGS_${element}="'"'"${LDFLAGS_test} -ldvbpsi "'$'"{LDFLAGS_${element}} "'"'
  195.     am_modules_with_ldflags="${am_modules_with_ldflags} ${element}"
  196.   done
  197. else
  198.       if test -n "${enable_dvbpsi}"
  199.       then
  200.         { { echo "$as_me:$LINENO: error: Could not find libdvbpsi on your system: you may get it from www.videolan.org, you'll need at least version 0.1.1" >&5
  201. echo "$as_me: error: Could not find libdvbpsi on your system: you may get it from www.videolan.org, you'll need at least version 0.1.1" >&2;}
  202.    { (exit 1); exit 1; }; }
  203.       fi
  204. fi
  205. done
  206.     CPPFLAGS="${CPPFLAGS_save}"
  207.   ;;
  208.   esac
  209. fi
  210. # Check whether --enable-v4l or --disable-v4l was given.
  211. if test "${enable_v4l+set}" = set; then
  212.   enableval="$enable_v4l"
  213. fi;
  214. if test "${enable_v4l}" = "yes"
  215. then
  216. # Check whether --with-v4l or --without-v4l was given.
  217. if test "${with_v4l+set}" = set; then
  218.   withval="$with_v4l"
  219. fi;
  220.   if test "${with_v4l}" != "no" -a -n "${with_v4l}"
  221.   then
  222.   for element in v4l; do
  223.     eval "CPPFLAGS_${element}="'"$'"{CPPFLAGS_${element}} -I${with_v4l}/include"'"'
  224.     am_modules_with_cppflags="${am_modules_with_cppflags} ${element}"
  225.   done
  226.   fi
  227.   CPPFLAGS="${CPPFLAGS_save} ${CPPFLAGS_v4l}"
  228. for ac_header in linux/videodev.h
  229. do
  230. as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
  231. if eval "test "${$as_ac_Header+set}" = set"; then
  232.   echo "$as_me:$LINENO: checking for $ac_header" >&5
  233. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  234. if eval "test "${$as_ac_Header+set}" = set"; then
  235.   echo $ECHO_N "(cached) $ECHO_C" >&6
  236. fi
  237. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  238. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  239. else
  240.   # Is the header compilable?
  241. echo "$as_me:$LINENO: checking $ac_header usability" >&5
  242. echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
  243. cat >conftest.$ac_ext <<_ACEOF
  244. /* confdefs.h.  */
  245. _ACEOF
  246. cat confdefs.h >>conftest.$ac_ext
  247. cat >>conftest.$ac_ext <<_ACEOF
  248. /* end confdefs.h.  */
  249. $ac_includes_default
  250. #include <$ac_header>
  251. _ACEOF
  252. rm -f conftest.$ac_objext
  253. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  254.   (eval $ac_compile) 2>conftest.er1
  255.   ac_status=$?
  256.   grep -v '^ *+' conftest.er1 >conftest.err
  257.   rm -f conftest.er1
  258.   cat conftest.err >&5
  259.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  260.   (exit $ac_status); } &&
  261.  { ac_try='test -z "$ac_c_werror_flag"  || test ! -s conftest.err'
  262.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  263.   (eval $ac_try) 2>&5
  264.   ac_status=$?
  265.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  266.   (exit $ac_status); }; } &&
  267.  { ac_try='test -s conftest.$ac_objext'
  268.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  269.   (eval $ac_try) 2>&5
  270.   ac_status=$?
  271.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  272.   (exit $ac_status); }; }; then
  273.   ac_header_compiler=yes
  274. else
  275.   echo "$as_me: failed program was:" >&5
  276. sed 's/^/| /' conftest.$ac_ext >&5
  277. ac_header_compiler=no
  278. fi
  279. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  280. echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  281. echo "${ECHO_T}$ac_header_compiler" >&6
  282. # Is the header present?
  283. echo "$as_me:$LINENO: checking $ac_header presence" >&5
  284. echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
  285. cat >conftest.$ac_ext <<_ACEOF
  286. /* confdefs.h.  */
  287. _ACEOF
  288. cat confdefs.h >>conftest.$ac_ext
  289. cat >>conftest.$ac_ext <<_ACEOF
  290. /* end confdefs.h.  */
  291. #include <$ac_header>
  292. _ACEOF
  293. if { (eval echo "$as_me:$LINENO: "$ac_cpp conftest.$ac_ext"") >&5
  294.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  295.   ac_status=$?
  296.   grep -v '^ *+' conftest.er1 >conftest.err
  297.   rm -f conftest.er1
  298.   cat conftest.err >&5
  299.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  300.   (exit $ac_status); } >/dev/null; then
  301.   if test -s conftest.err; then
  302.     ac_cpp_err=$ac_c_preproc_warn_flag
  303.     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
  304.   else
  305.     ac_cpp_err=
  306.   fi
  307. else
  308.   ac_cpp_err=yes
  309. fi
  310. if test -z "$ac_cpp_err"; then
  311.   ac_header_preproc=yes
  312. else
  313.   echo "$as_me: failed program was:" >&5
  314. sed 's/^/| /' conftest.$ac_ext >&5
  315.   ac_header_preproc=no
  316. fi
  317. rm -f conftest.err conftest.$ac_ext
  318. echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  319. echo "${ECHO_T}$ac_header_preproc" >&6
  320. # So?  What about this header?
  321. case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
  322.   yes:no: )
  323.     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
  324. echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
  325.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
  326. echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
  327.     ac_header_preproc=yes
  328.     ;;
  329.   no:yes:* )
  330.     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
  331. echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
  332.     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
  333. echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
  334.     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
  335. echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
  336.     { echo "$as_me:$LINENO: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&5
  337. echo "$as_me: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&2;}
  338.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
  339. echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
  340.     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
  341. echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
  342.     (
  343.       cat <<_ASBOX
  344. ## ------------------------------ ##
  345. ## Report this to the vlc lists.  ##
  346. ## ------------------------------ ##
  347. _ASBOX
  348.     ) |
  349.       sed "s/^/$as_me: WARNING:     /" >&2
  350.     ;;
  351. esac
  352. echo "$as_me:$LINENO: checking for $ac_header" >&5
  353. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  354. if eval "test "${$as_ac_Header+set}" = set"; then
  355.   echo $ECHO_N "(cached) $ECHO_C" >&6
  356. else
  357.   eval "$as_ac_Header=$ac_header_preproc"
  358. fi
  359. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  360. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  361. fi
  362. if test `eval echo '${'$as_ac_Header'}'` = yes; then
  363.   cat >>confdefs.h <<_ACEOF
  364. #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
  365. _ACEOF
  366.   PLUGINS="${PLUGINS} v4l"
  367. fi
  368. done
  369.   CPPFLAGS="${CPPFLAGS_save}"
  370. fi
  371. # Check whether --enable-pvr or --disable-pvr was given.
  372. if test "${enable_pvr+set}" = set; then
  373.   enableval="$enable_pvr"
  374. fi;
  375. if test "${enable_pvr}" = "yes"
  376. then
  377.   PLUGINS="${PLUGINS} pvr"
  378. fi
  379. # Check whether --enable-libcdio or --disable-libcdio was given.
  380. if test "${enable_libcdio+set}" = set; then
  381.   enableval="$enable_libcdio"
  382. fi;
  383. # Check whether --enable-libcddb or --disable-libcddb was given.
  384. if test "${enable_libcddb+set}" = set; then
  385.   enableval="$enable_libcddb"
  386. fi;
  387. # Check whether --enable-cdda or --disable-cdda was given.
  388. if test "${enable_cdda+set}" = set; then
  389.   enableval="$enable_cdda"
  390. fi;
  391. # Check whether --enable-cddax or --disable-cddax was given.
  392. if test "${enable_cddax+set}" = set; then
  393.   enableval="$enable_cddax"
  394. fi;
  395. if test "${enable_cddax}" != "no"
  396. then
  397.   succeeded=no
  398.   if test -z "$PKG_CONFIG"; then
  399.     # Extract the first word of "pkg-config", so it can be a program name with args.
  400. set dummy pkg-config; ac_word=$2
  401. echo "$as_me:$LINENO: checking for $ac_word" >&5
  402. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  403. if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
  404.   echo $ECHO_N "(cached) $ECHO_C" >&6
  405. else
  406.   case $PKG_CONFIG in
  407.   [\/]* | ?:[\/]*)
  408.   ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
  409.   ;;
  410.   *)
  411.   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  412. for as_dir in $PATH
  413. do
  414.   IFS=$as_save_IFS
  415.   test -z "$as_dir" && as_dir=.
  416.   for ac_exec_ext in '' $ac_executable_extensions; do
  417.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  418.     ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
  419.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  420.     break 2
  421.   fi
  422. done
  423. done
  424.   test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
  425.   ;;
  426. esac
  427. fi
  428. PKG_CONFIG=$ac_cv_path_PKG_CONFIG
  429. if test -n "$PKG_CONFIG"; then
  430.   echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
  431. echo "${ECHO_T}$PKG_CONFIG" >&6
  432. else
  433.   echo "$as_me:$LINENO: result: no" >&5
  434. echo "${ECHO_T}no" >&6
  435. fi
  436.   fi
  437.   if test "$PKG_CONFIG" = "no" ; then
  438.      echo "*** The pkg-config script could not be found. Make sure it is"
  439.      echo "*** in your path, or set the PKG_CONFIG environment variable"
  440.      echo "*** to the full path to pkg-config."
  441.      echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
  442.   else
  443.      PKG_CONFIG_MIN_VERSION=0.9.0
  444.      if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
  445.         echo "$as_me:$LINENO: checking for libcdio >= 0.70" >&5
  446. echo $ECHO_N "checking for libcdio >= 0.70... $ECHO_C" >&6
  447.         if $PKG_CONFIG --exists "libcdio >= 0.70" ; then
  448.             echo "$as_me:$LINENO: result: yes" >&5
  449. echo "${ECHO_T}yes" >&6
  450.             succeeded=yes
  451.             echo "$as_me:$LINENO: checking LIBCDIO_CFLAGS" >&5
  452. echo $ECHO_N "checking LIBCDIO_CFLAGS... $ECHO_C" >&6
  453.             LIBCDIO_CFLAGS=`$PKG_CONFIG --cflags "libcdio >= 0.70"`
  454.             echo "$as_me:$LINENO: result: $LIBCDIO_CFLAGS" >&5
  455. echo "${ECHO_T}$LIBCDIO_CFLAGS" >&6
  456.             echo "$as_me:$LINENO: checking LIBCDIO_LIBS" >&5
  457. echo $ECHO_N "checking LIBCDIO_LIBS... $ECHO_C" >&6
  458.             LIBCDIO_LIBS=`$PKG_CONFIG --libs "libcdio >= 0.70"`
  459.             echo "$as_me:$LINENO: result: $LIBCDIO_LIBS" >&5
  460. echo "${ECHO_T}$LIBCDIO_LIBS" >&6
  461.         else
  462.             LIBCDIO_CFLAGS=""
  463.             LIBCDIO_LIBS=""
  464.             ## If we have a custom action on failure, don't print errors, but
  465.             ## do set a variable so people can do so.
  466.             LIBCDIO_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libcdio >= 0.70"`
  467.         fi
  468.      else
  469.         echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
  470.         echo "*** See http://www.freedesktop.org/software/pkgconfig"
  471.      fi
  472.   fi
  473.   if test $succeeded = yes; then
  474.      enable_cddax="no"
  475. cat >>confdefs.h <<_ACEOF
  476. #define HAVE_CDDAX
  477. _ACEOF
  478.   for element in cddax; do
  479.     eval "LDFLAGS_${element}="'"'"$LIBCDIO_LIBS "'$'"{LDFLAGS_${element}} "'"'
  480.     am_modules_with_ldflags="${am_modules_with_ldflags} ${element}"
  481.   done
  482.   for element in cddax; do
  483.     eval "CFLAGS_${element}="'"$'"{CFLAGS_${element}} $LIBCDIO_CFLAGS"'"'
  484.     am_modules_with_cflags="${am_modules_with_cflags} ${element}"
  485.   done
  486.   PLUGINS="${PLUGINS} cddax"
  487.   else
  488.      { echo "$as_me:$LINENO: WARNING: libcdio library not found" >&5
  489. echo "$as_me: WARNING: libcdio library not found" >&2;}
  490.     HAVE_CDDAX=no
  491.   fi
  492.   if test "$enable_libcddb" != "no"; then
  493.   succeeded=no
  494.   if test -z "$PKG_CONFIG"; then
  495.     # Extract the first word of "pkg-config", so it can be a program name with args.
  496. set dummy pkg-config; ac_word=$2
  497. echo "$as_me:$LINENO: checking for $ac_word" >&5
  498. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  499. if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
  500.   echo $ECHO_N "(cached) $ECHO_C" >&6
  501. else
  502.   case $PKG_CONFIG in
  503.   [\/]* | ?:[\/]*)
  504.   ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
  505.   ;;
  506.   *)
  507.   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  508. for as_dir in $PATH
  509. do
  510.   IFS=$as_save_IFS
  511.   test -z "$as_dir" && as_dir=.
  512.   for ac_exec_ext in '' $ac_executable_extensions; do
  513.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  514.     ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
  515.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  516.     break 2
  517.   fi
  518. done
  519. done
  520.   test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
  521.   ;;
  522. esac
  523. fi
  524. PKG_CONFIG=$ac_cv_path_PKG_CONFIG
  525. if test -n "$PKG_CONFIG"; then
  526.   echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
  527. echo "${ECHO_T}$PKG_CONFIG" >&6
  528. else
  529.   echo "$as_me:$LINENO: result: no" >&5
  530. echo "${ECHO_T}no" >&6
  531. fi
  532.   fi
  533.   if test "$PKG_CONFIG" = "no" ; then
  534.      echo "*** The pkg-config script could not be found. Make sure it is"
  535.      echo "*** in your path, or set the PKG_CONFIG environment variable"
  536.      echo "*** to the full path to pkg-config."
  537.      echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
  538.   else
  539.      PKG_CONFIG_MIN_VERSION=0.9.0
  540.      if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
  541.         echo "$as_me:$LINENO: checking for libcddb >= 0.9.4" >&5
  542. echo $ECHO_N "checking for libcddb >= 0.9.4... $ECHO_C" >&6
  543.         if $PKG_CONFIG --exists "libcddb >= 0.9.4" ; then
  544.             echo "$as_me:$LINENO: result: yes" >&5
  545. echo "${ECHO_T}yes" >&6
  546.             succeeded=yes
  547.             echo "$as_me:$LINENO: checking LIBCDDB_CFLAGS" >&5
  548. echo $ECHO_N "checking LIBCDDB_CFLAGS... $ECHO_C" >&6
  549.             LIBCDDB_CFLAGS=`$PKG_CONFIG --cflags "libcddb >= 0.9.4"`
  550.             echo "$as_me:$LINENO: result: $LIBCDDB_CFLAGS" >&5
  551. echo "${ECHO_T}$LIBCDDB_CFLAGS" >&6
  552.             echo "$as_me:$LINENO: checking LIBCDDB_LIBS" >&5
  553. echo $ECHO_N "checking LIBCDDB_LIBS... $ECHO_C" >&6
  554.             LIBCDDB_LIBS=`$PKG_CONFIG --libs "libcddb >= 0.9.4"`
  555.             echo "$as_me:$LINENO: result: $LIBCDDB_LIBS" >&5
  556. echo "${ECHO_T}$LIBCDDB_LIBS" >&6
  557.         else
  558.             LIBCDDB_CFLAGS=""
  559.             LIBCDDB_LIBS=""
  560.             ## If we have a custom action on failure, don't print errors, but
  561.             ## do set a variable so people can do so.
  562.             LIBCDDB_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libcddb >= 0.9.4"`
  563.         fi
  564.      else
  565.         echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
  566.         echo "*** See http://www.freedesktop.org/software/pkgconfig"
  567.      fi
  568.   fi
  569.   if test $succeeded = yes; then
  570.       HAVE_LIBCDDB=yes
  571. cat >>confdefs.h <<_ACEOF
  572. #define HAVE_LIBCDDB
  573. _ACEOF
  574.   for element in cddax; do
  575.     eval "LDFLAGS_${element}="'"'"$LIBCDDB_LIBS "'$'"{LDFLAGS_${element}} "'"'
  576.     am_modules_with_ldflags="${am_modules_with_ldflags} ${element}"
  577.   done
  578.   for element in cddax; do
  579.     eval "CFLAGS_${element}="'"$'"{CFLAGS_${element}} $LIBCDDB_CFLAGS"'"'
  580.     am_modules_with_cflags="${am_modules_with_cflags} ${element}"
  581.   done
  582.   else
  583.      { echo "$as_me:$LINENO: WARNING: new enough libcddb not found. CDDB access disabled" >&5
  584. echo "$as_me: WARNING: new enough libcddb not found. CDDB access disabled" >&2;}
  585.       HAVE_LIBCDDB=no
  586.   fi
  587.   fi
  588. fi
  589. # Check whether --enable-vcd or --disable-vcd was given.
  590. if test "${enable_vcd+set}" = set; then
  591.   enableval="$enable_vcd"
  592. fi;
  593. if test "${enable_vcd}" != "no"
  594. then
  595.   echo "$as_me:$LINENO: checking for cdrom_msf0 in linux/cdrom.h" >&5
  596. echo $ECHO_N "checking for cdrom_msf0 in linux/cdrom.h... $ECHO_C" >&6
  597.   cat >conftest.$ac_ext <<_ACEOF
  598. /* confdefs.h.  */
  599. _ACEOF
  600. cat confdefs.h >>conftest.$ac_ext
  601. cat >>conftest.$ac_ext <<_ACEOF
  602. /* end confdefs.h.  */
  603. #include <linux/cdrom.h>
  604. _ACEOF
  605. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  606.   $EGREP "cdrom_msf0" >/dev/null 2>&1; then
  607.     echo "$as_me:$LINENO: result: yes" >&5
  608. echo "${ECHO_T}yes" >&6
  609.   PLUGINS="${PLUGINS} vcd cdda"
  610. else
  611.     echo "$as_me:$LINENO: result: no" >&5
  612. echo "${ECHO_T}no" >&6
  613. fi
  614. rm -f conftest*
  615.   echo "$as_me:$LINENO: checking for scsireq in sys/scsiio.h" >&5
  616. echo $ECHO_N "checking for scsireq in sys/scsiio.h... $ECHO_C" >&6
  617.   cat >conftest.$ac_ext <<_ACEOF
  618. /* confdefs.h.  */
  619. _ACEOF
  620. cat confdefs.h >>conftest.$ac_ext
  621. cat >>conftest.$ac_ext <<_ACEOF
  622. /* end confdefs.h.  */
  623. #include <sys/scsiio.h>
  624. _ACEOF
  625. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  626.   $EGREP "scsireq" >/dev/null 2>&1; then
  627.     echo "$as_me:$LINENO: result: yes" >&5
  628. echo "${ECHO_T}yes" >&6
  629.   PLUGINS="${PLUGINS} vcd cdda"
  630. cat >>confdefs.h <<_ACEOF
  631. #define HAVE_SCSIREQ_IN_SYS_SCSIIO_H 1
  632. _ACEOF
  633. else
  634.     echo "$as_me:$LINENO: result: no" >&5
  635. echo "${ECHO_T}no" >&6
  636. fi
  637. rm -f conftest*
  638.   echo "$as_me:$LINENO: checking for ioc_toc_header in sys/cdio.h" >&5
  639. echo $ECHO_N "checking for ioc_toc_header in sys/cdio.h... $ECHO_C" >&6
  640.   cat >conftest.$ac_ext <<_ACEOF
  641. /* confdefs.h.  */
  642. _ACEOF
  643. cat confdefs.h >>conftest.$ac_ext
  644. cat >>conftest.$ac_ext <<_ACEOF
  645. /* end confdefs.h.  */
  646. #include <sys/cdio.h>
  647. _ACEOF
  648. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  649.   $EGREP "ioc_toc_header " >/dev/null 2>&1; then
  650.     echo "$as_me:$LINENO: result: yes" >&5
  651. echo "${ECHO_T}yes" >&6
  652.   PLUGINS="${PLUGINS} vcd cdda"
  653. cat >>confdefs.h <<_ACEOF
  654. #define HAVE_IOC_TOC_HEADER_IN_SYS_CDIO_H 1
  655. _ACEOF
  656. else
  657.     echo "$as_me:$LINENO: result: no" >&5
  658. echo "${ECHO_T}no" >&6
  659. fi
  660. rm -f conftest*
  661.   if test "${SYS}" = "bsdi" -o "${SYS}" = "mingw32"
  662.   then
  663.   PLUGINS="${PLUGINS} vcd cdda"
  664.   fi
  665.   if test "${SYS}" = "darwin"
  666.   then
  667.   PLUGINS="${PLUGINS} vcd cdda"
  668.   for element in vcd vcdx cdda; do
  669.     eval "LDFLAGS_${element}="'"'"-framework IOKit -framework CoreFoundation "'$'"{LDFLAGS_${element}} "'"'
  670.     am_modules_with_ldflags="${am_modules_with_ldflags} ${element}"
  671.   done
  672.   fi
  673. fi
  674. # Check whether --enable-satellite or --disable-satellite was given.
  675. if test "${enable_satellite+set}" = set; then
  676.   enableval="$enable_satellite"
  677.    if test "${enable_satellite}" = "yes"
  678.     then
  679. cat >>confdefs.h <<_ACEOF
  680. #define HAVE_SATELLITE
  681. _ACEOF
  682.   PLUGINS="${PLUGINS} satellite"
  683.     fi
  684. fi;
  685. # Check whether --enable-dvb or --disable-dvb was given.
  686. if test "${enable_dvb+set}" = set; then
  687.   enableval="$enable_dvb"
  688. fi;
  689. if test "${enable_dvb}" = "yes"
  690. then
  691. # Check whether --with-dvb or --without-dvb was given.
  692. if test "${with_dvb+set}" = set; then
  693.   withval="$with_dvb"
  694. fi;
  695.   if test "${with_dvb}" != "no" -a -n "${with_dvb}"
  696.   then
  697.   for element in dvb; do
  698.     eval "CFLAGS_${element}="'"$'"{CFLAGS_${element}} -I${with_dvb}/include"'"'
  699.     am_modules_with_cflags="${am_modules_with_cflags} ${element}"
  700.   done
  701.   fi
  702.   CPPFLAGS="${CPPFLAGS_save} -I${with_dvb}/include"
  703. for ac_header in linux/dvb/version.h linux/dvb/frontend.h
  704. do
  705. as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
  706. if eval "test "${$as_ac_Header+set}" = set"; then
  707.   echo "$as_me:$LINENO: checking for $ac_header" >&5
  708. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  709. if eval "test "${$as_ac_Header+set}" = set"; then
  710.   echo $ECHO_N "(cached) $ECHO_C" >&6
  711. fi
  712. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  713. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  714. else
  715.   # Is the header compilable?
  716. echo "$as_me:$LINENO: checking $ac_header usability" >&5
  717. echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
  718. cat >conftest.$ac_ext <<_ACEOF
  719. /* confdefs.h.  */
  720. _ACEOF
  721. cat confdefs.h >>conftest.$ac_ext
  722. cat >>conftest.$ac_ext <<_ACEOF
  723. /* end confdefs.h.  */
  724. $ac_includes_default
  725. #include <$ac_header>
  726. _ACEOF
  727. rm -f conftest.$ac_objext
  728. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  729.   (eval $ac_compile) 2>conftest.er1
  730.   ac_status=$?
  731.   grep -v '^ *+' conftest.er1 >conftest.err
  732.   rm -f conftest.er1
  733.   cat conftest.err >&5
  734.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  735.   (exit $ac_status); } &&
  736.  { ac_try='test -z "$ac_c_werror_flag"  || test ! -s conftest.err'
  737.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  738.   (eval $ac_try) 2>&5
  739.   ac_status=$?
  740.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  741.   (exit $ac_status); }; } &&
  742.  { ac_try='test -s conftest.$ac_objext'
  743.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  744.   (eval $ac_try) 2>&5
  745.   ac_status=$?
  746.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  747.   (exit $ac_status); }; }; then
  748.   ac_header_compiler=yes
  749. else
  750.   echo "$as_me: failed program was:" >&5
  751. sed 's/^/| /' conftest.$ac_ext >&5
  752. ac_header_compiler=no
  753. fi
  754. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  755. echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  756. echo "${ECHO_T}$ac_header_compiler" >&6
  757. # Is the header present?
  758. echo "$as_me:$LINENO: checking $ac_header presence" >&5
  759. echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
  760. cat >conftest.$ac_ext <<_ACEOF
  761. /* confdefs.h.  */
  762. _ACEOF
  763. cat confdefs.h >>conftest.$ac_ext
  764. cat >>conftest.$ac_ext <<_ACEOF
  765. /* end confdefs.h.  */
  766. #include <$ac_header>
  767. _ACEOF
  768. if { (eval echo "$as_me:$LINENO: "$ac_cpp conftest.$ac_ext"") >&5
  769.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  770.   ac_status=$?
  771.   grep -v '^ *+' conftest.er1 >conftest.err
  772.   rm -f conftest.er1
  773.   cat conftest.err >&5
  774.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  775.   (exit $ac_status); } >/dev/null; then
  776.   if test -s conftest.err; then
  777.     ac_cpp_err=$ac_c_preproc_warn_flag
  778.     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
  779.   else
  780.     ac_cpp_err=
  781.   fi
  782. else
  783.   ac_cpp_err=yes
  784. fi
  785. if test -z "$ac_cpp_err"; then
  786.   ac_header_preproc=yes
  787. else
  788.   echo "$as_me: failed program was:" >&5
  789. sed 's/^/| /' conftest.$ac_ext >&5
  790.   ac_header_preproc=no
  791. fi
  792. rm -f conftest.err conftest.$ac_ext
  793. echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  794. echo "${ECHO_T}$ac_header_preproc" >&6
  795. # So?  What about this header?
  796. case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
  797.   yes:no: )
  798.     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
  799. echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
  800.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
  801. echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
  802.     ac_header_preproc=yes
  803.     ;;
  804.   no:yes:* )
  805.     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
  806. echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
  807.     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
  808. echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
  809.     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
  810. echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
  811.     { echo "$as_me:$LINENO: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&5
  812. echo "$as_me: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&2;}
  813.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
  814. echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
  815.     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
  816. echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
  817.     (
  818.       cat <<_ASBOX
  819. ## ------------------------------ ##
  820. ## Report this to the vlc lists.  ##
  821. ## ------------------------------ ##
  822. _ASBOX
  823.     ) |
  824.       sed "s/^/$as_me: WARNING:     /" >&2
  825.     ;;
  826. esac
  827. echo "$as_me:$LINENO: checking for $ac_header" >&5
  828. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  829. if eval "test "${$as_ac_Header+set}" = set"; then
  830.   echo $ECHO_N "(cached) $ECHO_C" >&6
  831. else
  832.   eval "$as_ac_Header=$ac_header_preproc"
  833. fi
  834. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  835. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  836. fi
  837. if test `eval echo '${'$as_ac_Header'}'` = yes; then
  838.   cat >>confdefs.h <<_ACEOF
  839. #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
  840. _ACEOF
  841.   PLUGINS="${PLUGINS} dvb"
  842. fi
  843. done
  844.   CPPFLAGS="${CPPFLAGS_save}"
  845. fi
  846. # Check whether --enable-screen or --disable-screen was given.
  847. if test "${enable_screen+set}" = set; then
  848.   enableval="$enable_screen"
  849. fi;
  850. if test "${enable_screen}" != "no"; then
  851.   if test "${SYS}" = "darwin"; then
  852. for ac_header in ApplicationServices/ApplicationServices.h
  853. do
  854. as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
  855. if eval "test "${$as_ac_Header+set}" = set"; then
  856.   echo "$as_me:$LINENO: checking for $ac_header" >&5
  857. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  858. if eval "test "${$as_ac_Header+set}" = set"; then
  859.   echo $ECHO_N "(cached) $ECHO_C" >&6
  860. fi
  861. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  862. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  863. else
  864.   # Is the header compilable?
  865. echo "$as_me:$LINENO: checking $ac_header usability" >&5
  866. echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
  867. cat >conftest.$ac_ext <<_ACEOF
  868. /* confdefs.h.  */
  869. _ACEOF
  870. cat confdefs.h >>conftest.$ac_ext
  871. cat >>conftest.$ac_ext <<_ACEOF
  872. /* end confdefs.h.  */
  873. $ac_includes_default
  874. #include <$ac_header>
  875. _ACEOF
  876. rm -f conftest.$ac_objext
  877. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  878.   (eval $ac_compile) 2>conftest.er1
  879.   ac_status=$?
  880.   grep -v '^ *+' conftest.er1 >conftest.err
  881.   rm -f conftest.er1
  882.   cat conftest.err >&5
  883.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  884.   (exit $ac_status); } &&
  885.  { ac_try='test -z "$ac_c_werror_flag"  || test ! -s conftest.err'
  886.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  887.   (eval $ac_try) 2>&5
  888.   ac_status=$?
  889.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  890.   (exit $ac_status); }; } &&
  891.  { ac_try='test -s conftest.$ac_objext'
  892.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  893.   (eval $ac_try) 2>&5
  894.   ac_status=$?
  895.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  896.   (exit $ac_status); }; }; then
  897.   ac_header_compiler=yes
  898. else
  899.   echo "$as_me: failed program was:" >&5
  900. sed 's/^/| /' conftest.$ac_ext >&5
  901. ac_header_compiler=no
  902. fi
  903. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  904. echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  905. echo "${ECHO_T}$ac_header_compiler" >&6
  906. # Is the header present?
  907. echo "$as_me:$LINENO: checking $ac_header presence" >&5
  908. echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
  909. cat >conftest.$ac_ext <<_ACEOF
  910. /* confdefs.h.  */
  911. _ACEOF
  912. cat confdefs.h >>conftest.$ac_ext
  913. cat >>conftest.$ac_ext <<_ACEOF
  914. /* end confdefs.h.  */
  915. #include <$ac_header>
  916. _ACEOF
  917. if { (eval echo "$as_me:$LINENO: "$ac_cpp conftest.$ac_ext"") >&5
  918.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  919.   ac_status=$?
  920.   grep -v '^ *+' conftest.er1 >conftest.err
  921.   rm -f conftest.er1
  922.   cat conftest.err >&5
  923.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  924.   (exit $ac_status); } >/dev/null; then
  925.   if test -s conftest.err; then
  926.     ac_cpp_err=$ac_c_preproc_warn_flag
  927.     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
  928.   else
  929.     ac_cpp_err=
  930.   fi
  931. else
  932.   ac_cpp_err=yes
  933. fi
  934. if test -z "$ac_cpp_err"; then
  935.   ac_header_preproc=yes
  936. else
  937.   echo "$as_me: failed program was:" >&5
  938. sed 's/^/| /' conftest.$ac_ext >&5
  939.   ac_header_preproc=no
  940. fi
  941. rm -f conftest.err conftest.$ac_ext
  942. echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  943. echo "${ECHO_T}$ac_header_preproc" >&6
  944. # So?  What about this header?
  945. case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
  946.   yes:no: )
  947.     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
  948. echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
  949.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
  950. echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
  951.     ac_header_preproc=yes
  952.     ;;
  953.   no:yes:* )
  954.     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
  955. echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
  956.     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
  957. echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
  958.     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
  959. echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
  960.     { echo "$as_me:$LINENO: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&5
  961. echo "$as_me: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&2;}
  962.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
  963. echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
  964.     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
  965. echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
  966.     (
  967.       cat <<_ASBOX
  968. ## ------------------------------ ##
  969. ## Report this to the vlc lists.  ##
  970. ## ------------------------------ ##
  971. _ASBOX
  972.     ) |
  973.       sed "s/^/$as_me: WARNING:     /" >&2
  974.     ;;
  975. esac
  976. echo "$as_me:$LINENO: checking for $ac_header" >&5
  977. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  978. if eval "test "${$as_ac_Header+set}" = set"; then
  979.   echo $ECHO_N "(cached) $ECHO_C" >&6
  980. else
  981.   eval "$as_ac_Header=$ac_header_preproc"
  982. fi
  983. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  984. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  985. fi
  986. if test `eval echo '${'$as_ac_Header'}'` = yes; then
  987.   cat >>confdefs.h <<_ACEOF
  988. #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
  989. _ACEOF
  990.   PLUGINS="${PLUGINS} screen"
  991.   for element in screen; do
  992.     eval "LDFLAGS_${element}="'"'"-framework ApplicationServices "'$'"{LDFLAGS_${element}} "'"'
  993.     am_modules_with_ldflags="${am_modules_with_ldflags} ${element}"
  994.   done
  995. fi
  996. done
  997.   elif test "${SYS}" = "mingw32"; then
  998.   PLUGINS="${PLUGINS} screen"
  999.   for element in screen; do
  1000.     eval "LDFLAGS_${element}="'"'"-lgdi32 "'$'"{LDFLAGS_${element}} "'"'
  1001.     am_modules_with_ldflags="${am_modules_with_ldflags} ${element}"
  1002.   done
  1003.   elif test "${SYS}" = "beos"; then
  1004.   PLUGINS="${PLUGINS} screen"
  1005.   for element in screen; do
  1006.     eval "CXXFLAGS_${element}="'"$'"{CXXFLAGS_${element}} "'"'
  1007.     am_modules_with_cxxflags="${am_modules_with_cxxflags} ${element}"
  1008.   done
  1009.   for element in screen; do
  1010.     eval "LDFLAGS_${element}="'"'"-lbe "'$'"{LDFLAGS_${element}} "'"'
  1011.     am_modules_with_ldflags="${am_modules_with_ldflags} ${element}"
  1012.   done
  1013.   else
  1014.     CPPFLAGS="${CPPFLAGS_save} -I${x_includes}"
  1015. for ac_header in X11/Xlib.h
  1016. do
  1017. as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
  1018. if eval "test "${$as_ac_Header+set}" = set"; then
  1019.   echo "$as_me:$LINENO: checking for $ac_header" >&5
  1020. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  1021. if eval "test "${$as_ac_Header+set}" = set"; then
  1022.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1023. fi
  1024. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  1025. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  1026. else
  1027.   # Is the header compilable?
  1028. echo "$as_me:$LINENO: checking $ac_header usability" >&5
  1029. echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
  1030. cat >conftest.$ac_ext <<_ACEOF
  1031. /* confdefs.h.  */
  1032. _ACEOF
  1033. cat confdefs.h >>conftest.$ac_ext
  1034. cat >>conftest.$ac_ext <<_ACEOF
  1035. /* end confdefs.h.  */
  1036. $ac_includes_default
  1037. #include <$ac_header>
  1038. _ACEOF
  1039. rm -f conftest.$ac_objext
  1040. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  1041.   (eval $ac_compile) 2>conftest.er1
  1042.   ac_status=$?
  1043.   grep -v '^ *+' conftest.er1 >conftest.err
  1044.   rm -f conftest.er1
  1045.   cat conftest.err >&5
  1046.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1047.   (exit $ac_status); } &&
  1048.  { ac_try='test -z "$ac_c_werror_flag"  || test ! -s conftest.err'
  1049.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1050.   (eval $ac_try) 2>&5
  1051.   ac_status=$?
  1052.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1053.   (exit $ac_status); }; } &&
  1054.  { ac_try='test -s conftest.$ac_objext'
  1055.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1056.   (eval $ac_try) 2>&5
  1057.   ac_status=$?
  1058.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1059.   (exit $ac_status); }; }; then
  1060.   ac_header_compiler=yes
  1061. else
  1062.   echo "$as_me: failed program was:" >&5
  1063. sed 's/^/| /' conftest.$ac_ext >&5
  1064. ac_header_compiler=no
  1065. fi
  1066. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  1067. echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  1068. echo "${ECHO_T}$ac_header_compiler" >&6
  1069. # Is the header present?
  1070. echo "$as_me:$LINENO: checking $ac_header presence" >&5
  1071. echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
  1072. cat >conftest.$ac_ext <<_ACEOF
  1073. /* confdefs.h.  */
  1074. _ACEOF
  1075. cat confdefs.h >>conftest.$ac_ext
  1076. cat >>conftest.$ac_ext <<_ACEOF
  1077. /* end confdefs.h.  */
  1078. #include <$ac_header>
  1079. _ACEOF
  1080. if { (eval echo "$as_me:$LINENO: "$ac_cpp conftest.$ac_ext"") >&5
  1081.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  1082.   ac_status=$?
  1083.   grep -v '^ *+' conftest.er1 >conftest.err
  1084.   rm -f conftest.er1
  1085.   cat conftest.err >&5
  1086.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1087.   (exit $ac_status); } >/dev/null; then
  1088.   if test -s conftest.err; then
  1089.     ac_cpp_err=$ac_c_preproc_warn_flag
  1090.     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
  1091.   else
  1092.     ac_cpp_err=
  1093.   fi
  1094. else
  1095.   ac_cpp_err=yes
  1096. fi
  1097. if test -z "$ac_cpp_err"; then
  1098.   ac_header_preproc=yes
  1099. else
  1100.   echo "$as_me: failed program was:" >&5
  1101. sed 's/^/| /' conftest.$ac_ext >&5
  1102.   ac_header_preproc=no
  1103. fi
  1104. rm -f conftest.err conftest.$ac_ext
  1105. echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  1106. echo "${ECHO_T}$ac_header_preproc" >&6
  1107. # So?  What about this header?
  1108. case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
  1109.   yes:no: )
  1110.     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
  1111. echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
  1112.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
  1113. echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
  1114.     ac_header_preproc=yes
  1115.     ;;
  1116.   no:yes:* )
  1117.     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
  1118. echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
  1119.     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
  1120. echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
  1121.     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
  1122. echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
  1123.     { echo "$as_me:$LINENO: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&5
  1124. echo "$as_me: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&2;}
  1125.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
  1126. echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
  1127.     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
  1128. echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
  1129.     (
  1130.       cat <<_ASBOX
  1131. ## ------------------------------ ##
  1132. ## Report this to the vlc lists.  ##
  1133. ## ------------------------------ ##
  1134. _ASBOX
  1135.     ) |
  1136.       sed "s/^/$as_me: WARNING:     /" >&2
  1137.     ;;
  1138. esac
  1139. echo "$as_me:$LINENO: checking for $ac_header" >&5
  1140. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  1141. if eval "test "${$as_ac_Header+set}" = set"; then
  1142.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1143. else
  1144.   eval "$as_ac_Header=$ac_header_preproc"
  1145. fi
  1146. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  1147. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  1148. fi
  1149. if test `eval echo '${'$as_ac_Header'}'` = yes; then
  1150.   cat >>confdefs.h <<_ACEOF
  1151. #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
  1152. _ACEOF
  1153.   PLUGINS="${PLUGINS} screen"
  1154.   for element in screen; do
  1155.     eval "LDFLAGS_${element}="'"'"-L${x_libraries} -lX11 -lXext "'$'"{LDFLAGS_${element}} "'"'
  1156.     am_modules_with_ldflags="${am_modules_with_ldflags} ${element}"
  1157.   done
  1158.   for element in screen; do
  1159.     eval "CPPFLAGS_${element}="'"$'"{CPPFLAGS_${element}} -I${x_includes}"'"'
  1160.     am_modules_with_cppflags="${am_modules_with_cppflags} ${element}"
  1161.   done
  1162. fi
  1163. done
  1164.     CPPFLAGS="${CPPFLAGS_save}"
  1165.   fi
  1166. fi
  1167. if test "${SYS}" != "nto" && test "${SYS}" != "mingw32"
  1168. then
  1169.   have_ipv6=false
  1170. for ac_func in inet_pton
  1171. do
  1172. as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
  1173. echo "$as_me:$LINENO: checking for $ac_func" >&5
  1174. echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
  1175. if eval "test "${$as_ac_var+set}" = set"; then
  1176.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1177. else
  1178.   cat >conftest.$ac_ext <<_ACEOF
  1179. /* confdefs.h.  */
  1180. _ACEOF
  1181. cat confdefs.h >>conftest.$ac_ext
  1182. cat >>conftest.$ac_ext <<_ACEOF
  1183. /* end confdefs.h.  */
  1184. /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
  1185.    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
  1186. #define $ac_func innocuous_$ac_func
  1187. /* System header to define __stub macros and hopefully few prototypes,
  1188.     which can conflict with char $ac_func (); below.
  1189.     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1190.     <limits.h> exists even on freestanding compilers.  */
  1191. #ifdef __STDC__
  1192. # include <limits.h>
  1193. #else
  1194. # include <assert.h>
  1195. #endif
  1196. #undef $ac_func
  1197. /* Override any gcc2 internal prototype to avoid an error.  */
  1198. #ifdef __cplusplus
  1199. extern "C"
  1200. {
  1201. #endif
  1202. /* We use char because int might match the return type of a gcc2
  1203.    builtin and then its argument prototype would still apply.  */
  1204. char $ac_func ();
  1205. /* The GNU C library defines this for functions which it implements
  1206.     to always fail with ENOSYS.  Some functions are actually named
  1207.     something starting with __ and the normal name is an alias.  */
  1208. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  1209. choke me
  1210. #else
  1211. char (*f) () = $ac_func;
  1212. #endif
  1213. #ifdef __cplusplus
  1214. }
  1215. #endif
  1216. int
  1217. main ()
  1218. {
  1219. return f != $ac_func;
  1220.   ;
  1221.   return 0;
  1222. }
  1223. _ACEOF
  1224. rm -f conftest.$ac_objext conftest$ac_exeext
  1225. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  1226.   (eval $ac_link) 2>conftest.er1
  1227.   ac_status=$?
  1228.   grep -v '^ *+' conftest.er1 >conftest.err
  1229.   rm -f conftest.er1
  1230.   cat conftest.err >&5
  1231.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1232.   (exit $ac_status); } &&
  1233.  { ac_try='test -z "$ac_c_werror_flag"  || test ! -s conftest.err'
  1234.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1235.   (eval $ac_try) 2>&5
  1236.   ac_status=$?
  1237.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1238.   (exit $ac_status); }; } &&
  1239.  { ac_try='test -s conftest$ac_exeext'
  1240.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1241.   (eval $ac_try) 2>&5
  1242.   ac_status=$?
  1243.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1244.   (exit $ac_status); }; }; then
  1245.   eval "$as_ac_var=yes"
  1246. else
  1247.   echo "$as_me: failed program was:" >&5
  1248. sed 's/^/| /' conftest.$ac_ext >&5
  1249. eval "$as_ac_var=no"
  1250. fi
  1251. rm -f conftest.err conftest.$ac_objext 
  1252.       conftest$ac_exeext conftest.$ac_ext
  1253. fi
  1254. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
  1255. echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
  1256. if test `eval echo '${'$as_ac_var'}'` = yes; then
  1257.   cat >>confdefs.h <<_ACEOF
  1258. #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
  1259. _ACEOF
  1260.  have_ipv6=:
  1261. else
  1262.     echo "$as_me:$LINENO: checking for inet_pton in -lresolv" >&5
  1263. echo $ECHO_N "checking for inet_pton in -lresolv... $ECHO_C" >&6
  1264. if test "${ac_cv_lib_resolv_inet_pton+set}" = set; then
  1265.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1266. else
  1267.   ac_check_lib_save_LIBS=$LIBS
  1268. LIBS="-lresolv  $LIBS"
  1269. cat >conftest.$ac_ext <<_ACEOF
  1270. /* confdefs.h.  */
  1271. _ACEOF
  1272. cat confdefs.h >>conftest.$ac_ext
  1273. cat >>conftest.$ac_ext <<_ACEOF
  1274. /* end confdefs.h.  */
  1275. /* Override any gcc2 internal prototype to avoid an error.  */
  1276. #ifdef __cplusplus
  1277. extern "C"
  1278. #endif
  1279. /* We use char because int might match the return type of a gcc2
  1280.    builtin and then its argument prototype would still apply.  */
  1281. char inet_pton ();
  1282. int
  1283. main ()
  1284. {
  1285. inet_pton ();
  1286.   ;
  1287.   return 0;
  1288. }
  1289. _ACEOF
  1290. rm -f conftest.$ac_objext conftest$ac_exeext
  1291. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  1292.   (eval $ac_link) 2>conftest.er1
  1293.   ac_status=$?
  1294.   grep -v '^ *+' conftest.er1 >conftest.err
  1295.   rm -f conftest.er1
  1296.   cat conftest.err >&5
  1297.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1298.   (exit $ac_status); } &&
  1299.  { ac_try='test -z "$ac_c_werror_flag"  || test ! -s conftest.err'
  1300.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1301.   (eval $ac_try) 2>&5
  1302.   ac_status=$?
  1303.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1304.   (exit $ac_status); }; } &&
  1305.  { ac_try='test -s conftest$ac_exeext'
  1306.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1307.   (eval $ac_try) 2>&5
  1308.   ac_status=$?
  1309.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1310.   (exit $ac_status); }; }; then
  1311.   ac_cv_lib_resolv_inet_pton=yes
  1312. else
  1313.   echo "$as_me: failed program was:" >&5
  1314. sed 's/^/| /' conftest.$ac_ext >&5
  1315. ac_cv_lib_resolv_inet_pton=no
  1316. fi
  1317. rm -f conftest.err conftest.$ac_objext 
  1318.       conftest$ac_exeext conftest.$ac_ext
  1319. LIBS=$ac_check_lib_save_LIBS
  1320. fi
  1321. echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_inet_pton" >&5
  1322. echo "${ECHO_T}$ac_cv_lib_resolv_inet_pton" >&6
  1323. if test $ac_cv_lib_resolv_inet_pton = yes; then
  1324.   have_ipv6=:
  1325.   for element in ipv6; do
  1326.     eval "LDFLAGS_${element}="'"'"-lresolv "'$'"{LDFLAGS_${element}} "'"'
  1327.     am_modules_with_ldflags="${am_modules_with_ldflags} ${element}"
  1328.   done
  1329. fi
  1330. fi
  1331. done
  1332.   echo "$as_me:$LINENO: checking for sockaddr_in6 in netinet/in.h" >&5
  1333. echo $ECHO_N "checking for sockaddr_in6 in netinet/in.h... $ECHO_C" >&6
  1334.   cat >conftest.$ac_ext <<_ACEOF
  1335. /* confdefs.h.  */
  1336. _ACEOF
  1337. cat confdefs.h >>conftest.$ac_ext
  1338. cat >>conftest.$ac_ext <<_ACEOF
  1339. /* end confdefs.h.  */
  1340. #include <netinet/in.h>
  1341. _ACEOF
  1342. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1343.   $EGREP "sockaddr_in6" >/dev/null 2>&1; then
  1344.   echo "$as_me:$LINENO: result: yes" >&5
  1345. echo "${ECHO_T}yes" >&6
  1346. else
  1347.   echo "$as_me:$LINENO: result: no" >&5
  1348. echo "${ECHO_T}no" >&6 have_ipv6=false
  1349. fi
  1350. rm -f conftest*
  1351.   if ${have_ipv6}; then
  1352.   PLUGINS="${PLUGINS} ipv6"
  1353.   fi
  1354. fi
  1355. if test "${SYS}" = "mingw32"
  1356. then
  1357.   echo "$as_me:$LINENO: checking for getaddrinfo in ws2tcpip.h" >&5
  1358. echo $ECHO_N "checking for getaddrinfo in ws2tcpip.h... $ECHO_C" >&6
  1359.   cat >conftest.$ac_ext <<_ACEOF
  1360. /* confdefs.h.  */
  1361. _ACEOF
  1362. cat confdefs.h >>conftest.$ac_ext
  1363. cat >>conftest.$ac_ext <<_ACEOF
  1364. /* end confdefs.h.  */
  1365. #include <ws2tcpip.h>
  1366. _ACEOF
  1367. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1368.   $EGREP "addrinfo" >/dev/null 2>&1; then
  1369.   echo "$as_me:$LINENO: result: yes" >&5
  1370. echo "${ECHO_T}yes" >&6
  1371.   PLUGINS="${PLUGINS} ipv6"
  1372. else
  1373.   echo "$as_me:$LINENO: result: no" >&5
  1374. echo "${ECHO_T}no" >&6
  1375. fi
  1376. rm -f conftest*
  1377. fi
  1378. # Check whether --enable-ogg or --disable-ogg was given.
  1379. if test "${enable_ogg+set}" = set; then
  1380.   enableval="$enable_ogg"
  1381. fi;
  1382. if test "${enable_ogg}" != "no"
  1383. then
  1384. for ac_header in ogg/ogg.h
  1385. do
  1386. as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
  1387. if eval "test "${$as_ac_Header+set}" = set"; then
  1388.   echo "$as_me:$LINENO: checking for $ac_header" >&5
  1389. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  1390. if eval "test "${$as_ac_Header+set}" = set"; then
  1391.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1392. fi
  1393. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  1394. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  1395. else
  1396.   # Is the header compilable?
  1397. echo "$as_me:$LINENO: checking $ac_header usability" >&5
  1398. echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
  1399. cat >conftest.$ac_ext <<_ACEOF
  1400. /* confdefs.h.  */
  1401. _ACEOF
  1402. cat confdefs.h >>conftest.$ac_ext
  1403. cat >>conftest.$ac_ext <<_ACEOF
  1404. /* end confdefs.h.  */
  1405. $ac_includes_default
  1406. #include <$ac_header>
  1407. _ACEOF
  1408. rm -f conftest.$ac_objext
  1409. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  1410.   (eval $ac_compile) 2>conftest.er1
  1411.   ac_status=$?
  1412.   grep -v '^ *+' conftest.er1 >conftest.err
  1413.   rm -f conftest.er1
  1414.   cat conftest.err >&5
  1415.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1416.   (exit $ac_status); } &&
  1417.  { ac_try='test -z "$ac_c_werror_flag"  || test ! -s conftest.err'
  1418.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1419.   (eval $ac_try) 2>&5
  1420.   ac_status=$?
  1421.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1422.   (exit $ac_status); }; } &&
  1423.  { ac_try='test -s conftest.$ac_objext'
  1424.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1425.   (eval $ac_try) 2>&5
  1426.   ac_status=$?
  1427.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1428.   (exit $ac_status); }; }; then
  1429.   ac_header_compiler=yes
  1430. else
  1431.   echo "$as_me: failed program was:" >&5
  1432. sed 's/^/| /' conftest.$ac_ext >&5
  1433. ac_header_compiler=no
  1434. fi
  1435. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  1436. echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  1437. echo "${ECHO_T}$ac_header_compiler" >&6
  1438. # Is the header present?
  1439. echo "$as_me:$LINENO: checking $ac_header presence" >&5
  1440. echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
  1441. cat >conftest.$ac_ext <<_ACEOF
  1442. /* confdefs.h.  */
  1443. _ACEOF
  1444. cat confdefs.h >>conftest.$ac_ext
  1445. cat >>conftest.$ac_ext <<_ACEOF
  1446. /* end confdefs.h.  */
  1447. #include <$ac_header>
  1448. _ACEOF
  1449. if { (eval echo "$as_me:$LINENO: "$ac_cpp conftest.$ac_ext"") >&5
  1450.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  1451.   ac_status=$?
  1452.   grep -v '^ *+' conftest.er1 >conftest.err
  1453.   rm -f conftest.er1
  1454.   cat conftest.err >&5
  1455.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1456.   (exit $ac_status); } >/dev/null; then
  1457.   if test -s conftest.err; then
  1458.     ac_cpp_err=$ac_c_preproc_warn_flag
  1459.     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
  1460.   else
  1461.     ac_cpp_err=
  1462.   fi
  1463. else
  1464.   ac_cpp_err=yes
  1465. fi
  1466. if test -z "$ac_cpp_err"; then
  1467.   ac_header_preproc=yes
  1468. else
  1469.   echo "$as_me: failed program was:" >&5
  1470. sed 's/^/| /' conftest.$ac_ext >&5
  1471.   ac_header_preproc=no
  1472. fi
  1473. rm -f conftest.err conftest.$ac_ext
  1474. echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  1475. echo "${ECHO_T}$ac_header_preproc" >&6
  1476. # So?  What about this header?
  1477. case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
  1478.   yes:no: )
  1479.     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
  1480. echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
  1481.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
  1482. echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
  1483.     ac_header_preproc=yes
  1484.     ;;
  1485.   no:yes:* )
  1486.     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
  1487. echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
  1488.     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
  1489. echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
  1490.     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
  1491. echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
  1492.     { echo "$as_me:$LINENO: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&5
  1493. echo "$as_me: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&2;}
  1494.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
  1495. echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
  1496.     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
  1497. echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
  1498.     (
  1499.       cat <<_ASBOX
  1500. ## ------------------------------ ##
  1501. ## Report this to the vlc lists.  ##
  1502. ## ------------------------------ ##
  1503. _ASBOX
  1504.     ) |
  1505.       sed "s/^/$as_me: WARNING:     /" >&2
  1506.     ;;
  1507. esac
  1508. echo "$as_me:$LINENO: checking for $ac_header" >&5
  1509. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  1510. if eval "test "${$as_ac_Header+set}" = set"; then
  1511.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1512. else
  1513.   eval "$as_ac_Header=$ac_header_preproc"
  1514. fi
  1515. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  1516. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  1517. fi
  1518. if test `eval echo '${'$as_ac_Header'}'` = yes; then
  1519.   cat >>confdefs.h <<_ACEOF
  1520. #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
  1521. _ACEOF
  1522.     echo "$as_me:$LINENO: checking for oggpack_read in -logg" >&5
  1523. echo $ECHO_N "checking for oggpack_read in -logg... $ECHO_C" >&6
  1524. if test "${ac_cv_lib_ogg_oggpack_read+set}" = set; then
  1525.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1526. else
  1527.   ac_check_lib_save_LIBS=$LIBS
  1528. LIBS="-logg  $LIBS"
  1529. cat >conftest.$ac_ext <<_ACEOF
  1530. /* confdefs.h.  */
  1531. _ACEOF
  1532. cat confdefs.h >>conftest.$ac_ext
  1533. cat >>conftest.$ac_ext <<_ACEOF
  1534. /* end confdefs.h.  */
  1535. /* Override any gcc2 internal prototype to avoid an error.  */
  1536. #ifdef __cplusplus
  1537. extern "C"
  1538. #endif
  1539. /* We use char because int might match the return type of a gcc2
  1540.    builtin and then its argument prototype would still apply.  */
  1541. char oggpack_read ();
  1542. int
  1543. main ()
  1544. {
  1545. oggpack_read ();
  1546.   ;
  1547.   return 0;
  1548. }
  1549. _ACEOF
  1550. rm -f conftest.$ac_objext conftest$ac_exeext
  1551. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  1552.   (eval $ac_link) 2>conftest.er1
  1553.   ac_status=$?
  1554.   grep -v '^ *+' conftest.er1 >conftest.err
  1555.   rm -f conftest.er1
  1556.   cat conftest.err >&5
  1557.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1558.   (exit $ac_status); } &&
  1559.  { ac_try='test -z "$ac_c_werror_flag"  || test ! -s conftest.err'
  1560.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1561.   (eval $ac_try) 2>&5
  1562.   ac_status=$?
  1563.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1564.   (exit $ac_status); }; } &&
  1565.  { ac_try='test -s conftest$ac_exeext'
  1566.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1567.   (eval $ac_try) 2>&5
  1568.   ac_status=$?
  1569.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1570.   (exit $ac_status); }; }; then
  1571.   ac_cv_lib_ogg_oggpack_read=yes
  1572. else
  1573.   echo "$as_me: failed program was:" >&5
  1574. sed 's/^/| /' conftest.$ac_ext >&5
  1575. ac_cv_lib_ogg_oggpack_read=no
  1576. fi
  1577. rm -f conftest.err conftest.$ac_objext 
  1578.       conftest$ac_exeext conftest.$ac_ext
  1579. LIBS=$ac_check_lib_save_LIBS
  1580. fi
  1581. echo "$as_me:$LINENO: result: $ac_cv_lib_ogg_oggpack_read" >&5
  1582. echo "${ECHO_T}$ac_cv_lib_ogg_oggpack_read" >&6
  1583. if test $ac_cv_lib_ogg_oggpack_read = yes; then
  1584.   PLUGINS="${PLUGINS} ogg mux_ogg"
  1585.   for element in ogg mux_ogg; do
  1586.     eval "LDFLAGS_${element}="'"'"-logg "'$'"{LDFLAGS_${element}} "'"'
  1587.     am_modules_with_ldflags="${am_modules_with_ldflags} ${element}"
  1588.   done
  1589. fi
  1590. fi
  1591. done
  1592. fi
  1593. # Check whether --enable-mkv or --disable-mkv was given.
  1594. if test "${enable_mkv+set}" = set; then
  1595.   enableval="$enable_mkv"
  1596. fi;
  1597. if test "${enable_mkv}" != "no"; then
  1598.   ac_ext=cc
  1599. ac_cpp='$CXXCPP $CPPFLAGS'
  1600. ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  1601. ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  1602. ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
  1603. for ac_header in ebml/EbmlVersion.h
  1604. do
  1605. as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
  1606. if eval "test "${$as_ac_Header+set}" = set"; then
  1607.   echo "$as_me:$LINENO: checking for $ac_header" >&5
  1608. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  1609. if eval "test "${$as_ac_Header+set}" = set"; then
  1610.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1611. fi
  1612. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  1613. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  1614. else
  1615.   # Is the header compilable?
  1616. echo "$as_me:$LINENO: checking $ac_header usability" >&5
  1617. echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
  1618. cat >conftest.$ac_ext <<_ACEOF
  1619. /* confdefs.h.  */
  1620. _ACEOF
  1621. cat confdefs.h >>conftest.$ac_ext
  1622. cat >>conftest.$ac_ext <<_ACEOF
  1623. /* end confdefs.h.  */
  1624. $ac_includes_default
  1625. #include <$ac_header>
  1626. _ACEOF
  1627. rm -f conftest.$ac_objext
  1628. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  1629.   (eval $ac_compile) 2>conftest.er1
  1630.   ac_status=$?
  1631.   grep -v '^ *+' conftest.er1 >conftest.err
  1632.   rm -f conftest.er1
  1633.   cat conftest.err >&5
  1634.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1635.   (exit $ac_status); } &&
  1636.  { ac_try='test -z "$ac_cxx_werror_flag"  || test ! -s conftest.err'
  1637.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1638.   (eval $ac_try) 2>&5
  1639.   ac_status=$?
  1640.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1641.   (exit $ac_status); }; } &&
  1642.  { ac_try='test -s conftest.$ac_objext'
  1643.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1644.   (eval $ac_try) 2>&5
  1645.   ac_status=$?
  1646.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1647.   (exit $ac_status); }; }; then
  1648.   ac_header_compiler=yes
  1649. else
  1650.   echo "$as_me: failed program was:" >&5
  1651. sed 's/^/| /' conftest.$ac_ext >&5
  1652. ac_header_compiler=no
  1653. fi
  1654. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  1655. echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  1656. echo "${ECHO_T}$ac_header_compiler" >&6
  1657. # Is the header present?
  1658. echo "$as_me:$LINENO: checking $ac_header presence" >&5
  1659. echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
  1660. cat >conftest.$ac_ext <<_ACEOF
  1661. /* confdefs.h.  */
  1662. _ACEOF
  1663. cat confdefs.h >>conftest.$ac_ext
  1664. cat >>conftest.$ac_ext <<_ACEOF
  1665. /* end confdefs.h.  */
  1666. #include <$ac_header>
  1667. _ACEOF
  1668. if { (eval echo "$as_me:$LINENO: "$ac_cpp conftest.$ac_ext"") >&5
  1669.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  1670.   ac_status=$?
  1671.   grep -v '^ *+' conftest.er1 >conftest.err
  1672.   rm -f conftest.er1
  1673.   cat conftest.err >&5
  1674.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1675.   (exit $ac_status); } >/dev/null; then
  1676.   if test -s conftest.err; then
  1677.     ac_cpp_err=$ac_cxx_preproc_warn_flag
  1678.     ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
  1679.   else
  1680.     ac_cpp_err=
  1681.   fi
  1682. else
  1683.   ac_cpp_err=yes
  1684. fi
  1685. if test -z "$ac_cpp_err"; then
  1686.   ac_header_preproc=yes
  1687. else
  1688.   echo "$as_me: failed program was:" >&5
  1689. sed 's/^/| /' conftest.$ac_ext >&5
  1690.   ac_header_preproc=no
  1691. fi
  1692. rm -f conftest.err conftest.$ac_ext
  1693. echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  1694. echo "${ECHO_T}$ac_header_preproc" >&6
  1695. # So?  What about this header?
  1696. case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
  1697.   yes:no: )
  1698.     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
  1699. echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
  1700.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
  1701. echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
  1702.     ac_header_preproc=yes
  1703.     ;;
  1704.   no:yes:* )
  1705.     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
  1706. echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
  1707.     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
  1708. echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
  1709.     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
  1710. echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
  1711.     { echo "$as_me:$LINENO: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&5
  1712. echo "$as_me: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&2;}
  1713.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
  1714. echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
  1715.     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
  1716. echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
  1717.     (
  1718.       cat <<_ASBOX
  1719. ## ------------------------------ ##
  1720. ## Report this to the vlc lists.  ##
  1721. ## ------------------------------ ##
  1722. _ASBOX
  1723.     ) |
  1724.       sed "s/^/$as_me: WARNING:     /" >&2
  1725.     ;;
  1726. esac
  1727. echo "$as_me:$LINENO: checking for $ac_header" >&5
  1728. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  1729. if eval "test "${$as_ac_Header+set}" = set"; then
  1730.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1731. else
  1732.   eval "$as_ac_Header=$ac_header_preproc"
  1733. fi
  1734. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  1735. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  1736. fi
  1737. if test `eval echo '${'$as_ac_Header'}'` = yes; then
  1738.   cat >>confdefs.h <<_ACEOF
  1739. #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
  1740. _ACEOF
  1741. for ac_header in matroska/KaxVersion.h
  1742. do
  1743. as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
  1744. if eval "test "${$as_ac_Header+set}" = set"; then
  1745.   echo "$as_me:$LINENO: checking for $ac_header" >&5
  1746. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  1747. if eval "test "${$as_ac_Header+set}" = set"; then
  1748.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1749. fi
  1750. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  1751. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  1752. else
  1753.   # Is the header compilable?
  1754. echo "$as_me:$LINENO: checking $ac_header usability" >&5
  1755. echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
  1756. cat >conftest.$ac_ext <<_ACEOF
  1757. /* confdefs.h.  */
  1758. _ACEOF
  1759. cat confdefs.h >>conftest.$ac_ext
  1760. cat >>conftest.$ac_ext <<_ACEOF
  1761. /* end confdefs.h.  */
  1762. $ac_includes_default
  1763. #include <$ac_header>
  1764. _ACEOF
  1765. rm -f conftest.$ac_objext
  1766. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  1767.   (eval $ac_compile) 2>conftest.er1
  1768.   ac_status=$?
  1769.   grep -v '^ *+' conftest.er1 >conftest.err
  1770.   rm -f conftest.er1
  1771.   cat conftest.err >&5
  1772.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1773.   (exit $ac_status); } &&
  1774.  { ac_try='test -z "$ac_cxx_werror_flag"  || test ! -s conftest.err'
  1775.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1776.   (eval $ac_try) 2>&5
  1777.   ac_status=$?
  1778.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1779.   (exit $ac_status); }; } &&
  1780.  { ac_try='test -s conftest.$ac_objext'
  1781.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1782.   (eval $ac_try) 2>&5
  1783.   ac_status=$?
  1784.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1785.   (exit $ac_status); }; }; then
  1786.   ac_header_compiler=yes
  1787. else
  1788.   echo "$as_me: failed program was:" >&5
  1789. sed 's/^/| /' conftest.$ac_ext >&5
  1790. ac_header_compiler=no
  1791. fi
  1792. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  1793. echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  1794. echo "${ECHO_T}$ac_header_compiler" >&6
  1795. # Is the header present?
  1796. echo "$as_me:$LINENO: checking $ac_header presence" >&5
  1797. echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
  1798. cat >conftest.$ac_ext <<_ACEOF
  1799. /* confdefs.h.  */
  1800. _ACEOF
  1801. cat confdefs.h >>conftest.$ac_ext
  1802. cat >>conftest.$ac_ext <<_ACEOF
  1803. /* end confdefs.h.  */
  1804. #include <$ac_header>
  1805. _ACEOF
  1806. if { (eval echo "$as_me:$LINENO: "$ac_cpp conftest.$ac_ext"") >&5
  1807.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  1808.   ac_status=$?
  1809.   grep -v '^ *+' conftest.er1 >conftest.err
  1810.   rm -f conftest.er1
  1811.   cat conftest.err >&5
  1812.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1813.   (exit $ac_status); } >/dev/null; then
  1814.   if test -s conftest.err; then
  1815.     ac_cpp_err=$ac_cxx_preproc_warn_flag
  1816.     ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
  1817.   else
  1818.     ac_cpp_err=
  1819.   fi
  1820. else
  1821.   ac_cpp_err=yes
  1822. fi
  1823. if test -z "$ac_cpp_err"; then
  1824.   ac_header_preproc=yes
  1825. else
  1826.   echo "$as_me: failed program was:" >&5
  1827. sed 's/^/| /' conftest.$ac_ext >&5
  1828.   ac_header_preproc=no
  1829. fi
  1830. rm -f conftest.err conftest.$ac_ext
  1831. echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  1832. echo "${ECHO_T}$ac_header_preproc" >&6
  1833. # So?  What about this header?
  1834. case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
  1835.   yes:no: )
  1836.     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
  1837. echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
  1838.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
  1839. echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
  1840.     ac_header_preproc=yes
  1841.     ;;
  1842.   no:yes:* )
  1843.     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
  1844. echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
  1845.     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
  1846. echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
  1847.     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
  1848. echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
  1849.     { echo "$as_me:$LINENO: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&5
  1850. echo "$as_me: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&2;}
  1851.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
  1852. echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
  1853.     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
  1854. echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
  1855.     (
  1856.       cat <<_ASBOX
  1857. ## ------------------------------ ##
  1858. ## Report this to the vlc lists.  ##
  1859. ## ------------------------------ ##
  1860. _ASBOX
  1861.     ) |
  1862.       sed "s/^/$as_me: WARNING:     /" >&2
  1863.     ;;
  1864. esac
  1865. echo "$as_me:$LINENO: checking for $ac_header" >&5
  1866. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  1867. if eval "test "${$as_ac_Header+set}" = set"; then
  1868.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1869. else
  1870.   eval "$as_ac_Header=$ac_header_preproc"
  1871. fi
  1872. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  1873. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  1874. fi
  1875. if test `eval echo '${'$as_ac_Header'}'` = yes; then
  1876.   cat >>confdefs.h <<_ACEOF
  1877. #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
  1878. _ACEOF
  1879. for ac_header in matroska/KaxAttachments.h
  1880. do
  1881. as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
  1882. if eval "test "${$as_ac_Header+set}" = set"; then
  1883.   echo "$as_me:$LINENO: checking for $ac_header" >&5
  1884. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  1885. if eval "test "${$as_ac_Header+set}" = set"; then
  1886.   echo $ECHO_N "(cached) $ECHO_C" >&6
  1887. fi
  1888. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  1889. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  1890. else
  1891.   # Is the header compilable?
  1892. echo "$as_me:$LINENO: checking $ac_header usability" >&5
  1893. echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
  1894. cat >conftest.$ac_ext <<_ACEOF
  1895. /* confdefs.h.  */
  1896. _ACEOF
  1897. cat confdefs.h >>conftest.$ac_ext
  1898. cat >>conftest.$ac_ext <<_ACEOF
  1899. /* end confdefs.h.  */
  1900. $ac_includes_default
  1901. #include <$ac_header>
  1902. _ACEOF
  1903. rm -f conftest.$ac_objext
  1904. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  1905.   (eval $ac_compile) 2>conftest.er1
  1906.   ac_status=$?
  1907.   grep -v '^ *+' conftest.er1 >conftest.err
  1908.   rm -f conftest.er1
  1909.   cat conftest.err >&5
  1910.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1911.   (exit $ac_status); } &&
  1912.  { ac_try='test -z "$ac_cxx_werror_flag"  || test ! -s conftest.err'
  1913.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1914.   (eval $ac_try) 2>&5
  1915.   ac_status=$?
  1916.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1917.   (exit $ac_status); }; } &&
  1918.  { ac_try='test -s conftest.$ac_objext'
  1919.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  1920.   (eval $ac_try) 2>&5
  1921.   ac_status=$?
  1922.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1923.   (exit $ac_status); }; }; then
  1924.   ac_header_compiler=yes
  1925. else
  1926.   echo "$as_me: failed program was:" >&5
  1927. sed 's/^/| /' conftest.$ac_ext >&5
  1928. ac_header_compiler=no
  1929. fi
  1930. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  1931. echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  1932. echo "${ECHO_T}$ac_header_compiler" >&6
  1933. # Is the header present?
  1934. echo "$as_me:$LINENO: checking $ac_header presence" >&5
  1935. echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
  1936. cat >conftest.$ac_ext <<_ACEOF
  1937. /* confdefs.h.  */
  1938. _ACEOF
  1939. cat confdefs.h >>conftest.$ac_ext
  1940. cat >>conftest.$ac_ext <<_ACEOF
  1941. /* end confdefs.h.  */
  1942. #include <$ac_header>
  1943. _ACEOF
  1944. if { (eval echo "$as_me:$LINENO: "$ac_cpp conftest.$ac_ext"") >&5
  1945.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  1946.   ac_status=$?
  1947.   grep -v '^ *+' conftest.er1 >conftest.err
  1948.   rm -f conftest.er1
  1949.   cat conftest.err >&5
  1950.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1951.   (exit $ac_status); } >/dev/null; then
  1952.   if test -s conftest.err; then
  1953.     ac_cpp_err=$ac_cxx_preproc_warn_flag
  1954.     ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
  1955.   else
  1956.     ac_cpp_err=
  1957.   fi
  1958. else
  1959.   ac_cpp_err=yes
  1960. fi
  1961. if test -z "$ac_cpp_err"; then
  1962.   ac_header_preproc=yes
  1963. else
  1964.   echo "$as_me: failed program was:" >&5
  1965. sed 's/^/| /' conftest.$ac_ext >&5
  1966.   ac_header_preproc=no
  1967. fi
  1968. rm -f conftest.err conftest.$ac_ext
  1969. echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  1970. echo "${ECHO_T}$ac_header_preproc" >&6
  1971. # So?  What about this header?
  1972. case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
  1973.   yes:no: )
  1974.     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
  1975. echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
  1976.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
  1977. echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
  1978.     ac_header_preproc=yes
  1979.     ;;
  1980.   no:yes:* )
  1981.     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
  1982. echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
  1983.     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
  1984. echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
  1985.     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
  1986. echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
  1987.     { echo "$as_me:$LINENO: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&5
  1988. echo "$as_me: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&2;}
  1989.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
  1990. echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
  1991.     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
  1992. echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
  1993.     (
  1994.       cat <<_ASBOX
  1995. ## ------------------------------ ##
  1996. ## Report this to the vlc lists.  ##
  1997. ## ------------------------------ ##
  1998. _ASBOX
  1999.     ) |
  2000.       sed "s/^/$as_me: WARNING:     /" >&2
  2001.     ;;
  2002. esac
  2003. echo "$as_me:$LINENO: checking for $ac_header" >&5
  2004. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  2005. if eval "test "${$as_ac_Header+set}" = set"; then
  2006.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2007. else
  2008.   eval "$as_ac_Header=$ac_header_preproc"
  2009. fi
  2010. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  2011. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  2012. fi
  2013. if test `eval echo '${'$as_ac_Header'}'` = yes; then
  2014.   cat >>confdefs.h <<_ACEOF
  2015. #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
  2016. _ACEOF
  2017. fi
  2018. done
  2019.   for element in mkv; do
  2020.     eval "CXXFLAGS_${element}="'"$'"{CXXFLAGS_${element}} "'"'
  2021.     am_modules_with_cxxflags="${am_modules_with_cxxflags} ${element}"
  2022.   done
  2023.       echo "$as_me:$LINENO: checking for main in -lebml_pic" >&5
  2024. echo $ECHO_N "checking for main in -lebml_pic... $ECHO_C" >&6
  2025. if test "${ac_cv_lib_ebml_pic_main+set}" = set; then
  2026.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2027. else
  2028.   ac_check_lib_save_LIBS=$LIBS
  2029. LIBS="-lebml_pic  $LIBS"
  2030. cat >conftest.$ac_ext <<_ACEOF
  2031. /* confdefs.h.  */
  2032. _ACEOF
  2033. cat confdefs.h >>conftest.$ac_ext
  2034. cat >>conftest.$ac_ext <<_ACEOF
  2035. /* end confdefs.h.  */
  2036. int
  2037. main ()
  2038. {
  2039. main ();
  2040.   ;
  2041.   return 0;
  2042. }
  2043. _ACEOF
  2044. rm -f conftest.$ac_objext conftest$ac_exeext
  2045. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  2046.   (eval $ac_link) 2>conftest.er1
  2047.   ac_status=$?
  2048.   grep -v '^ *+' conftest.er1 >conftest.err
  2049.   rm -f conftest.er1
  2050.   cat conftest.err >&5
  2051.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2052.   (exit $ac_status); } &&
  2053.  { ac_try='test -z "$ac_cxx_werror_flag"  || test ! -s conftest.err'
  2054.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2055.   (eval $ac_try) 2>&5
  2056.   ac_status=$?
  2057.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2058.   (exit $ac_status); }; } &&
  2059.  { ac_try='test -s conftest$ac_exeext'
  2060.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2061.   (eval $ac_try) 2>&5
  2062.   ac_status=$?
  2063.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2064.   (exit $ac_status); }; }; then
  2065.   ac_cv_lib_ebml_pic_main=yes
  2066. else
  2067.   echo "$as_me: failed program was:" >&5
  2068. sed 's/^/| /' conftest.$ac_ext >&5
  2069. ac_cv_lib_ebml_pic_main=no
  2070. fi
  2071. rm -f conftest.err conftest.$ac_objext 
  2072.       conftest$ac_exeext conftest.$ac_ext
  2073. LIBS=$ac_check_lib_save_LIBS
  2074. fi
  2075. echo "$as_me:$LINENO: result: $ac_cv_lib_ebml_pic_main" >&5
  2076. echo "${ECHO_T}$ac_cv_lib_ebml_pic_main" >&6
  2077. if test $ac_cv_lib_ebml_pic_main = yes; then
  2078.         # We have ebml_pic, that's good, we can build an mkv.so plugin !
  2079.   PLUGINS="${PLUGINS} mkv"
  2080.   for element in mkv; do
  2081.     eval "LDFLAGS_${element}="'"'"-lmatroska_pic -lebml_pic "'$'"{LDFLAGS_${element}} "'"'
  2082.     am_modules_with_ldflags="${am_modules_with_ldflags} ${element}"
  2083.   done
  2084. else
  2085.         echo "$as_me:$LINENO: checking for main in -lebml" >&5
  2086. echo $ECHO_N "checking for main in -lebml... $ECHO_C" >&6
  2087. if test "${ac_cv_lib_ebml_main+set}" = set; then
  2088.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2089. else
  2090.   ac_check_lib_save_LIBS=$LIBS
  2091. LIBS="-lebml  $LIBS"
  2092. cat >conftest.$ac_ext <<_ACEOF
  2093. /* confdefs.h.  */
  2094. _ACEOF
  2095. cat confdefs.h >>conftest.$ac_ext
  2096. cat >>conftest.$ac_ext <<_ACEOF
  2097. /* end confdefs.h.  */
  2098. int
  2099. main ()
  2100. {
  2101. main ();
  2102.   ;
  2103.   return 0;
  2104. }
  2105. _ACEOF
  2106. rm -f conftest.$ac_objext conftest$ac_exeext
  2107. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  2108.   (eval $ac_link) 2>conftest.er1
  2109.   ac_status=$?
  2110.   grep -v '^ *+' conftest.er1 >conftest.err
  2111.   rm -f conftest.er1
  2112.   cat conftest.err >&5
  2113.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2114.   (exit $ac_status); } &&
  2115.  { ac_try='test -z "$ac_cxx_werror_flag"  || test ! -s conftest.err'
  2116.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2117.   (eval $ac_try) 2>&5
  2118.   ac_status=$?
  2119.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2120.   (exit $ac_status); }; } &&
  2121.  { ac_try='test -s conftest$ac_exeext'
  2122.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2123.   (eval $ac_try) 2>&5
  2124.   ac_status=$?
  2125.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2126.   (exit $ac_status); }; }; then
  2127.   ac_cv_lib_ebml_main=yes
  2128. else
  2129.   echo "$as_me: failed program was:" >&5
  2130. sed 's/^/| /' conftest.$ac_ext >&5
  2131. ac_cv_lib_ebml_main=no
  2132. fi
  2133. rm -f conftest.err conftest.$ac_objext 
  2134.       conftest$ac_exeext conftest.$ac_ext
  2135. LIBS=$ac_check_lib_save_LIBS
  2136. fi
  2137. echo "$as_me:$LINENO: result: $ac_cv_lib_ebml_main" >&5
  2138. echo "${ECHO_T}$ac_cv_lib_ebml_main" >&6
  2139. if test $ac_cv_lib_ebml_main = yes; then
  2140.           # We only have libebml, make mkv.a a builtin
  2141.   BUILTINS="${BUILTINS} mkv"
  2142.   for element in mkv; do
  2143.     eval "LDFLAGS_${element}="'"'"-lmatroska -lebml "'$'"{LDFLAGS_${element}} "'"'
  2144.     am_modules_with_ldflags="${am_modules_with_ldflags} ${element}"
  2145.   done
  2146. fi
  2147. fi
  2148. fi
  2149. done
  2150. fi
  2151. done
  2152.   ac_ext=c
  2153. ac_cpp='$CPP $CPPFLAGS'
  2154. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  2155. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  2156. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  2157. fi
  2158. # Check whether --enable-mod or --disable-mod was given.
  2159. if test "${enable_mod+set}" = set; then
  2160.   enableval="$enable_mod"
  2161. fi;
  2162. if test "${enable_mod}" != "no"
  2163. then
  2164. for ac_header in libmodplug/modplug.h
  2165. do
  2166. as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
  2167. if eval "test "${$as_ac_Header+set}" = set"; then
  2168.   echo "$as_me:$LINENO: checking for $ac_header" >&5
  2169. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  2170. if eval "test "${$as_ac_Header+set}" = set"; then
  2171.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2172. fi
  2173. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  2174. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  2175. else
  2176.   # Is the header compilable?
  2177. echo "$as_me:$LINENO: checking $ac_header usability" >&5
  2178. echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
  2179. cat >conftest.$ac_ext <<_ACEOF
  2180. /* confdefs.h.  */
  2181. _ACEOF
  2182. cat confdefs.h >>conftest.$ac_ext
  2183. cat >>conftest.$ac_ext <<_ACEOF
  2184. /* end confdefs.h.  */
  2185. $ac_includes_default
  2186. #include <$ac_header>
  2187. _ACEOF
  2188. rm -f conftest.$ac_objext
  2189. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  2190.   (eval $ac_compile) 2>conftest.er1
  2191.   ac_status=$?
  2192.   grep -v '^ *+' conftest.er1 >conftest.err
  2193.   rm -f conftest.er1
  2194.   cat conftest.err >&5
  2195.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2196.   (exit $ac_status); } &&
  2197.  { ac_try='test -z "$ac_c_werror_flag"  || test ! -s conftest.err'
  2198.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2199.   (eval $ac_try) 2>&5
  2200.   ac_status=$?
  2201.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2202.   (exit $ac_status); }; } &&
  2203.  { ac_try='test -s conftest.$ac_objext'
  2204.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2205.   (eval $ac_try) 2>&5
  2206.   ac_status=$?
  2207.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2208.   (exit $ac_status); }; }; then
  2209.   ac_header_compiler=yes
  2210. else
  2211.   echo "$as_me: failed program was:" >&5
  2212. sed 's/^/| /' conftest.$ac_ext >&5
  2213. ac_header_compiler=no
  2214. fi
  2215. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  2216. echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  2217. echo "${ECHO_T}$ac_header_compiler" >&6
  2218. # Is the header present?
  2219. echo "$as_me:$LINENO: checking $ac_header presence" >&5
  2220. echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
  2221. cat >conftest.$ac_ext <<_ACEOF
  2222. /* confdefs.h.  */
  2223. _ACEOF
  2224. cat confdefs.h >>conftest.$ac_ext
  2225. cat >>conftest.$ac_ext <<_ACEOF
  2226. /* end confdefs.h.  */
  2227. #include <$ac_header>
  2228. _ACEOF
  2229. if { (eval echo "$as_me:$LINENO: "$ac_cpp conftest.$ac_ext"") >&5
  2230.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  2231.   ac_status=$?
  2232.   grep -v '^ *+' conftest.er1 >conftest.err
  2233.   rm -f conftest.er1
  2234.   cat conftest.err >&5
  2235.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2236.   (exit $ac_status); } >/dev/null; then
  2237.   if test -s conftest.err; then
  2238.     ac_cpp_err=$ac_c_preproc_warn_flag
  2239.     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
  2240.   else
  2241.     ac_cpp_err=
  2242.   fi
  2243. else
  2244.   ac_cpp_err=yes
  2245. fi
  2246. if test -z "$ac_cpp_err"; then
  2247.   ac_header_preproc=yes
  2248. else
  2249.   echo "$as_me: failed program was:" >&5
  2250. sed 's/^/| /' conftest.$ac_ext >&5
  2251.   ac_header_preproc=no
  2252. fi
  2253. rm -f conftest.err conftest.$ac_ext
  2254. echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  2255. echo "${ECHO_T}$ac_header_preproc" >&6
  2256. # So?  What about this header?
  2257. case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
  2258.   yes:no: )
  2259.     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
  2260. echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
  2261.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
  2262. echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
  2263.     ac_header_preproc=yes
  2264.     ;;
  2265.   no:yes:* )
  2266.     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
  2267. echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
  2268.     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
  2269. echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
  2270.     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
  2271. echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
  2272.     { echo "$as_me:$LINENO: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&5
  2273. echo "$as_me: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&2;}
  2274.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
  2275. echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
  2276.     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
  2277. echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
  2278.     (
  2279.       cat <<_ASBOX
  2280. ## ------------------------------ ##
  2281. ## Report this to the vlc lists.  ##
  2282. ## ------------------------------ ##
  2283. _ASBOX
  2284.     ) |
  2285.       sed "s/^/$as_me: WARNING:     /" >&2
  2286.     ;;
  2287. esac
  2288. echo "$as_me:$LINENO: checking for $ac_header" >&5
  2289. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  2290. if eval "test "${$as_ac_Header+set}" = set"; then
  2291.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2292. else
  2293.   eval "$as_ac_Header=$ac_header_preproc"
  2294. fi
  2295. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  2296. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  2297. fi
  2298. if test `eval echo '${'$as_ac_Header'}'` = yes; then
  2299.   cat >>confdefs.h <<_ACEOF
  2300. #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
  2301. _ACEOF
  2302.   PLUGINS="${PLUGINS} mod"
  2303.   for element in mod; do
  2304.     eval "CXXFLAGS_${element}="'"$'"{CXXFLAGS_${element}} "'"'
  2305.     am_modules_with_cxxflags="${am_modules_with_cxxflags} ${element}"
  2306.   done
  2307.   for element in mod; do
  2308.     eval "LDFLAGS_${element}="'"'"-lmodplug "'$'"{LDFLAGS_${element}} "'"'
  2309.     am_modules_with_ldflags="${am_modules_with_ldflags} ${element}"
  2310.   done
  2311. fi
  2312. done
  2313. fi
  2314. # Check whether --with- or --without- was given.
  2315. if test "${with_+set}" = set; then
  2316.   withval="$with_"
  2317. fi;
  2318. # Check whether --enable-mad or --disable-mad was given.
  2319. if test "${enable_mad+set}" = set; then
  2320.   enableval="$enable_mad"
  2321. fi;
  2322. if test "${enable_mad}" != "no"
  2323. then
  2324. # Check whether --with-mad or --without-mad was given.
  2325. if test "${with_mad+set}" = set; then
  2326.   withval="$with_mad"
  2327. fi;
  2328.   if test "${with_mad}" != "no" -a -n "${with_mad}"
  2329.   then
  2330.   for element in mpgatofixed32; do
  2331.     eval "CPPFLAGS_${element}="'"$'"{CPPFLAGS_${element}} -I${with_mad}/include"'"'
  2332.     am_modules_with_cppflags="${am_modules_with_cppflags} ${element}"
  2333.   done
  2334.   for element in mpgatofixed32; do
  2335.     eval "LDFLAGS_${element}="'"'"-L${with_mad}/lib "'$'"{LDFLAGS_${element}} "'"'
  2336.     am_modules_with_ldflags="${am_modules_with_ldflags} ${element}"
  2337.   done
  2338.   fi
  2339. # Check whether --with-mad-tree or --without-mad-tree was given.
  2340. if test "${with_mad_tree+set}" = set; then
  2341.   withval="$with_mad_tree"
  2342. fi;
  2343.   if test "${with_mad_tree}" != "no" -a -n "${with_mad_tree}"
  2344.   then
  2345.     real_mad_tree="`cd ${with_mad_tree} 2>/dev/null && pwd`"
  2346.     if test -z "${real_mad_tree}"
  2347.     then
  2348.             echo "$as_me:$LINENO: result: no" >&5
  2349. echo "${ECHO_T}no" >&6
  2350.       { { echo "$as_me:$LINENO: error: ${with_mad_tree} directory doesn't exist" >&5
  2351. echo "$as_me: error: ${with_mad_tree} directory doesn't exist" >&2;}
  2352.    { (exit 1); exit 1; }; }
  2353.     fi
  2354.         echo "$as_me:$LINENO: checking for mad.h in ${real_mad_tree}" >&5
  2355. echo $ECHO_N "checking for mad.h in ${real_mad_tree}... $ECHO_C" >&6
  2356.     if test -f ${real_mad_tree}/mad.h
  2357.     then
  2358.       echo "$as_me:$LINENO: result: yes" >&5
  2359. echo "${ECHO_T}yes" >&6
  2360.   for element in mpgatofixed32; do
  2361.     eval "CPPFLAGS_${element}="'"$'"{CPPFLAGS_${element}} -I${real_mad_tree}"'"'
  2362.     am_modules_with_cppflags="${am_modules_with_cppflags} ${element}"
  2363.   done
  2364.   for element in mpgatofixed32; do
  2365.     eval "LDFLAGS_${element}="'"'"-L${real_mad_tree}/.libs "'$'"{LDFLAGS_${element}} "'"'
  2366.     am_modules_with_ldflags="${am_modules_with_ldflags} ${element}"
  2367.   done
  2368.       LDFLAGS="${LDFLAGS_save} ${LDFLAGS_mpgatofixed32}"
  2369.       echo "$as_me:$LINENO: checking for mad_bit_init in -lmad" >&5
  2370. echo $ECHO_N "checking for mad_bit_init in -lmad... $ECHO_C" >&6
  2371. if test "${ac_cv_lib_mad_mad_bit_init+set}" = set; then
  2372.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2373. else
  2374.   ac_check_lib_save_LIBS=$LIBS
  2375. LIBS="-lmad  $LIBS"
  2376. cat >conftest.$ac_ext <<_ACEOF
  2377. /* confdefs.h.  */
  2378. _ACEOF
  2379. cat confdefs.h >>conftest.$ac_ext
  2380. cat >>conftest.$ac_ext <<_ACEOF
  2381. /* end confdefs.h.  */
  2382. /* Override any gcc2 internal prototype to avoid an error.  */
  2383. #ifdef __cplusplus
  2384. extern "C"
  2385. #endif
  2386. /* We use char because int might match the return type of a gcc2
  2387.    builtin and then its argument prototype would still apply.  */
  2388. char mad_bit_init ();
  2389. int
  2390. main ()
  2391. {
  2392. mad_bit_init ();
  2393.   ;
  2394.   return 0;
  2395. }
  2396. _ACEOF
  2397. rm -f conftest.$ac_objext conftest$ac_exeext
  2398. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  2399.   (eval $ac_link) 2>conftest.er1
  2400.   ac_status=$?
  2401.   grep -v '^ *+' conftest.er1 >conftest.err
  2402.   rm -f conftest.er1
  2403.   cat conftest.err >&5
  2404.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2405.   (exit $ac_status); } &&
  2406.  { ac_try='test -z "$ac_c_werror_flag"  || test ! -s conftest.err'
  2407.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2408.   (eval $ac_try) 2>&5
  2409.   ac_status=$?
  2410.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2411.   (exit $ac_status); }; } &&
  2412.  { ac_try='test -s conftest$ac_exeext'
  2413.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2414.   (eval $ac_try) 2>&5
  2415.   ac_status=$?
  2416.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2417.   (exit $ac_status); }; }; then
  2418.   ac_cv_lib_mad_mad_bit_init=yes
  2419. else
  2420.   echo "$as_me: failed program was:" >&5
  2421. sed 's/^/| /' conftest.$ac_ext >&5
  2422. ac_cv_lib_mad_mad_bit_init=no
  2423. fi
  2424. rm -f conftest.err conftest.$ac_objext 
  2425.       conftest$ac_exeext conftest.$ac_ext
  2426. LIBS=$ac_check_lib_save_LIBS
  2427. fi
  2428. echo "$as_me:$LINENO: result: $ac_cv_lib_mad_mad_bit_init" >&5
  2429. echo "${ECHO_T}$ac_cv_lib_mad_mad_bit_init" >&6
  2430. if test $ac_cv_lib_mad_mad_bit_init = yes; then
  2431.   BUILTINS="${BUILTINS} mpgatofixed32"
  2432.   for element in mpgatofixed32; do
  2433.     eval "LDFLAGS_${element}="'"'"-lmad "'$'"{LDFLAGS_${element}} "'"'
  2434.     am_modules_with_ldflags="${am_modules_with_ldflags} ${element}"
  2435.   done
  2436. else
  2437.    { { echo "$as_me:$LINENO: error: the specified tree hasn't been compiled " >&5
  2438. echo "$as_me: error: the specified tree hasn't been compiled " >&2;}
  2439.    { (exit 1); exit 1; }; }
  2440. fi
  2441.       LDFLAGS="${LDFLAGS_save}"
  2442.     else
  2443.       echo "$as_me:$LINENO: result: no" >&5
  2444. echo "${ECHO_T}no" >&6
  2445.       { { echo "$as_me:$LINENO: error: the specified tree doesn't have mad.h" >&5
  2446. echo "$as_me: error: the specified tree doesn't have mad.h" >&2;}
  2447.    { (exit 1); exit 1; }; }
  2448.     fi
  2449.   else
  2450.     CPPFLAGS="${CPPFLAGS_save} ${CPPFLAGS_mpgatofixed32}"
  2451.     LDFLAGS="${LDFLAGS_save} ${LDFLAGS_mpgatofixed32}"
  2452. for ac_header in mad.h
  2453. do
  2454. as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
  2455. if eval "test "${$as_ac_Header+set}" = set"; then
  2456.   echo "$as_me:$LINENO: checking for $ac_header" >&5
  2457. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  2458. if eval "test "${$as_ac_Header+set}" = set"; then
  2459.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2460. fi
  2461. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  2462. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  2463. else
  2464.   # Is the header compilable?
  2465. echo "$as_me:$LINENO: checking $ac_header usability" >&5
  2466. echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
  2467. cat >conftest.$ac_ext <<_ACEOF
  2468. /* confdefs.h.  */
  2469. _ACEOF
  2470. cat confdefs.h >>conftest.$ac_ext
  2471. cat >>conftest.$ac_ext <<_ACEOF
  2472. /* end confdefs.h.  */
  2473. $ac_includes_default
  2474. #include <$ac_header>
  2475. _ACEOF
  2476. rm -f conftest.$ac_objext
  2477. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  2478.   (eval $ac_compile) 2>conftest.er1
  2479.   ac_status=$?
  2480.   grep -v '^ *+' conftest.er1 >conftest.err
  2481.   rm -f conftest.er1
  2482.   cat conftest.err >&5
  2483.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2484.   (exit $ac_status); } &&
  2485.  { ac_try='test -z "$ac_c_werror_flag"  || test ! -s conftest.err'
  2486.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2487.   (eval $ac_try) 2>&5
  2488.   ac_status=$?
  2489.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2490.   (exit $ac_status); }; } &&
  2491.  { ac_try='test -s conftest.$ac_objext'
  2492.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2493.   (eval $ac_try) 2>&5
  2494.   ac_status=$?
  2495.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2496.   (exit $ac_status); }; }; then
  2497.   ac_header_compiler=yes
  2498. else
  2499.   echo "$as_me: failed program was:" >&5
  2500. sed 's/^/| /' conftest.$ac_ext >&5
  2501. ac_header_compiler=no
  2502. fi
  2503. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  2504. echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  2505. echo "${ECHO_T}$ac_header_compiler" >&6
  2506. # Is the header present?
  2507. echo "$as_me:$LINENO: checking $ac_header presence" >&5
  2508. echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
  2509. cat >conftest.$ac_ext <<_ACEOF
  2510. /* confdefs.h.  */
  2511. _ACEOF
  2512. cat confdefs.h >>conftest.$ac_ext
  2513. cat >>conftest.$ac_ext <<_ACEOF
  2514. /* end confdefs.h.  */
  2515. #include <$ac_header>
  2516. _ACEOF
  2517. if { (eval echo "$as_me:$LINENO: "$ac_cpp conftest.$ac_ext"") >&5
  2518.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  2519.   ac_status=$?
  2520.   grep -v '^ *+' conftest.er1 >conftest.err
  2521.   rm -f conftest.er1
  2522.   cat conftest.err >&5
  2523.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2524.   (exit $ac_status); } >/dev/null; then
  2525.   if test -s conftest.err; then
  2526.     ac_cpp_err=$ac_c_preproc_warn_flag
  2527.     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
  2528.   else
  2529.     ac_cpp_err=
  2530.   fi
  2531. else
  2532.   ac_cpp_err=yes
  2533. fi
  2534. if test -z "$ac_cpp_err"; then
  2535.   ac_header_preproc=yes
  2536. else
  2537.   echo "$as_me: failed program was:" >&5
  2538. sed 's/^/| /' conftest.$ac_ext >&5
  2539.   ac_header_preproc=no
  2540. fi
  2541. rm -f conftest.err conftest.$ac_ext
  2542. echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  2543. echo "${ECHO_T}$ac_header_preproc" >&6
  2544. # So?  What about this header?
  2545. case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
  2546.   yes:no: )
  2547.     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
  2548. echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
  2549.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
  2550. echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
  2551.     ac_header_preproc=yes
  2552.     ;;
  2553.   no:yes:* )
  2554.     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
  2555. echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
  2556.     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
  2557. echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
  2558.     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
  2559. echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
  2560.     { echo "$as_me:$LINENO: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&5
  2561. echo "$as_me: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&2;}
  2562.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
  2563. echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
  2564.     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
  2565. echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
  2566.     (
  2567.       cat <<_ASBOX
  2568. ## ------------------------------ ##
  2569. ## Report this to the vlc lists.  ##
  2570. ## ------------------------------ ##
  2571. _ASBOX
  2572.     ) |
  2573.       sed "s/^/$as_me: WARNING:     /" >&2
  2574.     ;;
  2575. esac
  2576. echo "$as_me:$LINENO: checking for $ac_header" >&5
  2577. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  2578. if eval "test "${$as_ac_Header+set}" = set"; then
  2579.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2580. else
  2581.   eval "$as_ac_Header=$ac_header_preproc"
  2582. fi
  2583. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  2584. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  2585. fi
  2586. if test `eval echo '${'$as_ac_Header'}'` = yes; then
  2587.   cat >>confdefs.h <<_ACEOF
  2588. #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
  2589. _ACEOF
  2590. else
  2591.    { { echo "$as_me:$LINENO: error: Could not find libmad on your system: you may get it from http://www.underbit.com/products/mad/. Alternatively you can use --disable-mad to disable the mad plugin." >&5
  2592. echo "$as_me: error: Could not find libmad on your system: you may get it from http://www.underbit.com/products/mad/. Alternatively you can use --disable-mad to disable the mad plugin." >&2;}
  2593.    { (exit 1); exit 1; }; }
  2594. fi
  2595. done
  2596.     echo "$as_me:$LINENO: checking for mad_bit_init in -lmad" >&5
  2597. echo $ECHO_N "checking for mad_bit_init in -lmad... $ECHO_C" >&6
  2598. if test "${ac_cv_lib_mad_mad_bit_init+set}" = set; then
  2599.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2600. else
  2601.   ac_check_lib_save_LIBS=$LIBS
  2602. LIBS="-lmad  $LIBS"
  2603. cat >conftest.$ac_ext <<_ACEOF
  2604. /* confdefs.h.  */
  2605. _ACEOF
  2606. cat confdefs.h >>conftest.$ac_ext
  2607. cat >>conftest.$ac_ext <<_ACEOF
  2608. /* end confdefs.h.  */
  2609. /* Override any gcc2 internal prototype to avoid an error.  */
  2610. #ifdef __cplusplus
  2611. extern "C"
  2612. #endif
  2613. /* We use char because int might match the return type of a gcc2
  2614.    builtin and then its argument prototype would still apply.  */
  2615. char mad_bit_init ();
  2616. int
  2617. main ()
  2618. {
  2619. mad_bit_init ();
  2620.   ;
  2621.   return 0;
  2622. }
  2623. _ACEOF
  2624. rm -f conftest.$ac_objext conftest$ac_exeext
  2625. if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  2626.   (eval $ac_link) 2>conftest.er1
  2627.   ac_status=$?
  2628.   grep -v '^ *+' conftest.er1 >conftest.err
  2629.   rm -f conftest.er1
  2630.   cat conftest.err >&5
  2631.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2632.   (exit $ac_status); } &&
  2633.  { ac_try='test -z "$ac_c_werror_flag"  || test ! -s conftest.err'
  2634.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2635.   (eval $ac_try) 2>&5
  2636.   ac_status=$?
  2637.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2638.   (exit $ac_status); }; } &&
  2639.  { ac_try='test -s conftest$ac_exeext'
  2640.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2641.   (eval $ac_try) 2>&5
  2642.   ac_status=$?
  2643.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2644.   (exit $ac_status); }; }; then
  2645.   ac_cv_lib_mad_mad_bit_init=yes
  2646. else
  2647.   echo "$as_me: failed program was:" >&5
  2648. sed 's/^/| /' conftest.$ac_ext >&5
  2649. ac_cv_lib_mad_mad_bit_init=no
  2650. fi
  2651. rm -f conftest.err conftest.$ac_objext 
  2652.       conftest$ac_exeext conftest.$ac_ext
  2653. LIBS=$ac_check_lib_save_LIBS
  2654. fi
  2655. echo "$as_me:$LINENO: result: $ac_cv_lib_mad_mad_bit_init" >&5
  2656. echo "${ECHO_T}$ac_cv_lib_mad_mad_bit_init" >&6
  2657. if test $ac_cv_lib_mad_mad_bit_init = yes; then
  2658.   PLUGINS="${PLUGINS} mpgatofixed32"
  2659.   for element in mpgatofixed32; do
  2660.     eval "LDFLAGS_${element}="'"'"-lmad "'$'"{LDFLAGS_${element}} "'"'
  2661.     am_modules_with_ldflags="${am_modules_with_ldflags} ${element}"
  2662.   done
  2663. else
  2664.    { { echo "$as_me:$LINENO: error: Cannot find libmad library..." >&5
  2665. echo "$as_me: error: Cannot find libmad library..." >&2;}
  2666.    { (exit 1); exit 1; }; }
  2667. fi
  2668.     CPPFLAGS="${CPPFLAGS_save}"
  2669.     LDFLAGS="${LDFLAGS_save}"
  2670.   fi
  2671. fi
  2672. for ac_header in id3tag.h
  2673. do
  2674. as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
  2675. if eval "test "${$as_ac_Header+set}" = set"; then
  2676.   echo "$as_me:$LINENO: checking for $ac_header" >&5
  2677. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  2678. if eval "test "${$as_ac_Header+set}" = set"; then
  2679.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2680. fi
  2681. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  2682. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  2683. else
  2684.   # Is the header compilable?
  2685. echo "$as_me:$LINENO: checking $ac_header usability" >&5
  2686. echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
  2687. cat >conftest.$ac_ext <<_ACEOF
  2688. /* confdefs.h.  */
  2689. _ACEOF
  2690. cat confdefs.h >>conftest.$ac_ext
  2691. cat >>conftest.$ac_ext <<_ACEOF
  2692. /* end confdefs.h.  */
  2693. $ac_includes_default
  2694. #include <$ac_header>
  2695. _ACEOF
  2696. rm -f conftest.$ac_objext
  2697. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  2698.   (eval $ac_compile) 2>conftest.er1
  2699.   ac_status=$?
  2700.   grep -v '^ *+' conftest.er1 >conftest.err
  2701.   rm -f conftest.er1
  2702.   cat conftest.err >&5
  2703.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2704.   (exit $ac_status); } &&
  2705.  { ac_try='test -z "$ac_c_werror_flag"  || test ! -s conftest.err'
  2706.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2707.   (eval $ac_try) 2>&5
  2708.   ac_status=$?
  2709.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2710.   (exit $ac_status); }; } &&
  2711.  { ac_try='test -s conftest.$ac_objext'
  2712.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2713.   (eval $ac_try) 2>&5
  2714.   ac_status=$?
  2715.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2716.   (exit $ac_status); }; }; then
  2717.   ac_header_compiler=yes
  2718. else
  2719.   echo "$as_me: failed program was:" >&5
  2720. sed 's/^/| /' conftest.$ac_ext >&5
  2721. ac_header_compiler=no
  2722. fi
  2723. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  2724. echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  2725. echo "${ECHO_T}$ac_header_compiler" >&6
  2726. # Is the header present?
  2727. echo "$as_me:$LINENO: checking $ac_header presence" >&5
  2728. echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
  2729. cat >conftest.$ac_ext <<_ACEOF
  2730. /* confdefs.h.  */
  2731. _ACEOF
  2732. cat confdefs.h >>conftest.$ac_ext
  2733. cat >>conftest.$ac_ext <<_ACEOF
  2734. /* end confdefs.h.  */
  2735. #include <$ac_header>
  2736. _ACEOF
  2737. if { (eval echo "$as_me:$LINENO: "$ac_cpp conftest.$ac_ext"") >&5
  2738.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  2739.   ac_status=$?
  2740.   grep -v '^ *+' conftest.er1 >conftest.err
  2741.   rm -f conftest.er1
  2742.   cat conftest.err >&5
  2743.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2744.   (exit $ac_status); } >/dev/null; then
  2745.   if test -s conftest.err; then
  2746.     ac_cpp_err=$ac_c_preproc_warn_flag
  2747.     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
  2748.   else
  2749.     ac_cpp_err=
  2750.   fi
  2751. else
  2752.   ac_cpp_err=yes
  2753. fi
  2754. if test -z "$ac_cpp_err"; then
  2755.   ac_header_preproc=yes
  2756. else
  2757.   echo "$as_me: failed program was:" >&5
  2758. sed 's/^/| /' conftest.$ac_ext >&5
  2759.   ac_header_preproc=no
  2760. fi
  2761. rm -f conftest.err conftest.$ac_ext
  2762. echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  2763. echo "${ECHO_T}$ac_header_preproc" >&6
  2764. # So?  What about this header?
  2765. case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
  2766.   yes:no: )
  2767.     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
  2768. echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
  2769.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
  2770. echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
  2771.     ac_header_preproc=yes
  2772.     ;;
  2773.   no:yes:* )
  2774.     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
  2775. echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
  2776.     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
  2777. echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
  2778.     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
  2779. echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
  2780.     { echo "$as_me:$LINENO: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&5
  2781. echo "$as_me: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&2;}
  2782.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
  2783. echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
  2784.     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
  2785. echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
  2786.     (
  2787.       cat <<_ASBOX
  2788. ## ------------------------------ ##
  2789. ## Report this to the vlc lists.  ##
  2790. ## ------------------------------ ##
  2791. _ASBOX
  2792.     ) |
  2793.       sed "s/^/$as_me: WARNING:     /" >&2
  2794.     ;;
  2795. esac
  2796. echo "$as_me:$LINENO: checking for $ac_header" >&5
  2797. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  2798. if eval "test "${$as_ac_Header+set}" = set"; then
  2799.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2800. else
  2801.   eval "$as_ac_Header=$ac_header_preproc"
  2802. fi
  2803. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  2804. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  2805. fi
  2806. if test `eval echo '${'$as_ac_Header'}'` = yes; then
  2807.   cat >>confdefs.h <<_ACEOF
  2808. #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
  2809. _ACEOF
  2810. for ac_header in zlib.h
  2811. do
  2812. as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
  2813. if eval "test "${$as_ac_Header+set}" = set"; then
  2814.   echo "$as_me:$LINENO: checking for $ac_header" >&5
  2815. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  2816. if eval "test "${$as_ac_Header+set}" = set"; then
  2817.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2818. fi
  2819. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  2820. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  2821. else
  2822.   # Is the header compilable?
  2823. echo "$as_me:$LINENO: checking $ac_header usability" >&5
  2824. echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
  2825. cat >conftest.$ac_ext <<_ACEOF
  2826. /* confdefs.h.  */
  2827. _ACEOF
  2828. cat confdefs.h >>conftest.$ac_ext
  2829. cat >>conftest.$ac_ext <<_ACEOF
  2830. /* end confdefs.h.  */
  2831. $ac_includes_default
  2832. #include <$ac_header>
  2833. _ACEOF
  2834. rm -f conftest.$ac_objext
  2835. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  2836.   (eval $ac_compile) 2>conftest.er1
  2837.   ac_status=$?
  2838.   grep -v '^ *+' conftest.er1 >conftest.err
  2839.   rm -f conftest.er1
  2840.   cat conftest.err >&5
  2841.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2842.   (exit $ac_status); } &&
  2843.  { ac_try='test -z "$ac_c_werror_flag"  || test ! -s conftest.err'
  2844.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2845.   (eval $ac_try) 2>&5
  2846.   ac_status=$?
  2847.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2848.   (exit $ac_status); }; } &&
  2849.  { ac_try='test -s conftest.$ac_objext'
  2850.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  2851.   (eval $ac_try) 2>&5
  2852.   ac_status=$?
  2853.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2854.   (exit $ac_status); }; }; then
  2855.   ac_header_compiler=yes
  2856. else
  2857.   echo "$as_me: failed program was:" >&5
  2858. sed 's/^/| /' conftest.$ac_ext >&5
  2859. ac_header_compiler=no
  2860. fi
  2861. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  2862. echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  2863. echo "${ECHO_T}$ac_header_compiler" >&6
  2864. # Is the header present?
  2865. echo "$as_me:$LINENO: checking $ac_header presence" >&5
  2866. echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
  2867. cat >conftest.$ac_ext <<_ACEOF
  2868. /* confdefs.h.  */
  2869. _ACEOF
  2870. cat confdefs.h >>conftest.$ac_ext
  2871. cat >>conftest.$ac_ext <<_ACEOF
  2872. /* end confdefs.h.  */
  2873. #include <$ac_header>
  2874. _ACEOF
  2875. if { (eval echo "$as_me:$LINENO: "$ac_cpp conftest.$ac_ext"") >&5
  2876.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  2877.   ac_status=$?
  2878.   grep -v '^ *+' conftest.er1 >conftest.err
  2879.   rm -f conftest.er1
  2880.   cat conftest.err >&5
  2881.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2882.   (exit $ac_status); } >/dev/null; then
  2883.   if test -s conftest.err; then
  2884.     ac_cpp_err=$ac_c_preproc_warn_flag
  2885.     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
  2886.   else
  2887.     ac_cpp_err=
  2888.   fi
  2889. else
  2890.   ac_cpp_err=yes
  2891. fi
  2892. if test -z "$ac_cpp_err"; then
  2893.   ac_header_preproc=yes
  2894. else
  2895.   echo "$as_me: failed program was:" >&5
  2896. sed 's/^/| /' conftest.$ac_ext >&5
  2897.   ac_header_preproc=no
  2898. fi
  2899. rm -f conftest.err conftest.$ac_ext
  2900. echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  2901. echo "${ECHO_T}$ac_header_preproc" >&6
  2902. # So?  What about this header?
  2903. case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
  2904.   yes:no: )
  2905.     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
  2906. echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
  2907.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
  2908. echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
  2909.     ac_header_preproc=yes
  2910.     ;;
  2911.   no:yes:* )
  2912.     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
  2913. echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
  2914.     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
  2915. echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
  2916.     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
  2917. echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
  2918.     { echo "$as_me:$LINENO: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&5
  2919. echo "$as_me: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&2;}
  2920.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
  2921. echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
  2922.     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
  2923. echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
  2924.     (
  2925.       cat <<_ASBOX
  2926. ## ------------------------------ ##
  2927. ## Report this to the vlc lists.  ##
  2928. ## ------------------------------ ##
  2929. _ASBOX
  2930.     ) |
  2931.       sed "s/^/$as_me: WARNING:     /" >&2
  2932.     ;;
  2933. esac
  2934. echo "$as_me:$LINENO: checking for $ac_header" >&5
  2935. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  2936. if eval "test "${$as_ac_Header+set}" = set"; then
  2937.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2938. else
  2939.   eval "$as_ac_Header=$ac_header_preproc"
  2940. fi
  2941. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  2942. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  2943. fi
  2944. if test `eval echo '${'$as_ac_Header'}'` = yes; then
  2945.   cat >>confdefs.h <<_ACEOF
  2946. #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
  2947. _ACEOF
  2948.   for element in id3tag; do
  2949.     eval "LDFLAGS_${element}="'"'"-lid3tag -lz "'$'"{LDFLAGS_${element}} "'"'
  2950.     am_modules_with_ldflags="${am_modules_with_ldflags} ${element}"
  2951.   done
  2952.   PLUGINS="${PLUGINS} id3tag"
  2953. fi
  2954. done
  2955. fi
  2956. done
  2957. # Check whether --enable-ffmpeg or --disable-ffmpeg was given.
  2958. if test "${enable_ffmpeg+set}" = set; then
  2959.   enableval="$enable_ffmpeg"
  2960. fi;
  2961. if test "${enable_ffmpeg}" != "no"
  2962. then
  2963.   FFMPEG_PATH="${PATH}"
  2964. # Check whether --with-ffmpeg-config-path or --without-ffmpeg-config-path was given.
  2965. if test "${with_ffmpeg_config_path+set}" = set; then
  2966.   withval="$with_ffmpeg_config_path"
  2967.    if test "${with_ffmpeg_config_path}" != "no"
  2968.       then
  2969.         FFMPEG_PATH="${with_ffmpeg_config_path}:${PATH}"
  2970.       fi
  2971. fi;
  2972.   # Extract the first word of "ffmpeg-config", so it can be a program name with args.
  2973. set dummy ffmpeg-config; ac_word=$2
  2974. echo "$as_me:$LINENO: checking for $ac_word" >&5
  2975. echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
  2976. if test "${ac_cv_path_FFMPEG_CONFIG+set}" = set; then
  2977.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2978. else
  2979.   case $FFMPEG_CONFIG in
  2980.   [\/]* | ?:[\/]*)
  2981.   ac_cv_path_FFMPEG_CONFIG="$FFMPEG_CONFIG" # Let the user override the test with a path.
  2982.   ;;
  2983.   *)
  2984.   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2985. for as_dir in ${FFMPEG_PATH}
  2986. do
  2987.   IFS=$as_save_IFS
  2988.   test -z "$as_dir" && as_dir=.
  2989.   for ac_exec_ext in '' $ac_executable_extensions; do
  2990.   if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  2991.     ac_cv_path_FFMPEG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
  2992.     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
  2993.     break 2
  2994.   fi
  2995. done
  2996. done
  2997.   test -z "$ac_cv_path_FFMPEG_CONFIG" && ac_cv_path_FFMPEG_CONFIG="no"
  2998.   ;;
  2999. esac
  3000. fi
  3001. FFMPEG_CONFIG=$ac_cv_path_FFMPEG_CONFIG
  3002. if test -n "$FFMPEG_CONFIG"; then
  3003.   echo "$as_me:$LINENO: result: $FFMPEG_CONFIG" >&5
  3004. echo "${ECHO_T}$FFMPEG_CONFIG" >&6
  3005. else
  3006.   echo "$as_me:$LINENO: result: no" >&5
  3007. echo "${ECHO_T}no" >&6
  3008. fi
  3009.   if test "${FFMPEG_CONFIG}" != "no"
  3010.   then
  3011. for ac_header in ffmpeg/avcodec.h
  3012. do
  3013. as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
  3014. if eval "test "${$as_ac_Header+set}" = set"; then
  3015.   echo "$as_me:$LINENO: checking for $ac_header" >&5
  3016. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  3017. if eval "test "${$as_ac_Header+set}" = set"; then
  3018.   echo $ECHO_N "(cached) $ECHO_C" >&6
  3019. fi
  3020. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  3021. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  3022. else
  3023.   # Is the header compilable?
  3024. echo "$as_me:$LINENO: checking $ac_header usability" >&5
  3025. echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
  3026. cat >conftest.$ac_ext <<_ACEOF
  3027. /* confdefs.h.  */
  3028. _ACEOF
  3029. cat confdefs.h >>conftest.$ac_ext
  3030. cat >>conftest.$ac_ext <<_ACEOF
  3031. /* end confdefs.h.  */
  3032. $ac_includes_default
  3033. #include <$ac_header>
  3034. _ACEOF
  3035. rm -f conftest.$ac_objext
  3036. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  3037.   (eval $ac_compile) 2>conftest.er1
  3038.   ac_status=$?
  3039.   grep -v '^ *+' conftest.er1 >conftest.err
  3040.   rm -f conftest.er1
  3041.   cat conftest.err >&5
  3042.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3043.   (exit $ac_status); } &&
  3044.  { ac_try='test -z "$ac_c_werror_flag"  || test ! -s conftest.err'
  3045.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  3046.   (eval $ac_try) 2>&5
  3047.   ac_status=$?
  3048.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3049.   (exit $ac_status); }; } &&
  3050.  { ac_try='test -s conftest.$ac_objext'
  3051.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  3052.   (eval $ac_try) 2>&5
  3053.   ac_status=$?
  3054.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3055.   (exit $ac_status); }; }; then
  3056.   ac_header_compiler=yes
  3057. else
  3058.   echo "$as_me: failed program was:" >&5
  3059. sed 's/^/| /' conftest.$ac_ext >&5
  3060. ac_header_compiler=no
  3061. fi
  3062. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  3063. echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  3064. echo "${ECHO_T}$ac_header_compiler" >&6
  3065. # Is the header present?
  3066. echo "$as_me:$LINENO: checking $ac_header presence" >&5
  3067. echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
  3068. cat >conftest.$ac_ext <<_ACEOF
  3069. /* confdefs.h.  */
  3070. _ACEOF
  3071. cat confdefs.h >>conftest.$ac_ext
  3072. cat >>conftest.$ac_ext <<_ACEOF
  3073. /* end confdefs.h.  */
  3074. #include <$ac_header>
  3075. _ACEOF
  3076. if { (eval echo "$as_me:$LINENO: "$ac_cpp conftest.$ac_ext"") >&5
  3077.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  3078.   ac_status=$?
  3079.   grep -v '^ *+' conftest.er1 >conftest.err
  3080.   rm -f conftest.er1
  3081.   cat conftest.err >&5
  3082.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3083.   (exit $ac_status); } >/dev/null; then
  3084.   if test -s conftest.err; then
  3085.     ac_cpp_err=$ac_c_preproc_warn_flag
  3086.     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
  3087.   else
  3088.     ac_cpp_err=
  3089.   fi
  3090. else
  3091.   ac_cpp_err=yes
  3092. fi
  3093. if test -z "$ac_cpp_err"; then
  3094.   ac_header_preproc=yes
  3095. else
  3096.   echo "$as_me: failed program was:" >&5
  3097. sed 's/^/| /' conftest.$ac_ext >&5
  3098.   ac_header_preproc=no
  3099. fi
  3100. rm -f conftest.err conftest.$ac_ext
  3101. echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  3102. echo "${ECHO_T}$ac_header_preproc" >&6
  3103. # So?  What about this header?
  3104. case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
  3105.   yes:no: )
  3106.     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
  3107. echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
  3108.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
  3109. echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
  3110.     ac_header_preproc=yes
  3111.     ;;
  3112.   no:yes:* )
  3113.     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
  3114. echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
  3115.     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
  3116. echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
  3117.     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
  3118. echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
  3119.     { echo "$as_me:$LINENO: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&5
  3120. echo "$as_me: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&2;}
  3121.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
  3122. echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
  3123.     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
  3124. echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
  3125.     (
  3126.       cat <<_ASBOX
  3127. ## ------------------------------ ##
  3128. ## Report this to the vlc lists.  ##
  3129. ## ------------------------------ ##
  3130. _ASBOX
  3131.     ) |
  3132.       sed "s/^/$as_me: WARNING:     /" >&2
  3133.     ;;
  3134. esac
  3135. echo "$as_me:$LINENO: checking for $ac_header" >&5
  3136. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  3137. if eval "test "${$as_ac_Header+set}" = set"; then
  3138.   echo $ECHO_N "(cached) $ECHO_C" >&6
  3139. else
  3140.   eval "$as_ac_Header=$ac_header_preproc"
  3141. fi
  3142. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  3143. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  3144. fi
  3145. if test `eval echo '${'$as_ac_Header'}'` = yes; then
  3146.   cat >>confdefs.h <<_ACEOF
  3147. #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
  3148. _ACEOF
  3149. fi
  3150. done
  3151. for ac_header in postproc/postprocess.h
  3152. do
  3153. as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
  3154. if eval "test "${$as_ac_Header+set}" = set"; then
  3155.   echo "$as_me:$LINENO: checking for $ac_header" >&5
  3156. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  3157. if eval "test "${$as_ac_Header+set}" = set"; then
  3158.   echo $ECHO_N "(cached) $ECHO_C" >&6
  3159. fi
  3160. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  3161. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  3162. else
  3163.   # Is the header compilable?
  3164. echo "$as_me:$LINENO: checking $ac_header usability" >&5
  3165. echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
  3166. cat >conftest.$ac_ext <<_ACEOF
  3167. /* confdefs.h.  */
  3168. _ACEOF
  3169. cat confdefs.h >>conftest.$ac_ext
  3170. cat >>conftest.$ac_ext <<_ACEOF
  3171. /* end confdefs.h.  */
  3172. $ac_includes_default
  3173. #include <$ac_header>
  3174. _ACEOF
  3175. rm -f conftest.$ac_objext
  3176. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  3177.   (eval $ac_compile) 2>conftest.er1
  3178.   ac_status=$?
  3179.   grep -v '^ *+' conftest.er1 >conftest.err
  3180.   rm -f conftest.er1
  3181.   cat conftest.err >&5
  3182.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3183.   (exit $ac_status); } &&
  3184.  { ac_try='test -z "$ac_c_werror_flag"  || test ! -s conftest.err'
  3185.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  3186.   (eval $ac_try) 2>&5
  3187.   ac_status=$?
  3188.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3189.   (exit $ac_status); }; } &&
  3190.  { ac_try='test -s conftest.$ac_objext'
  3191.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  3192.   (eval $ac_try) 2>&5
  3193.   ac_status=$?
  3194.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3195.   (exit $ac_status); }; }; then
  3196.   ac_header_compiler=yes
  3197. else
  3198.   echo "$as_me: failed program was:" >&5
  3199. sed 's/^/| /' conftest.$ac_ext >&5
  3200. ac_header_compiler=no
  3201. fi
  3202. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  3203. echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  3204. echo "${ECHO_T}$ac_header_compiler" >&6
  3205. # Is the header present?
  3206. echo "$as_me:$LINENO: checking $ac_header presence" >&5
  3207. echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
  3208. cat >conftest.$ac_ext <<_ACEOF
  3209. /* confdefs.h.  */
  3210. _ACEOF
  3211. cat confdefs.h >>conftest.$ac_ext
  3212. cat >>conftest.$ac_ext <<_ACEOF
  3213. /* end confdefs.h.  */
  3214. #include <$ac_header>
  3215. _ACEOF
  3216. if { (eval echo "$as_me:$LINENO: "$ac_cpp conftest.$ac_ext"") >&5
  3217.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  3218.   ac_status=$?
  3219.   grep -v '^ *+' conftest.er1 >conftest.err
  3220.   rm -f conftest.er1
  3221.   cat conftest.err >&5
  3222.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3223.   (exit $ac_status); } >/dev/null; then
  3224.   if test -s conftest.err; then
  3225.     ac_cpp_err=$ac_c_preproc_warn_flag
  3226.     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
  3227.   else
  3228.     ac_cpp_err=
  3229.   fi
  3230. else
  3231.   ac_cpp_err=yes
  3232. fi
  3233. if test -z "$ac_cpp_err"; then
  3234.   ac_header_preproc=yes
  3235. else
  3236.   echo "$as_me: failed program was:" >&5
  3237. sed 's/^/| /' conftest.$ac_ext >&5
  3238.   ac_header_preproc=no
  3239. fi
  3240. rm -f conftest.err conftest.$ac_ext
  3241. echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  3242. echo "${ECHO_T}$ac_header_preproc" >&6
  3243. # So?  What about this header?
  3244. case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
  3245.   yes:no: )
  3246.     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
  3247. echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
  3248.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
  3249. echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
  3250.     ac_header_preproc=yes
  3251.     ;;
  3252.   no:yes:* )
  3253.     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
  3254. echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
  3255.     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
  3256. echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
  3257.     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
  3258. echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
  3259.     { echo "$as_me:$LINENO: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&5
  3260. echo "$as_me: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&2;}
  3261.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
  3262. echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
  3263.     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
  3264. echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
  3265.     (
  3266.       cat <<_ASBOX
  3267. ## ------------------------------ ##
  3268. ## Report this to the vlc lists.  ##
  3269. ## ------------------------------ ##
  3270. _ASBOX
  3271.     ) |
  3272.       sed "s/^/$as_me: WARNING:     /" >&2
  3273.     ;;
  3274. esac
  3275. echo "$as_me:$LINENO: checking for $ac_header" >&5
  3276. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  3277. if eval "test "${$as_ac_Header+set}" = set"; then
  3278.   echo $ECHO_N "(cached) $ECHO_C" >&6
  3279. else
  3280.   eval "$as_ac_Header=$ac_header_preproc"
  3281. fi
  3282. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  3283. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  3284. fi
  3285. if test `eval echo '${'$as_ac_Header'}'` = yes; then
  3286.   cat >>confdefs.h <<_ACEOF
  3287. #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
  3288. _ACEOF
  3289. fi
  3290. done
  3291.   PLUGINS="${PLUGINS} ffmpeg"
  3292.   for element in ffmpeg; do
  3293.     eval "CFLAGS_${element}="'"$'"{CFLAGS_${element}} `${FFMPEG_CONFIG} --cflags`"'"'
  3294.     am_modules_with_cflags="${am_modules_with_cflags} ${element}"
  3295.   done
  3296.   for element in ffmpeg; do
  3297.     eval "LDFLAGS_${element}="'"'"`${FFMPEG_CONFIG} --plugin-libs avcodec avformat postproc` "'$'"{LDFLAGS_${element}} "'"'
  3298.     am_modules_with_ldflags="${am_modules_with_ldflags} ${element}"
  3299.   done
  3300.   else
  3301. # Check whether --with-ffmpeg-mp3lame or --without-ffmpeg-mp3lame was given.
  3302. if test "${with_ffmpeg_mp3lame+set}" = set; then
  3303.   withval="$with_ffmpeg_mp3lame"
  3304.   for element in ffmpeg; do
  3305.     eval "LDFLAGS_${element}="'"'"-lmp3lame "'$'"{LDFLAGS_${element}} "'"'
  3306.     am_modules_with_ldflags="${am_modules_with_ldflags} ${element}"
  3307.   done
  3308. fi;
  3309. # Check whether --with-ffmpeg-faac or --without-ffmpeg-faac was given.
  3310. if test "${with_ffmpeg_faac+set}" = set; then
  3311.   withval="$with_ffmpeg_faac"
  3312.   for element in ffmpeg; do
  3313.     eval "LDFLAGS_${element}="'"'"-lfaac "'$'"{LDFLAGS_${element}} "'"'
  3314.     am_modules_with_ldflags="${am_modules_with_ldflags} ${element}"
  3315.   done
  3316. fi;
  3317. # Check whether --with-ffmpeg-dts or --without-ffmpeg-dts was given.
  3318. if test "${with_ffmpeg_dts+set}" = set; then
  3319.   withval="$with_ffmpeg_dts"
  3320.   for element in ffmpeg; do
  3321.     eval "LDFLAGS_${element}="'"'"-ldts "'$'"{LDFLAGS_${element}} "'"'
  3322.     am_modules_with_ldflags="${am_modules_with_ldflags} ${element}"
  3323.   done
  3324. fi;
  3325. # Check whether --with-ffmpeg-zlib or --without-ffmpeg-zlib was given.
  3326. if test "${with_ffmpeg_zlib+set}" = set; then
  3327.   withval="$with_ffmpeg_zlib"
  3328.   for element in ffmpeg; do
  3329.     eval "LDFLAGS_${element}="'"'"-lz "'$'"{LDFLAGS_${element}} "'"'
  3330.     am_modules_with_ldflags="${am_modules_with_ldflags} ${element}"
  3331.   done
  3332. fi;
  3333. # Check whether --with-ffmpeg-tree or --without-ffmpeg-tree was given.
  3334. if test "${with_ffmpeg_tree+set}" = set; then
  3335.   withval="$with_ffmpeg_tree"
  3336. fi;
  3337.                 if test "${with_ffmpeg_tree}" = "no" -o -z "${with_ffmpeg_tree}"; then
  3338.       CPPFLAGS="${CPPFLAGS_save} ${CPPFLAGS_ffmpeg}"
  3339.       LDFLAGS="${LDFLAGS_save} ${LDFLAGS_ffmpeg}"
  3340. for ac_header in ffmpeg/avcodec.h
  3341. do
  3342. as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
  3343. if eval "test "${$as_ac_Header+set}" = set"; then
  3344.   echo "$as_me:$LINENO: checking for $ac_header" >&5
  3345. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  3346. if eval "test "${$as_ac_Header+set}" = set"; then
  3347.   echo $ECHO_N "(cached) $ECHO_C" >&6
  3348. fi
  3349. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  3350. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  3351. else
  3352.   # Is the header compilable?
  3353. echo "$as_me:$LINENO: checking $ac_header usability" >&5
  3354. echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
  3355. cat >conftest.$ac_ext <<_ACEOF
  3356. /* confdefs.h.  */
  3357. _ACEOF
  3358. cat confdefs.h >>conftest.$ac_ext
  3359. cat >>conftest.$ac_ext <<_ACEOF
  3360. /* end confdefs.h.  */
  3361. $ac_includes_default
  3362. #include <$ac_header>
  3363. _ACEOF
  3364. rm -f conftest.$ac_objext
  3365. if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  3366.   (eval $ac_compile) 2>conftest.er1
  3367.   ac_status=$?
  3368.   grep -v '^ *+' conftest.er1 >conftest.err
  3369.   rm -f conftest.er1
  3370.   cat conftest.err >&5
  3371.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3372.   (exit $ac_status); } &&
  3373.  { ac_try='test -z "$ac_c_werror_flag"  || test ! -s conftest.err'
  3374.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  3375.   (eval $ac_try) 2>&5
  3376.   ac_status=$?
  3377.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3378.   (exit $ac_status); }; } &&
  3379.  { ac_try='test -s conftest.$ac_objext'
  3380.   { (eval echo "$as_me:$LINENO: "$ac_try"") >&5
  3381.   (eval $ac_try) 2>&5
  3382.   ac_status=$?
  3383.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3384.   (exit $ac_status); }; }; then
  3385.   ac_header_compiler=yes
  3386. else
  3387.   echo "$as_me: failed program was:" >&5
  3388. sed 's/^/| /' conftest.$ac_ext >&5
  3389. ac_header_compiler=no
  3390. fi
  3391. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
  3392. echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
  3393. echo "${ECHO_T}$ac_header_compiler" >&6
  3394. # Is the header present?
  3395. echo "$as_me:$LINENO: checking $ac_header presence" >&5
  3396. echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
  3397. cat >conftest.$ac_ext <<_ACEOF
  3398. /* confdefs.h.  */
  3399. _ACEOF
  3400. cat confdefs.h >>conftest.$ac_ext
  3401. cat >>conftest.$ac_ext <<_ACEOF
  3402. /* end confdefs.h.  */
  3403. #include <$ac_header>
  3404. _ACEOF
  3405. if { (eval echo "$as_me:$LINENO: "$ac_cpp conftest.$ac_ext"") >&5
  3406.   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
  3407.   ac_status=$?
  3408.   grep -v '^ *+' conftest.er1 >conftest.err
  3409.   rm -f conftest.er1
  3410.   cat conftest.err >&5
  3411.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  3412.   (exit $ac_status); } >/dev/null; then
  3413.   if test -s conftest.err; then
  3414.     ac_cpp_err=$ac_c_preproc_warn_flag
  3415.     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
  3416.   else
  3417.     ac_cpp_err=
  3418.   fi
  3419. else
  3420.   ac_cpp_err=yes
  3421. fi
  3422. if test -z "$ac_cpp_err"; then
  3423.   ac_header_preproc=yes
  3424. else
  3425.   echo "$as_me: failed program was:" >&5
  3426. sed 's/^/| /' conftest.$ac_ext >&5
  3427.   ac_header_preproc=no
  3428. fi
  3429. rm -f conftest.err conftest.$ac_ext
  3430. echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
  3431. echo "${ECHO_T}$ac_header_preproc" >&6
  3432. # So?  What about this header?
  3433. case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
  3434.   yes:no: )
  3435.     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
  3436. echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
  3437.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
  3438. echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
  3439.     ac_header_preproc=yes
  3440.     ;;
  3441.   no:yes:* )
  3442.     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
  3443. echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
  3444.     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
  3445. echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
  3446.     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
  3447. echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
  3448.     { echo "$as_me:$LINENO: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&5
  3449. echo "$as_me: WARNING: $ac_header:     section "Present But Cannot Be Compiled"" >&2;}
  3450.     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
  3451. echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
  3452.     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
  3453. echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
  3454.     (
  3455.       cat <<_ASBOX
  3456. ## ------------------------------ ##
  3457. ## Report this to the vlc lists.  ##
  3458. ## ------------------------------ ##
  3459. _ASBOX
  3460.     ) |
  3461.       sed "s/^/$as_me: WARNING:     /" >&2
  3462.     ;;
  3463. esac
  3464. echo "$as_me:$LINENO: checking for $ac_header" >&5
  3465. echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
  3466. if eval "test "${$as_ac_Header+set}" = set"; then
  3467.   echo $ECHO_N "(cached) $ECHO_C" >&6
  3468. else
  3469.   eval "$as_ac_Header=$ac_header_preproc"
  3470. fi
  3471. echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
  3472. echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
  3473. fi
  3474. if test `eval echo '${'$as_ac_Header'}'` = yes; then
  3475.   cat >>confdefs.h <<_ACEOF
  3476. #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
  3477. _ACEOF