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

多媒体

开发平台:

MultiPlatform

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