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

多媒体

开发平台:

MultiPlatform

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