configure
上传用户:kjfoods
上传日期:2020-07-06
资源大小:29949k
文件大小:1341k
源码类别:

midi

开发平台:

Unix_Linux

  1.         if test $_pkg_short_errors_supported = yes; then
  2.         LIBCDDB_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libcddb >= 0.9.5"`
  3.         else
  4.         LIBCDDB_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libcddb >= 0.9.5"`
  5.         fi
  6. # Put the nasty error message in config.log where it belongs
  7. echo "$LIBCDDB_PKG_ERRORS" >&5
  8. { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  9. $as_echo "no" >&6; }
  10.                 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: new enough libcddb not found. CDDB access disabled" >&5
  11. $as_echo "$as_me: WARNING: new enough libcddb not found. CDDB access disabled" >&2;}
  12.       HAVE_LIBCDDB=no
  13. elif test $pkg_failed = untried; then
  14. { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: new enough libcddb not found. CDDB access disabled" >&5
  15. $as_echo "$as_me: WARNING: new enough libcddb not found. CDDB access disabled" >&2;}
  16.       HAVE_LIBCDDB=no
  17. else
  18. LIBCDDB_CFLAGS=$pkg_cv_LIBCDDB_CFLAGS
  19. LIBCDDB_LIBS=$pkg_cv_LIBCDDB_LIBS
  20.         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  21. $as_echo "yes" >&6; }
  22.       HAVE_LIBCDDB=yes
  23. $as_echo "#define HAVE_LIBCDDB 1" >>confdefs.h
  24.   for element in cddax; do
  25.     eval "LIBS_${element}="'"'"$LIBCDDB_LIBS "'$'"{LIBS_${element}} "'"'
  26.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  27.   done
  28.   for element in cddax; do
  29.     eval "CFLAGS_${element}="'"$'"{CFLAGS_${element}} $LIBCDDB_CFLAGS"'"'
  30.     am_modules_with_cflags="${am_modules_with_cflags} ${element}"
  31.   done
  32. fi
  33.   fi
  34. fi
  35. # Check whether --enable-vcdx was given.
  36. if test "${enable_vcdx+set}" = set; then :
  37.   enableval=$enable_vcdx;
  38. fi
  39. if test "${enable_vcdx}" = "yes"
  40. then
  41.   if test "${have_libvcdinfo}" = "yes"
  42.   then
  43.   for element in vcdx; do
  44.     eval "LIBS_${element}="'"'"$VCDINFO_LIBS "'$'"{LIBS_${element}} "'"'
  45.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  46.   done
  47.   for element in vcdx; do
  48.     eval "CFLAGS_${element}="'"$'"{CFLAGS_${element}} $VCDINFO_CFLAGS"'"'
  49.     am_modules_with_cflags="${am_modules_with_cflags} ${element}"
  50.   done
  51.   else
  52.     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: vcdx plugin disabled because ok libvcdinfo library not found or disabled" >&5
  53. $as_echo "$as_me: WARNING: vcdx plugin disabled because ok libvcdinfo library not found or disabled" >&2;}
  54.     HAVE_VCDX=no
  55.   fi
  56. pkg_failed=no
  57. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBCDIO" >&5
  58. $as_echo_n "checking for LIBCDIO... " >&6; }
  59. if test -n "$PKG_CONFIG"; then
  60.     if test -n "$LIBCDIO_CFLAGS"; then
  61.         pkg_cv_LIBCDIO_CFLAGS="$LIBCDIO_CFLAGS"
  62.     else
  63.         if test -n "$PKG_CONFIG" && 
  64.     { { $as_echo "$as_me:${as_lineno-$LINENO}: $PKG_CONFIG --exists --print-errors "libiso9660 >= 0.72""; } >&5
  65.   ($PKG_CONFIG --exists --print-errors "libiso9660 >= 0.72") 2>&5
  66.   ac_status=$?
  67.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  68.   test $ac_status = 0; }; then
  69.   pkg_cv_LIBCDIO_CFLAGS=`$PKG_CONFIG --cflags "libiso9660 >= 0.72" 2>/dev/null`
  70. else
  71.   pkg_failed=yes
  72. fi
  73.     fi
  74. else
  75. pkg_failed=untried
  76. fi
  77. if test -n "$PKG_CONFIG"; then
  78.     if test -n "$LIBCDIO_LIBS"; then
  79.         pkg_cv_LIBCDIO_LIBS="$LIBCDIO_LIBS"
  80.     else
  81.         if test -n "$PKG_CONFIG" && 
  82.     { { $as_echo "$as_me:${as_lineno-$LINENO}: $PKG_CONFIG --exists --print-errors "libiso9660 >= 0.72""; } >&5
  83.   ($PKG_CONFIG --exists --print-errors "libiso9660 >= 0.72") 2>&5
  84.   ac_status=$?
  85.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  86.   test $ac_status = 0; }; then
  87.   pkg_cv_LIBCDIO_LIBS=`$PKG_CONFIG --libs "libiso9660 >= 0.72" 2>/dev/null`
  88. else
  89.   pkg_failed=yes
  90. fi
  91.     fi
  92. else
  93. pkg_failed=untried
  94. fi
  95. if test $pkg_failed = yes; then
  96. if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
  97.         _pkg_short_errors_supported=yes
  98. else
  99.         _pkg_short_errors_supported=no
  100. fi
  101.         if test $_pkg_short_errors_supported = yes; then
  102.         LIBCDIO_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libiso9660 >= 0.72"`
  103.         else
  104.         LIBCDIO_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libiso9660 >= 0.72"`
  105.         fi
  106. # Put the nasty error message in config.log where it belongs
  107. echo "$LIBCDIO_PKG_ERRORS" >&5
  108. { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  109. $as_echo "no" >&6; }
  110.                 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: vcdx plugin disabled because ok libiso9660 library not found" >&5
  111. $as_echo "$as_me: WARNING: vcdx plugin disabled because ok libiso9660 library not found" >&2;}
  112.     HAVE_VCDX=no
  113. elif test $pkg_failed = untried; then
  114. { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: vcdx plugin disabled because ok libiso9660 library not found" >&5
  115. $as_echo "$as_me: WARNING: vcdx plugin disabled because ok libiso9660 library not found" >&2;}
  116.     HAVE_VCDX=no
  117. else
  118. LIBCDIO_CFLAGS=$pkg_cv_LIBCDIO_CFLAGS
  119. LIBCDIO_LIBS=$pkg_cv_LIBCDIO_LIBS
  120.         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  121. $as_echo "yes" >&6; }
  122.   for element in vcdx; do
  123.     eval "LIBS_${element}="'"'"$LIBISO9660_LIBS "'$'"{LIBS_${element}} "'"'
  124.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  125.   done
  126.   for element in vcdx; do
  127.     eval "CFLAGS_${element}="'"$'"{CFLAGS_${element}} $LIBISO9660_CFLAGS"'"'
  128.     am_modules_with_cflags="${am_modules_with_cflags} ${element}"
  129.   done
  130. fi
  131.   if test "$have_libvcdinfo" = "yes"
  132.   then
  133. $as_echo "#define HAVE_VCDX 1" >>confdefs.h
  134.   for element in vcdx; do
  135.     eval "LIBS_${element}="'"'"$VCDINFO_LIBS "'$'"{LIBS_${element}} "'"'
  136.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  137.   done
  138.   for element in vcdx; do
  139.     eval "CFLAGS_${element}="'"$'"{CFLAGS_${element}} $VCDINFO_CFLAGS"'"'
  140.     am_modules_with_cflags="${am_modules_with_cflags} ${element}"
  141.   done
  142.   PLUGINS="${PLUGINS} vcdx"
  143.   LTLIBvcdx="libvcdx_plugin.la"
  144.   else
  145.     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: vcdx plugin disabled because ok libvcdinfo library not found" >&5
  146. $as_echo "$as_me: WARNING: vcdx plugin disabled because ok libvcdinfo library not found" >&2;}
  147.     HAVE_VCDX=no
  148.   fi
  149. fi
  150. # Check whether --enable-cdda was given.
  151. if test "${enable_cdda+set}" = set; then :
  152.   enableval=$enable_cdda;
  153. fi
  154. # Check whether --enable-vcd was given.
  155. if test "${enable_vcd+set}" = set; then :
  156.   enableval=$enable_vcd;
  157. fi
  158. if test "${enable_vcd}" != "no"
  159. then
  160.   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cdrom_msf0 in linux/cdrom.h" >&5
  161. $as_echo_n "checking for cdrom_msf0 in linux/cdrom.h... " >&6; }
  162.   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  163. /* end confdefs.h.  */
  164. #include <linux/cdrom.h>
  165. _ACEOF
  166. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  167.   $EGREP "cdrom_msf0" >/dev/null 2>&1; then :
  168.     { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  169. $as_echo "yes" >&6; }
  170.   PLUGINS="${PLUGINS} vcd"
  171.   LTLIBvcd="libvcd_plugin.la"
  172.   PLUGINS="${PLUGINS} cdda"
  173.   LTLIBcdda="libcdda_plugin.la"
  174. else
  175.     { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  176. $as_echo "no" >&6; }
  177. fi
  178. rm -f conftest*
  179.   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for scsireq in sys/scsiio.h" >&5
  180. $as_echo_n "checking for scsireq in sys/scsiio.h... " >&6; }
  181.   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  182. /* end confdefs.h.  */
  183. #include <sys/scsiio.h>
  184. _ACEOF
  185. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  186.   $EGREP "scsireq" >/dev/null 2>&1; then :
  187.     { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  188. $as_echo "yes" >&6; }
  189.   PLUGINS="${PLUGINS} vcd"
  190.   LTLIBvcd="libvcd_plugin.la"
  191.   PLUGINS="${PLUGINS} cdda"
  192.   LTLIBcdda="libcdda_plugin.la"
  193. $as_echo "#define HAVE_SCSIREQ_IN_SYS_SCSIIO_H 1" >>confdefs.h
  194. else
  195.     { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  196. $as_echo "no" >&6; }
  197. fi
  198. rm -f conftest*
  199.   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ioc_toc_header in sys/cdio.h" >&5
  200. $as_echo_n "checking for ioc_toc_header in sys/cdio.h... " >&6; }
  201.   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  202. /* end confdefs.h.  */
  203. #include <sys/cdio.h>
  204. _ACEOF
  205. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  206.   $EGREP "ioc_toc_header " >/dev/null 2>&1; then :
  207.     { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  208. $as_echo "yes" >&6; }
  209.   PLUGINS="${PLUGINS} vcd"
  210.   LTLIBvcd="libvcd_plugin.la"
  211.   PLUGINS="${PLUGINS} cdda"
  212.   LTLIBcdda="libcdda_plugin.la"
  213. $as_echo "#define HAVE_IOC_TOC_HEADER_IN_SYS_CDIO_H 1" >>confdefs.h
  214. else
  215.     { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  216. $as_echo "no" >&6; }
  217. fi
  218. rm -f conftest*
  219.   if test "${SYS}" = "bsdi" -o "${SYS}" = "mingw32"
  220.   then
  221.   PLUGINS="${PLUGINS} vcd"
  222.   LTLIBvcd="libvcd_plugin.la"
  223.   PLUGINS="${PLUGINS} cdda"
  224.   LTLIBcdda="libcdda_plugin.la"
  225.   fi
  226.   if test "${SYS}" = "darwin"
  227.   then
  228.   PLUGINS="${PLUGINS} vcd"
  229.   LTLIBvcd="libvcd_plugin.la"
  230.   PLUGINS="${PLUGINS} cdda"
  231.   LTLIBcdda="libcdda_plugin.la"
  232.   for element in vcd vcdx cdda cddax; do
  233.     eval "LDFLAGS_${element}="'"'"-Wl,-framework,IOKit,-framework,CoreFoundation "'$'"{LDFLAGS_${element}} "'"'
  234.     am_modules_with_ldflags="${am_modules_with_ldflags} ${element}"
  235.   done
  236.   for element in vcdx cddax cdda; do
  237.     eval "LIBS_${element}="'"'"-liconv "'$'"{LIBS_${element}} "'"'
  238.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  239.   done
  240.   fi
  241.   if test "$enable_libcddb" != "no"; then
  242. pkg_failed=no
  243. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBCDDB" >&5
  244. $as_echo_n "checking for LIBCDDB... " >&6; }
  245. if test -n "$PKG_CONFIG"; then
  246.     if test -n "$LIBCDDB_CFLAGS"; then
  247.         pkg_cv_LIBCDDB_CFLAGS="$LIBCDDB_CFLAGS"
  248.     else
  249.         if test -n "$PKG_CONFIG" && 
  250.     { { $as_echo "$as_me:${as_lineno-$LINENO}: $PKG_CONFIG --exists --print-errors "libcddb >= 0.9.5""; } >&5
  251.   ($PKG_CONFIG --exists --print-errors "libcddb >= 0.9.5") 2>&5
  252.   ac_status=$?
  253.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  254.   test $ac_status = 0; }; then
  255.   pkg_cv_LIBCDDB_CFLAGS=`$PKG_CONFIG --cflags "libcddb >= 0.9.5" 2>/dev/null`
  256. else
  257.   pkg_failed=yes
  258. fi
  259.     fi
  260. else
  261. pkg_failed=untried
  262. fi
  263. if test -n "$PKG_CONFIG"; then
  264.     if test -n "$LIBCDDB_LIBS"; then
  265.         pkg_cv_LIBCDDB_LIBS="$LIBCDDB_LIBS"
  266.     else
  267.         if test -n "$PKG_CONFIG" && 
  268.     { { $as_echo "$as_me:${as_lineno-$LINENO}: $PKG_CONFIG --exists --print-errors "libcddb >= 0.9.5""; } >&5
  269.   ($PKG_CONFIG --exists --print-errors "libcddb >= 0.9.5") 2>&5
  270.   ac_status=$?
  271.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  272.   test $ac_status = 0; }; then
  273.   pkg_cv_LIBCDDB_LIBS=`$PKG_CONFIG --libs "libcddb >= 0.9.5" 2>/dev/null`
  274. else
  275.   pkg_failed=yes
  276. fi
  277.     fi
  278. else
  279. pkg_failed=untried
  280. fi
  281. if test $pkg_failed = yes; then
  282. if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
  283.         _pkg_short_errors_supported=yes
  284. else
  285.         _pkg_short_errors_supported=no
  286. fi
  287.         if test $_pkg_short_errors_supported = yes; then
  288.         LIBCDDB_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libcddb >= 0.9.5"`
  289.         else
  290.         LIBCDDB_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libcddb >= 0.9.5"`
  291.         fi
  292. # Put the nasty error message in config.log where it belongs
  293. echo "$LIBCDDB_PKG_ERRORS" >&5
  294. { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  295. $as_echo "no" >&6; }
  296.                 :
  297.       { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: new enough libcddb not found. CDDB access disabled" >&5
  298. $as_echo "$as_me: WARNING: new enough libcddb not found. CDDB access disabled" >&2;}
  299.       HAVE_LIBCDDB=no
  300. elif test $pkg_failed = untried; then
  301. :
  302.       { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: new enough libcddb not found. CDDB access disabled" >&5
  303. $as_echo "$as_me: WARNING: new enough libcddb not found. CDDB access disabled" >&2;}
  304.       HAVE_LIBCDDB=no
  305. else
  306. LIBCDDB_CFLAGS=$pkg_cv_LIBCDDB_CFLAGS
  307. LIBCDDB_LIBS=$pkg_cv_LIBCDDB_LIBS
  308.         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  309. $as_echo "yes" >&6; }
  310.       HAVE_LIBCDDB=yes
  311. $as_echo "#define HAVE_LIBCDDB 1" >>confdefs.h
  312.   for element in cdda; do
  313.     eval "LIBS_${element}="'"'"$LIBCDDB_LIBS "'$'"{LIBS_${element}} "'"'
  314.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  315.   done
  316.   for element in cdda; do
  317.     eval "CFLAGS_${element}="'"$'"{CFLAGS_${element}} $LIBCDDB_CFLAGS"'"'
  318.     am_modules_with_cflags="${am_modules_with_cflags} ${element}"
  319.   done
  320. fi
  321.   fi
  322. fi
  323. # Check whether --enable-dvb was given.
  324. if test "${enable_dvb+set}" = set; then :
  325.   enableval=$enable_dvb;
  326. fi
  327. if test "${enable_dvb}" != "no"
  328. then
  329.     if test "${have_dvbpsi}" = "yes" ; then :
  330. # Check whether --with-dvb was given.
  331. if test "${with_dvb+set}" = set; then :
  332.   withval=$with_dvb;
  333. fi
  334.      if test "${with_dvb}" != "no" -a -n "${with_dvb}"
  335.      then
  336.   for element in dvb; do
  337.     eval "CFLAGS_${element}="'"$'"{CFLAGS_${element}} -I${with_dvb}/include"'"'
  338.     am_modules_with_cflags="${am_modules_with_cflags} ${element}"
  339.   done
  340.      fi
  341.      CPPFLAGS="${CPPFLAGS_save} -I${with_dvb}/include"
  342.      for ac_header in linux/dvb/version.h linux/dvb/frontend.h
  343. do :
  344.   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
  345. ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
  346. eval as_val=$$as_ac_Header
  347.    if test "x$as_val" = x""yes; then :
  348.   cat >>confdefs.h <<_ACEOF
  349. #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
  350. _ACEOF
  351.   PLUGINS="${PLUGINS} dvb"
  352.   LTLIBdvb="libdvb_plugin.la"
  353. else
  354.   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: linux-dvb headers not found" >&5
  355. $as_echo "$as_me: WARNING: linux-dvb headers not found" >&2;}
  356. fi
  357. done
  358.      CPPFLAGS="${CPPFLAGS_save}"
  359. else
  360.      { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: the dvb access module requires libdvbpsi" >&5
  361. $as_echo "$as_me: WARNING: the dvb access module requires libdvbpsi" >&2;}
  362. fi
  363. fi
  364. # Check whether --enable-screen was given.
  365. if test "${enable_screen+set}" = set; then :
  366.   enableval=$enable_screen;
  367. fi
  368. if test "${enable_screen}" != "no"; then
  369.   if test "${SYS}" = "darwin"; then
  370.     for ac_header in OpenGL/gl.h
  371. do :
  372.   ac_fn_c_check_header_mongrel "$LINENO" "OpenGL/gl.h" "ac_cv_header_OpenGL_gl_h" "$ac_includes_default"
  373. if test "x$ac_cv_header_OpenGL_gl_h" = x""yes; then :
  374.   cat >>confdefs.h <<_ACEOF
  375. #define HAVE_OPENGL_GL_H 1
  376. _ACEOF
  377.       for ac_header in ApplicationServices/ApplicationServices.h
  378. do :
  379.   ac_fn_c_check_header_mongrel "$LINENO" "ApplicationServices/ApplicationServices.h" "ac_cv_header_ApplicationServices_ApplicationServices_h" "$ac_includes_default"
  380. if test "x$ac_cv_header_ApplicationServices_ApplicationServices_h" = x""yes; then :
  381.   cat >>confdefs.h <<_ACEOF
  382. #define HAVE_APPLICATIONSERVICES_APPLICATIONSERVICES_H 1
  383. _ACEOF
  384.   PLUGINS="${PLUGINS} screen"
  385.   LTLIBscreen="libscreen_plugin.la"
  386.   for element in screen; do
  387.     eval "LDFLAGS_${element}="'"'"-Wl,-framework,OpenGL,-framework,ApplicationServices "'$'"{LDFLAGS_${element}} "'"'
  388.     am_modules_with_ldflags="${am_modules_with_ldflags} ${element}"
  389.   done
  390. fi
  391. done
  392. fi
  393. done
  394.   elif test "${SYS}" = "mingw32"; then
  395.   PLUGINS="${PLUGINS} screen"
  396.   LTLIBscreen="libscreen_plugin.la"
  397.   for element in screen; do
  398.     eval "LIBS_${element}="'"'"-lgdi32 "'$'"{LIBS_${element}} "'"'
  399.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  400.   done
  401.   elif test "${SYS}" = "mingwce"; then
  402.     CPPFLAGS="${CPPFLAGS_save}"
  403.   elif test "${SYS}" = "beos"; then
  404.   PLUGINS="${PLUGINS} screen"
  405.   LTLIBscreen="libscreen_plugin.la"
  406.   for element in screen; do
  407.     eval "CXXFLAGS_${element}="'"$'"{CXXFLAGS_${element}} "'"'
  408.     am_modules_with_cxxflags="${am_modules_with_cxxflags} ${element}"
  409.   done
  410.   for element in screen; do
  411.     eval "LIBS_${element}="'"'"-lbe "'$'"{LIBS_${element}} "'"'
  412.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  413.   done
  414.   fi
  415. fi
  416. have_ipv6=no
  417. for ac_func in inet_pton
  418. do :
  419.   ac_fn_c_check_func "$LINENO" "inet_pton" "ac_cv_func_inet_pton"
  420. if test "x$ac_cv_func_inet_pton" = x""yes; then :
  421.   cat >>confdefs.h <<_ACEOF
  422. #define HAVE_INET_PTON 1
  423. _ACEOF
  424.  have_ipv6=yes
  425. else
  426.   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inet_pton in -lnsl" >&5
  427. $as_echo_n "checking for inet_pton in -lnsl... " >&6; }
  428. if test "${ac_cv_lib_nsl_inet_pton+set}" = set; then :
  429.   $as_echo_n "(cached) " >&6
  430. else
  431.   ac_check_lib_save_LIBS=$LIBS
  432. LIBS="-lnsl  $LIBS"
  433. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  434. /* end confdefs.h.  */
  435. /* Override any GCC internal prototype to avoid an error.
  436.    Use char because int might match the return type of a GCC
  437.    builtin and then its argument prototype would still apply.  */
  438. #ifdef __cplusplus
  439. extern "C"
  440. #endif
  441. char inet_pton ();
  442. int
  443. main ()
  444. {
  445. return inet_pton ();
  446.   ;
  447.   return 0;
  448. }
  449. _ACEOF
  450. if ac_fn_c_try_link "$LINENO"; then :
  451.   ac_cv_lib_nsl_inet_pton=yes
  452. else
  453.   ac_cv_lib_nsl_inet_pton=no
  454. fi
  455. rm -f core conftest.err conftest.$ac_objext 
  456.     conftest$ac_exeext conftest.$ac_ext
  457. LIBS=$ac_check_lib_save_LIBS
  458. fi
  459. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_inet_pton" >&5
  460. $as_echo "$ac_cv_lib_nsl_inet_pton" >&6; }
  461. if test "x$ac_cv_lib_nsl_inet_pton" = x""yes; then :
  462.   have_ipv6=yes
  463. fi
  464. fi
  465. done
  466. if test "${have_ipv6}" = "yes"; then :
  467. $as_echo "#define HAVE_INET_PTON 1" >>confdefs.h
  468. fi
  469. for ac_func in inet_ntop
  470. do :
  471.   ac_fn_c_check_func "$LINENO" "inet_ntop" "ac_cv_func_inet_ntop"
  472. if test "x$ac_cv_func_inet_ntop" = x""yes; then :
  473.   cat >>confdefs.h <<_ACEOF
  474. #define HAVE_INET_NTOP 1
  475. _ACEOF
  476. $as_echo "#define HAVE_INET_NTOP 1" >>confdefs.h
  477. fi
  478. done
  479. # Check whether --enable-ogg was given.
  480. if test "${enable_ogg+set}" = set; then :
  481.   enableval=$enable_ogg;
  482. fi
  483. if test "${enable_ogg}" != "no"
  484. then
  485. # Check whether --with-ogg-tree was given.
  486. if test "${with_ogg_tree+set}" = set; then :
  487.   withval=$with_ogg_tree;
  488. fi
  489.   if test -n "${with_ogg_tree}"
  490.   then
  491.     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libogg.a in ${with_ogg_tree}" >&5
  492. $as_echo_n "checking for libogg.a in ${with_ogg_tree}... " >&6; }
  493.     real_ogg_tree="`cd ${with_ogg_tree} 2>/dev/null && pwd`"
  494.     if test -z "${real_ogg_tree}"
  495.     then
  496.             { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  497. $as_echo "no" >&6; }
  498.       as_fn_error "cannot cd to ${with_ogg_tree}" "$LINENO" 5
  499.     fi
  500.     if test -f "${real_ogg_tree}/src/.libs/libogg.a"
  501.     then
  502.             { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${real_ogg_tree}/src/.libs/libogg.a" >&5
  503. $as_echo "${real_ogg_tree}/src/.libs/libogg.a" >&6; }
  504.   PLUGINS="${PLUGINS} ogg"
  505.   LTLIBogg="libogg_plugin.la"
  506.       if test "${enable_sout}" != "no"; then
  507.   PLUGINS="${PLUGINS} mux_ogg"
  508.   LTLIBmux_ogg="libmux_ogg_plugin.la"
  509.       fi
  510.   for element in ogg mux_ogg speex vorbis; do
  511.     eval "LIBS_${element}="'"'"${real_ogg_tree}/src/.libs/libogg.a "'$'"{LIBS_${element}} "'"'
  512.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  513.   done
  514.   for element in ogg mux_ogg speex vorbis; do
  515.     eval "CFLAGS_${element}="'"$'"{CFLAGS_${element}} -I${real_ogg_tree}/include"'"'
  516.     am_modules_with_cflags="${am_modules_with_cflags} ${element}"
  517.   done
  518.     else
  519.             { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  520. $as_echo "no" >&6; }
  521.       as_fn_error "cannot find ${real_ogg_tree}/src/.libs/libogg.a, make sure you compiled ogg in ${with_ogg_tree}" "$LINENO" 5
  522.     fi
  523.   else
  524.     for ac_header in ogg/ogg.h
  525. do :
  526.   ac_fn_c_check_header_mongrel "$LINENO" "ogg/ogg.h" "ac_cv_header_ogg_ogg_h" "$ac_includes_default"
  527. if test "x$ac_cv_header_ogg_ogg_h" = x""yes; then :
  528.   cat >>confdefs.h <<_ACEOF
  529. #define HAVE_OGG_OGG_H 1
  530. _ACEOF
  531.       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for oggpack_read in -logg" >&5
  532. $as_echo_n "checking for oggpack_read in -logg... " >&6; }
  533. if test "${ac_cv_lib_ogg_oggpack_read+set}" = set; then :
  534.   $as_echo_n "(cached) " >&6
  535. else
  536.   ac_check_lib_save_LIBS=$LIBS
  537. LIBS="-logg  $LIBS"
  538. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  539. /* end confdefs.h.  */
  540. /* Override any GCC internal prototype to avoid an error.
  541.    Use char because int might match the return type of a GCC
  542.    builtin and then its argument prototype would still apply.  */
  543. #ifdef __cplusplus
  544. extern "C"
  545. #endif
  546. char oggpack_read ();
  547. int
  548. main ()
  549. {
  550. return oggpack_read ();
  551.   ;
  552.   return 0;
  553. }
  554. _ACEOF
  555. if ac_fn_c_try_link "$LINENO"; then :
  556.   ac_cv_lib_ogg_oggpack_read=yes
  557. else
  558.   ac_cv_lib_ogg_oggpack_read=no
  559. fi
  560. rm -f core conftest.err conftest.$ac_objext 
  561.     conftest$ac_exeext conftest.$ac_ext
  562. LIBS=$ac_check_lib_save_LIBS
  563. fi
  564. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ogg_oggpack_read" >&5
  565. $as_echo "$ac_cv_lib_ogg_oggpack_read" >&6; }
  566. if test "x$ac_cv_lib_ogg_oggpack_read" = x""yes; then :
  567.   PLUGINS="${PLUGINS} ogg"
  568.   LTLIBogg="libogg_plugin.la"
  569.         if test "${enable_sout}" != "no"; then
  570.   PLUGINS="${PLUGINS} mux_ogg"
  571.   LTLIBmux_ogg="libmux_ogg_plugin.la"
  572.         fi
  573.   for element in ogg mux_ogg; do
  574.     eval "LIBS_${element}="'"'"-logg "'$'"{LIBS_${element}} "'"'
  575.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  576.   done
  577. fi
  578. fi
  579. done
  580.   fi
  581. fi
  582. # Check whether --enable-mkv was given.
  583. if test "${enable_mkv+set}" = set; then :
  584.   enableval=$enable_mkv;
  585. fi
  586. if test "${enable_mkv}" != "no" -a "${CXX}" != ""; then
  587.   ac_ext=cpp
  588. ac_cpp='$CXXCPP $CPPFLAGS'
  589. ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  590. ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  591. ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
  592.   for ac_header in ebml/EbmlVersion.h
  593. do :
  594.   ac_fn_cxx_check_header_mongrel "$LINENO" "ebml/EbmlVersion.h" "ac_cv_header_ebml_EbmlVersion_h" "$ac_includes_default"
  595. if test "x$ac_cv_header_ebml_EbmlVersion_h" = x""yes; then :
  596.   cat >>confdefs.h <<_ACEOF
  597. #define HAVE_EBML_EBMLVERSION_H 1
  598. _ACEOF
  599.     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libebml version >= 0.7.7" >&5
  600. $as_echo_n "checking for libebml version >= 0.7.7... " >&6; }
  601.     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  602. /* end confdefs.h.  */
  603. #include <ebml/EbmlVersion.h>
  604.        #ifdef LIBEBML_VERSION
  605.        #if LIBEBML_VERSION >= 0x000706
  606.        yes
  607.        #endif
  608.        #endif
  609. _ACEOF
  610. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  611.   $EGREP "yes" >/dev/null 2>&1; then :
  612.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  613. $as_echo "yes" >&6; }
  614.         for ac_header in matroska/KaxVersion.h
  615. do :
  616.   ac_fn_cxx_check_header_mongrel "$LINENO" "matroska/KaxVersion.h" "ac_cv_header_matroska_KaxVersion_h" "$ac_includes_default"
  617. if test "x$ac_cv_header_matroska_KaxVersion_h" = x""yes; then :
  618.   cat >>confdefs.h <<_ACEOF
  619. #define HAVE_MATROSKA_KAXVERSION_H 1
  620. _ACEOF
  621.           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libmatroska version >= 0.8.0" >&5
  622. $as_echo_n "checking for libmatroska version >= 0.8.0... " >&6; }
  623.           cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  624. /* end confdefs.h.  */
  625. #include <matroska/KaxVersion.h>
  626.              #ifdef LIBMATROSKA_VERSION
  627.              #if LIBMATROSKA_VERSION >= 0x000705
  628.              yes
  629.              #endif
  630.              #endif
  631. _ACEOF
  632. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  633.   $EGREP "yes" >/dev/null 2>&1; then :
  634.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  635. $as_echo "yes" >&6; }
  636.               for ac_header in matroska/KaxAttachments.h
  637. do :
  638.   ac_fn_cxx_check_header_mongrel "$LINENO" "matroska/KaxAttachments.h" "ac_cv_header_matroska_KaxAttachments_h" "$ac_includes_default"
  639. if test "x$ac_cv_header_matroska_KaxAttachments_h" = x""yes; then :
  640.   cat >>confdefs.h <<_ACEOF
  641. #define HAVE_MATROSKA_KAXATTACHMENTS_H 1
  642. _ACEOF
  643. fi
  644. done
  645.   for element in mkv; do
  646.     eval "CXXFLAGS_${element}="'"$'"{CXXFLAGS_${element}} "'"'
  647.     am_modules_with_cxxflags="${am_modules_with_cxxflags} ${element}"
  648.   done
  649.               if test "${SYS}" = "darwin"; then
  650.   for element in mkv; do
  651.     eval "CXXFLAGS_${element}="'"$'"{CXXFLAGS_${element}} -O1"'"'
  652.     am_modules_with_cxxflags="${am_modules_with_cxxflags} ${element}"
  653.   done
  654.               fi
  655.               { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lebml_pic" >&5
  656. $as_echo_n "checking for main in -lebml_pic... " >&6; }
  657. if test "${ac_cv_lib_ebml_pic_main+set}" = set; then :
  658.   $as_echo_n "(cached) " >&6
  659. else
  660.   ac_check_lib_save_LIBS=$LIBS
  661. LIBS="-lebml_pic  $LIBS"
  662. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  663. /* end confdefs.h.  */
  664. int
  665. main ()
  666. {
  667. return main ();
  668.   ;
  669.   return 0;
  670. }
  671. _ACEOF
  672. if ac_fn_cxx_try_link "$LINENO"; then :
  673.   ac_cv_lib_ebml_pic_main=yes
  674. else
  675.   ac_cv_lib_ebml_pic_main=no
  676. fi
  677. rm -f core conftest.err conftest.$ac_objext 
  678.     conftest$ac_exeext conftest.$ac_ext
  679. LIBS=$ac_check_lib_save_LIBS
  680. fi
  681. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ebml_pic_main" >&5
  682. $as_echo "$ac_cv_lib_ebml_pic_main" >&6; }
  683. if test "x$ac_cv_lib_ebml_pic_main" = x""yes; then :
  684.   PLUGINS="${PLUGINS} mkv"
  685.   LTLIBmkv="libmkv_plugin.la"
  686.   for element in mkv; do
  687.     eval "LIBS_${element}="'"'"-lmatroska -lebml_pic "'$'"{LIBS_${element}} "'"'
  688.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  689.   done
  690. else
  691.   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lebml" >&5
  692. $as_echo_n "checking for main in -lebml... " >&6; }
  693. if test "${ac_cv_lib_ebml_main+set}" = set; then :
  694.   $as_echo_n "(cached) " >&6
  695. else
  696.   ac_check_lib_save_LIBS=$LIBS
  697. LIBS="-lebml  $LIBS"
  698. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  699. /* end confdefs.h.  */
  700. int
  701. main ()
  702. {
  703. return main ();
  704.   ;
  705.   return 0;
  706. }
  707. _ACEOF
  708. if ac_fn_cxx_try_link "$LINENO"; then :
  709.   ac_cv_lib_ebml_main=yes
  710. else
  711.   ac_cv_lib_ebml_main=no
  712. fi
  713. rm -f core conftest.err conftest.$ac_objext 
  714.     conftest$ac_exeext conftest.$ac_ext
  715. LIBS=$ac_check_lib_save_LIBS
  716. fi
  717. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ebml_main" >&5
  718. $as_echo "$ac_cv_lib_ebml_main" >&6; }
  719. if test "x$ac_cv_lib_ebml_main" = x""yes; then :
  720.   PLUGINS="${PLUGINS} mkv"
  721.   LTLIBmkv="libmkv_plugin.la"
  722.   for element in mkv; do
  723.     eval "LIBS_${element}="'"'"-lmatroska -lebml "'$'"{LIBS_${element}} "'"'
  724.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  725.   done
  726. fi
  727. fi
  728. else
  729.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  730. $as_echo "no" >&6; }
  731.               as_fn_error "Your libmatroska is too old: you may get a more recent one from http://dl.matroska.org/downloads/libmatroska/. Alternatively you can use --disable-mkv to disable the matroska plugin." "$LINENO" 5
  732. fi
  733. rm -f conftest*
  734. fi
  735. done
  736. else
  737.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  738. $as_echo "no" >&6; }
  739.         as_fn_error "Your libebml is too old: you may get a more recent one from http://dl.matroska.org/downloads/libebml/. Alternatively you can use --disable-mkv to disable the matroska plugin." "$LINENO" 5
  740. fi
  741. rm -f conftest*
  742. fi
  743. done
  744.   ac_ext=c
  745. ac_cpp='$CPP $CPPFLAGS'
  746. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  747. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  748. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  749. fi
  750. # Check whether --enable-mod was given.
  751. if test "${enable_mod+set}" = set; then :
  752.   enableval=$enable_mod;
  753. fi
  754. if test "${enable_mod}" != "no"
  755. then
  756. # Check whether --with-mod-tree was given.
  757. if test "${with_mod_tree+set}" = set; then :
  758.   withval=$with_mod_tree;
  759. fi
  760.   if test -n "${with_mod_tree}"
  761.   then
  762.     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libmodplug.a in ${with_mod_tree}" >&5
  763. $as_echo_n "checking for libmodplug.a in ${with_mod_tree}... " >&6; }
  764.     real_mod_tree="`cd ${with_mod_tree} 2>/dev/null && pwd`"
  765.     if test -z "${real_mod_tree}"
  766.     then
  767.             { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  768. $as_echo "no" >&6; }
  769.       as_fn_error "cannot cd to ${with_mod_tree}" "$LINENO" 5
  770.     fi
  771.     if test -f "${real_mod_tree}/src/.libs/libmodplug.a"
  772.     then
  773.             { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${real_mod_tree}/src/.libs/libmodplug.a" >&5
  774. $as_echo "${real_mod_tree}/src/.libs/libmodplug.a" >&6; }
  775.   PLUGINS="${PLUGINS} mod"
  776.   LTLIBmod="libmod_plugin.la"
  777.   for element in mod; do
  778.     eval "LIBS_${element}="'"'"${real_mod_tree}/src/.libs/libmodplug.a -lstdc++ "'$'"{LIBS_${element}} "'"'
  779.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  780.   done
  781.   for element in mod; do
  782.     eval "CXXFLAGS_${element}="'"$'"{CXXFLAGS_${element}} -I${real_mod_tree}/include"'"'
  783.     am_modules_with_cxxflags="${am_modules_with_cxxflags} ${element}"
  784.   done
  785.     else
  786.             { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  787. $as_echo "no" >&6; }
  788.       as_fn_error "cannot find ${real_mod_tree}/src/.libs/libmodplug.a, make sure you compiled mod in ${with_mod_tree}" "$LINENO" 5
  789.     fi
  790.   else
  791.     for ac_header in libmodplug/modplug.h
  792. do :
  793.   ac_fn_c_check_header_mongrel "$LINENO" "libmodplug/modplug.h" "ac_cv_header_libmodplug_modplug_h" "$ac_includes_default"
  794. if test "x$ac_cv_header_libmodplug_modplug_h" = x""yes; then :
  795.   cat >>confdefs.h <<_ACEOF
  796. #define HAVE_LIBMODPLUG_MODPLUG_H 1
  797. _ACEOF
  798.   PLUGINS="${PLUGINS} mod"
  799.   LTLIBmod="libmod_plugin.la"
  800.   for element in mod; do
  801.     eval "CXXFLAGS_${element}="'"$'"{CXXFLAGS_${element}} "'"'
  802.     am_modules_with_cxxflags="${am_modules_with_cxxflags} ${element}"
  803.   done
  804.   for element in mod; do
  805.     eval "LIBS_${element}="'"'"-lmodplug -lstdc++ "'$'"{LIBS_${element}} "'"'
  806.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  807.   done
  808. fi
  809. done
  810.   fi
  811. fi
  812. # Check whether --enable-mpc was given.
  813. if test "${enable_mpc+set}" = set; then :
  814.   enableval=$enable_mpc;
  815. fi
  816. if test "${enable_mpc}" != "no"
  817. then
  818.   for ac_header in mpc/mpcdec.h
  819. do :
  820.   ac_fn_c_check_header_mongrel "$LINENO" "mpc/mpcdec.h" "ac_cv_header_mpc_mpcdec_h" "$ac_includes_default"
  821. if test "x$ac_cv_header_mpc_mpcdec_h" = x""yes; then :
  822.   cat >>confdefs.h <<_ACEOF
  823. #define HAVE_MPC_MPCDEC_H 1
  824. _ACEOF
  825.   PLUGINS="${PLUGINS} mpc"
  826.   LTLIBmpc="libmpc_plugin.la"
  827.   for element in mpc; do
  828.     eval "LIBS_${element}="'"'"-lmpcdec "'$'"{LIBS_${element}} "'"'
  829.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  830.   done
  831. else
  832.   for ac_header in mpcdec/mpcdec.h
  833. do :
  834.   ac_fn_c_check_header_mongrel "$LINENO" "mpcdec/mpcdec.h" "ac_cv_header_mpcdec_mpcdec_h" "$ac_includes_default"
  835. if test "x$ac_cv_header_mpcdec_mpcdec_h" = x""yes; then :
  836.   cat >>confdefs.h <<_ACEOF
  837. #define HAVE_MPCDEC_MPCDEC_H 1
  838. _ACEOF
  839.   PLUGINS="${PLUGINS} mpc"
  840.   LTLIBmpc="libmpc_plugin.la"
  841.   for element in mpc; do
  842.     eval "LIBS_${element}="'"'"-lmpcdec "'$'"{LIBS_${element}} "'"'
  843.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  844.   done
  845. fi
  846. done
  847. fi
  848. done
  849. fi
  850. # Check whether --enable-gme was given.
  851. if test "${enable_gme+set}" = set; then :
  852.   enableval=$enable_gme;
  853. fi
  854. if test "${enable_gme}" != "no" -a "${CXX}" != "";
  855. then
  856.   ac_ext=cpp
  857. ac_cpp='$CXXCPP $CPPFLAGS'
  858. ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  859. ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  860. ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
  861. # Check whether --with-gme-tree was given.
  862. if test "${with_gme_tree+set}" = set; then :
  863.   withval=$with_gme_tree;
  864. fi
  865.   if test -n "${with_gme_tree}"
  866.   then
  867.     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libgme.a in ${with_mod_tree}" >&5
  868. $as_echo_n "checking for libgme.a in ${with_mod_tree}... " >&6; }
  869.     real_gme_tree="`cd ${with_gme_tree} 2>/dev/null && pwd`"
  870.     if test -z "${real_gme_tree}"
  871.     then
  872.             { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  873. $as_echo "no" >&6; }
  874.       as_fn_error "cannot cd to ${with_gme_tree}" "$LINENO" 5
  875.     fi
  876.     if test -f "${real_gme_tree}/gme/libgme.a"
  877.     then
  878.             { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${real_gme_tree}/gme/libgme.a" >&5
  879. $as_echo "${real_gme_tree}/gme/libgme.a" >&6; }
  880.   PLUGINS="${PLUGINS} gme"
  881.   LTLIBgme="libgme_plugin.la"
  882.   for element in gme; do
  883.     eval "LIBS_${element}="'"'"${real_gme_tree}/gme/libgme.a "'$'"{LIBS_${element}} "'"'
  884.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  885.   done
  886.   for element in gme; do
  887.     eval "CXXFLAGS_${element}="'"$'"{CXXFLAGS_${element}} -I${real_gme_tree}/gme"'"'
  888.     am_modules_with_cxxflags="${am_modules_with_cxxflags} ${element}"
  889.   done
  890.     else
  891.             { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  892. $as_echo "no" >&6; }
  893.       as_fn_error "cannot find ${real_mod_tree}/gme/libgme.a, make sure you compiled gme in ${with_gme_tree}" "$LINENO" 5
  894.     fi
  895.   else
  896.       { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: only static linking is available, you must provide a gme-tree" >&5
  897. $as_echo "$as_me: WARNING: only static linking is available, you must provide a gme-tree" >&2;}
  898.   fi
  899.   ac_ext=c
  900. ac_cpp='$CPP $CPPFLAGS'
  901. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  902. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  903. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  904. fi
  905. # Check whether --with- was given.
  906. if test "${with_+set}" = set; then :
  907.   withval=$with_;
  908. fi
  909. # Check whether --enable-wma-fixed was given.
  910. if test "${enable_wma_fixed+set}" = set; then :
  911.   enableval=$enable_wma_fixed;
  912. fi
  913. if test "${enable_wma_fixed}" = "yes"
  914. then
  915.   PLUGINS="${PLUGINS} wma_fixed"
  916.   LTLIBwma_fixed="libwma_fixed_plugin.la"
  917. fi
  918. # Check whether --enable-shine was given.
  919. if test "${enable_shine+set}" = set; then :
  920.   enableval=$enable_shine;
  921. fi
  922. if test "${enable_shine}" = "yes"
  923. then
  924.   PLUGINS="${PLUGINS} shine"
  925.   LTLIBshine="libshine_plugin.la"
  926. fi
  927. # Check whether --enable-mad was given.
  928. if test "${enable_mad+set}" = set; then :
  929.   enableval=$enable_mad;
  930. fi
  931. if test "${enable_mad}" != "no"
  932. then
  933. # Check whether --with-mad was given.
  934. if test "${with_mad+set}" = set; then :
  935.   withval=$with_mad;
  936. fi
  937.   if test "${with_mad}" != "no" -a -n "${with_mad}"
  938.   then
  939.   for element in mpgatofixed32; do
  940.     eval "CPPFLAGS_${element}="'"$'"{CPPFLAGS_${element}} -I${with_mad}/include"'"'
  941.     am_modules_with_cppflags="${am_modules_with_cppflags} ${element}"
  942.   done
  943.   for element in mpgatofixed32; do
  944.     eval "LIBS_${element}="'"'"-L${with_mad}/lib "'$'"{LIBS_${element}} "'"'
  945.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  946.   done
  947.   fi
  948. # Check whether --with-mad-tree was given.
  949. if test "${with_mad_tree+set}" = set; then :
  950.   withval=$with_mad_tree;
  951. fi
  952.   if test "${with_mad_tree}" != "no" -a -n "${with_mad_tree}"
  953.   then
  954.     real_mad_tree="`cd ${with_mad_tree} 2>/dev/null && pwd`"
  955.     if test -z "${real_mad_tree}"
  956.     then
  957.             { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  958. $as_echo "no" >&6; }
  959.       as_fn_error "${with_mad_tree} directory doesn't exist" "$LINENO" 5
  960.     fi
  961.         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mad.h in ${real_mad_tree}" >&5
  962. $as_echo_n "checking for mad.h in ${real_mad_tree}... " >&6; }
  963.     if test -f ${real_mad_tree}/mad.h
  964.     then
  965.       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  966. $as_echo "yes" >&6; }
  967.   for element in mpgatofixed32; do
  968.     eval "CPPFLAGS_${element}="'"$'"{CPPFLAGS_${element}} -I${real_mad_tree}"'"'
  969.     am_modules_with_cppflags="${am_modules_with_cppflags} ${element}"
  970.   done
  971.   for element in mpgatofixed32; do
  972.     eval "LIBS_${element}="'"'"-L${real_mad_tree}/.libs "'$'"{LIBS_${element}} "'"'
  973.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  974.   done
  975.       LDFLAGS="${LDFLAGS_save} ${LIBS_mpgatofixed32}"
  976.       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mad_bit_init in -lmad" >&5
  977. $as_echo_n "checking for mad_bit_init in -lmad... " >&6; }
  978. if test "${ac_cv_lib_mad_mad_bit_init+set}" = set; then :
  979.   $as_echo_n "(cached) " >&6
  980. else
  981.   ac_check_lib_save_LIBS=$LIBS
  982. LIBS="-lmad  $LIBS"
  983. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  984. /* end confdefs.h.  */
  985. /* Override any GCC internal prototype to avoid an error.
  986.    Use char because int might match the return type of a GCC
  987.    builtin and then its argument prototype would still apply.  */
  988. #ifdef __cplusplus
  989. extern "C"
  990. #endif
  991. char mad_bit_init ();
  992. int
  993. main ()
  994. {
  995. return mad_bit_init ();
  996.   ;
  997.   return 0;
  998. }
  999. _ACEOF
  1000. if ac_fn_c_try_link "$LINENO"; then :
  1001.   ac_cv_lib_mad_mad_bit_init=yes
  1002. else
  1003.   ac_cv_lib_mad_mad_bit_init=no
  1004. fi
  1005. rm -f core conftest.err conftest.$ac_objext 
  1006.     conftest$ac_exeext conftest.$ac_ext
  1007. LIBS=$ac_check_lib_save_LIBS
  1008. fi
  1009. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mad_mad_bit_init" >&5
  1010. $as_echo "$ac_cv_lib_mad_mad_bit_init" >&6; }
  1011. if test "x$ac_cv_lib_mad_mad_bit_init" = x""yes; then :
  1012.   PLUGINS="${PLUGINS} mpgatofixed32"
  1013.   LTLIBmpgatofixed32="libmpgatofixed32_plugin.la"
  1014.   for element in mpgatofixed32; do
  1015.     eval "LIBS_${element}="'"'"-lmad "'$'"{LIBS_${element}} "'"'
  1016.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  1017.   done
  1018. else
  1019.    as_fn_error "the specified tree hasn't been compiled " "$LINENO" 5
  1020. fi
  1021.       LDFLAGS="${LDFLAGS_save}"
  1022.     else
  1023.       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  1024. $as_echo "no" >&6; }
  1025.       as_fn_error "the specified tree doesn't have mad.h" "$LINENO" 5
  1026.     fi
  1027.   else
  1028.     CPPFLAGS="${CPPFLAGS_save} ${CPPFLAGS_mpgatofixed32}"
  1029.     LDFLAGS="${LDFLAGS_save} ${LIBS_mpgatofixed32}"
  1030.     for ac_header in mad.h
  1031. do :
  1032.   ac_fn_c_check_header_mongrel "$LINENO" "mad.h" "ac_cv_header_mad_h" "$ac_includes_default"
  1033. if test "x$ac_cv_header_mad_h" = x""yes; then :
  1034.   cat >>confdefs.h <<_ACEOF
  1035. #define HAVE_MAD_H 1
  1036. _ACEOF
  1037. else
  1038.    as_fn_error "Could not find libmad on your system: you may get it from http://www.underbit.com/products/mad/. Alternatively you can use --disable-mad to disable the mad plugin." "$LINENO" 5
  1039. fi
  1040. done
  1041.     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mad_bit_init in -lmad" >&5
  1042. $as_echo_n "checking for mad_bit_init in -lmad... " >&6; }
  1043. if test "${ac_cv_lib_mad_mad_bit_init+set}" = set; then :
  1044.   $as_echo_n "(cached) " >&6
  1045. else
  1046.   ac_check_lib_save_LIBS=$LIBS
  1047. LIBS="-lmad  $LIBS"
  1048. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1049. /* end confdefs.h.  */
  1050. /* Override any GCC internal prototype to avoid an error.
  1051.    Use char because int might match the return type of a GCC
  1052.    builtin and then its argument prototype would still apply.  */
  1053. #ifdef __cplusplus
  1054. extern "C"
  1055. #endif
  1056. char mad_bit_init ();
  1057. int
  1058. main ()
  1059. {
  1060. return mad_bit_init ();
  1061.   ;
  1062.   return 0;
  1063. }
  1064. _ACEOF
  1065. if ac_fn_c_try_link "$LINENO"; then :
  1066.   ac_cv_lib_mad_mad_bit_init=yes
  1067. else
  1068.   ac_cv_lib_mad_mad_bit_init=no
  1069. fi
  1070. rm -f core conftest.err conftest.$ac_objext 
  1071.     conftest$ac_exeext conftest.$ac_ext
  1072. LIBS=$ac_check_lib_save_LIBS
  1073. fi
  1074. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mad_mad_bit_init" >&5
  1075. $as_echo "$ac_cv_lib_mad_mad_bit_init" >&6; }
  1076. if test "x$ac_cv_lib_mad_mad_bit_init" = x""yes; then :
  1077.   PLUGINS="${PLUGINS} mpgatofixed32"
  1078.   LTLIBmpgatofixed32="libmpgatofixed32_plugin.la"
  1079.   for element in mpgatofixed32; do
  1080.     eval "LIBS_${element}="'"'"-lmad "'$'"{LIBS_${element}} "'"'
  1081.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  1082.   done
  1083. else
  1084.    as_fn_error "Cannot find libmad library..." "$LINENO" 5
  1085. fi
  1086.     CPPFLAGS="${CPPFLAGS_save}"
  1087.     LDFLAGS="${LDFLAGS_save}"
  1088.   fi
  1089. fi
  1090. # Check whether --enable-id3tag was given.
  1091. if test "${enable_id3tag+set}" = set; then :
  1092.   enableval=$enable_id3tag;
  1093. fi
  1094. if test "${enable_id3tag}" = "yes"; then :
  1095.   for ac_header in id3tag.h
  1096. do :
  1097.   ac_fn_c_check_header_mongrel "$LINENO" "id3tag.h" "ac_cv_header_id3tag_h" "$ac_includes_default"
  1098. if test "x$ac_cv_header_id3tag_h" = x""yes; then :
  1099.   cat >>confdefs.h <<_ACEOF
  1100. #define HAVE_ID3TAG_H 1
  1101. _ACEOF
  1102.       if test "${have_zlib}" = "yes"; then :
  1103.   for element in id3tag; do
  1104.     eval "LIBS_${element}="'"'"-lid3tag -lz "'$'"{LIBS_${element}} "'"'
  1105.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  1106.   done
  1107.   PLUGINS="${PLUGINS} id3tag"
  1108.   LTLIBid3tag="libid3tag_plugin.la"
  1109. fi
  1110. fi
  1111. done
  1112. fi
  1113. if test "${with_ffmpeg_tree}"
  1114. then
  1115.   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: --with-ffmpeg-tree is deprecated. Use PKG_CONFIG_PATH instead." >&5
  1116. $as_echo "$as_me: WARNING: --with-ffmpeg-tree is deprecated. Use PKG_CONFIG_PATH instead." >&2;}
  1117. fi
  1118. # Check whether --enable-avcodec was given.
  1119. if test "${enable_avcodec+set}" = set; then :
  1120.   enableval=$enable_avcodec;
  1121. fi
  1122. if test "${enable_avcodec}" != "no"
  1123. then
  1124. pkg_failed=no
  1125. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AVCODEC" >&5
  1126. $as_echo_n "checking for AVCODEC... " >&6; }
  1127. if test -n "$PKG_CONFIG"; then
  1128.     if test -n "$AVCODEC_CFLAGS"; then
  1129.         pkg_cv_AVCODEC_CFLAGS="$AVCODEC_CFLAGS"
  1130.     else
  1131.         if test -n "$PKG_CONFIG" && 
  1132.     { { $as_echo "$as_me:${as_lineno-$LINENO}: $PKG_CONFIG --exists --print-errors "libavcodec libavutil""; } >&5
  1133.   ($PKG_CONFIG --exists --print-errors "libavcodec libavutil") 2>&5
  1134.   ac_status=$?
  1135.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  1136.   test $ac_status = 0; }; then
  1137.   pkg_cv_AVCODEC_CFLAGS=`$PKG_CONFIG --cflags "libavcodec libavutil" 2>/dev/null`
  1138. else
  1139.   pkg_failed=yes
  1140. fi
  1141.     fi
  1142. else
  1143. pkg_failed=untried
  1144. fi
  1145. if test -n "$PKG_CONFIG"; then
  1146.     if test -n "$AVCODEC_LIBS"; then
  1147.         pkg_cv_AVCODEC_LIBS="$AVCODEC_LIBS"
  1148.     else
  1149.         if test -n "$PKG_CONFIG" && 
  1150.     { { $as_echo "$as_me:${as_lineno-$LINENO}: $PKG_CONFIG --exists --print-errors "libavcodec libavutil""; } >&5
  1151.   ($PKG_CONFIG --exists --print-errors "libavcodec libavutil") 2>&5
  1152.   ac_status=$?
  1153.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  1154.   test $ac_status = 0; }; then
  1155.   pkg_cv_AVCODEC_LIBS=`$PKG_CONFIG --libs "libavcodec libavutil" 2>/dev/null`
  1156. else
  1157.   pkg_failed=yes
  1158. fi
  1159.     fi
  1160. else
  1161. pkg_failed=untried
  1162. fi
  1163. if test $pkg_failed = yes; then
  1164. if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
  1165.         _pkg_short_errors_supported=yes
  1166. else
  1167.         _pkg_short_errors_supported=no
  1168. fi
  1169.         if test $_pkg_short_errors_supported = yes; then
  1170.         AVCODEC_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libavcodec libavutil"`
  1171.         else
  1172.         AVCODEC_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libavcodec libavutil"`
  1173.         fi
  1174. # Put the nasty error message in config.log where it belongs
  1175. echo "$AVCODEC_PKG_ERRORS" >&5
  1176. { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  1177. $as_echo "no" >&6; }
  1178.       as_fn_error "Could not find libavcodec or libavutil. Use --disable-avcodec to ignore this error." "$LINENO" 5
  1179. elif test $pkg_failed = untried; then
  1180.       as_fn_error "Could not find libavcodec or libavutil. Use --disable-avcodec to ignore this error." "$LINENO" 5
  1181. else
  1182. AVCODEC_CFLAGS=$pkg_cv_AVCODEC_CFLAGS
  1183. AVCODEC_LIBS=$pkg_cv_AVCODEC_LIBS
  1184.         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  1185. $as_echo "yes" >&6; }
  1186.   CPPFLAGS_save="${CPPFLAGS}"
  1187.   CFLAGS_save="${CFLAGS}"
  1188.   CXXFLAGS_save="${CXXFLAGS}"
  1189.   OBJCFLAGS_save="${OBJCFLAGS}"
  1190.   LDFLAGS_save="${LDFLAGS}"
  1191.   LIBS_save="${LIBS}"
  1192.       CPPFLAGS="${CPPFLAGS} ${AVCODEC_CFLAGS}"
  1193.       CFLAGS="${CFLAGS} ${AVCODEC_CFLAGS}"
  1194.       for ac_header in libavcodec/avcodec.h ffmpeg/avcodec.h
  1195. do :
  1196.   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
  1197. ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
  1198. eval as_val=$$as_ac_Header
  1199.    if test "x$as_val" = x""yes; then :
  1200.   cat >>confdefs.h <<_ACEOF
  1201. #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
  1202. _ACEOF
  1203. fi
  1204. done
  1205.       for ac_header in libavutil/avutil.h ffmpeg/avutil.h
  1206. do :
  1207.   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
  1208. ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
  1209. eval as_val=$$as_ac_Header
  1210.    if test "x$as_val" = x""yes; then :
  1211.   cat >>confdefs.h <<_ACEOF
  1212. #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
  1213. _ACEOF
  1214. fi
  1215. done
  1216.   PLUGINS="${PLUGINS} avcodec"
  1217.   LTLIBavcodec="libavcodec_plugin.la"
  1218.   for element in avcodec; do
  1219.     eval "LIBS_${element}="'"'"$AVCODEC_LIBS "'$'"{LIBS_${element}} "'"'
  1220.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  1221.   done
  1222.   for element in avcodec; do
  1223.     eval "CFLAGS_${element}="'"$'"{CFLAGS_${element}} $AVCODEC_CFLAGS"'"'
  1224.     am_modules_with_cflags="${am_modules_with_cflags} ${element}"
  1225.   done
  1226.   CPPFLAGS="${CPPFLAGS_save}"
  1227.   CFLAGS="${CFLAGS_save}"
  1228.   CXXFLAGS="${CXXFLAGS_save}"
  1229.   OBJCFLAGS="${OBJCFLAGS_save}"
  1230.   LDFLAGS="${LDFLAGS_save}"
  1231.   LIBS="${LIBS_save}"
  1232. fi
  1233. fi
  1234. # Check whether --enable-avformat was given.
  1235. if test "${enable_avformat+set}" = set; then :
  1236.   enableval=$enable_avformat;
  1237. fi
  1238. if test "${enable_avformat}" != "no"
  1239. then
  1240. pkg_failed=no
  1241. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AVFORMAT" >&5
  1242. $as_echo_n "checking for AVFORMAT... " >&6; }
  1243. if test -n "$PKG_CONFIG"; then
  1244.     if test -n "$AVFORMAT_CFLAGS"; then
  1245.         pkg_cv_AVFORMAT_CFLAGS="$AVFORMAT_CFLAGS"
  1246.     else
  1247.         if test -n "$PKG_CONFIG" && 
  1248.     { { $as_echo "$as_me:${as_lineno-$LINENO}: $PKG_CONFIG --exists --print-errors "libavformat libavutil""; } >&5
  1249.   ($PKG_CONFIG --exists --print-errors "libavformat libavutil") 2>&5
  1250.   ac_status=$?
  1251.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  1252.   test $ac_status = 0; }; then
  1253.   pkg_cv_AVFORMAT_CFLAGS=`$PKG_CONFIG --cflags "libavformat libavutil" 2>/dev/null`
  1254. else
  1255.   pkg_failed=yes
  1256. fi
  1257.     fi
  1258. else
  1259. pkg_failed=untried
  1260. fi
  1261. if test -n "$PKG_CONFIG"; then
  1262.     if test -n "$AVFORMAT_LIBS"; then
  1263.         pkg_cv_AVFORMAT_LIBS="$AVFORMAT_LIBS"
  1264.     else
  1265.         if test -n "$PKG_CONFIG" && 
  1266.     { { $as_echo "$as_me:${as_lineno-$LINENO}: $PKG_CONFIG --exists --print-errors "libavformat libavutil""; } >&5
  1267.   ($PKG_CONFIG --exists --print-errors "libavformat libavutil") 2>&5
  1268.   ac_status=$?
  1269.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  1270.   test $ac_status = 0; }; then
  1271.   pkg_cv_AVFORMAT_LIBS=`$PKG_CONFIG --libs "libavformat libavutil" 2>/dev/null`
  1272. else
  1273.   pkg_failed=yes
  1274. fi
  1275.     fi
  1276. else
  1277. pkg_failed=untried
  1278. fi
  1279. if test $pkg_failed = yes; then
  1280. if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
  1281.         _pkg_short_errors_supported=yes
  1282. else
  1283.         _pkg_short_errors_supported=no
  1284. fi
  1285.         if test $_pkg_short_errors_supported = yes; then
  1286.         AVFORMAT_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libavformat libavutil"`
  1287.         else
  1288.         AVFORMAT_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libavformat libavutil"`
  1289.         fi
  1290. # Put the nasty error message in config.log where it belongs
  1291. echo "$AVFORMAT_PKG_ERRORS" >&5
  1292. { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  1293. $as_echo "no" >&6; }
  1294.       as_fn_error "Could not find libavformat or libavutil. Use --disable-avformat to ignore this error." "$LINENO" 5
  1295. elif test $pkg_failed = untried; then
  1296.       as_fn_error "Could not find libavformat or libavutil. Use --disable-avformat to ignore this error." "$LINENO" 5
  1297. else
  1298. AVFORMAT_CFLAGS=$pkg_cv_AVFORMAT_CFLAGS
  1299. AVFORMAT_LIBS=$pkg_cv_AVFORMAT_LIBS
  1300.         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  1301. $as_echo "yes" >&6; }
  1302.   CPPFLAGS_save="${CPPFLAGS}"
  1303.   CFLAGS_save="${CFLAGS}"
  1304.   CXXFLAGS_save="${CXXFLAGS}"
  1305.   OBJCFLAGS_save="${OBJCFLAGS}"
  1306.   LDFLAGS_save="${LDFLAGS}"
  1307.   LIBS_save="${LIBS}"
  1308.       CPPFLAGS="${CPPFLAGS} ${AVFORMAT_CFLAGS}"
  1309.       CFLAGS="${CFLAGS} ${AVFORMAT_CFLAGS}"
  1310.       for ac_header in libavformat/avformat.h ffmpeg/avformat.h
  1311. do :
  1312.   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
  1313. ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
  1314. eval as_val=$$as_ac_Header
  1315.    if test "x$as_val" = x""yes; then :
  1316.   cat >>confdefs.h <<_ACEOF
  1317. #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
  1318. _ACEOF
  1319. fi
  1320. done
  1321.       for ac_header in libavutil/avutil.h ffmpeg/avutil.h
  1322. do :
  1323.   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
  1324. ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
  1325. eval as_val=$$as_ac_Header
  1326.    if test "x$as_val" = x""yes; then :
  1327.   cat >>confdefs.h <<_ACEOF
  1328. #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
  1329. _ACEOF
  1330. fi
  1331. done
  1332.   PLUGINS="${PLUGINS} avformat"
  1333.   LTLIBavformat="libavformat_plugin.la"
  1334.   for element in avformat; do
  1335.     eval "LIBS_${element}="'"'"$AVFORMAT_LIBS "'$'"{LIBS_${element}} "'"'
  1336.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  1337.   done
  1338.   for element in avformat; do
  1339.     eval "CFLAGS_${element}="'"$'"{CFLAGS_${element}} $AVFORMAT_CFLAGS"'"'
  1340.     am_modules_with_cflags="${am_modules_with_cflags} ${element}"
  1341.   done
  1342.   CPPFLAGS="${CPPFLAGS_save}"
  1343.   CFLAGS="${CFLAGS_save}"
  1344.   CXXFLAGS="${CXXFLAGS_save}"
  1345.   OBJCFLAGS="${OBJCFLAGS_save}"
  1346.   LDFLAGS="${LDFLAGS_save}"
  1347.   LIBS="${LIBS_save}"
  1348. fi
  1349. fi
  1350. # Check whether --enable-swscale was given.
  1351. if test "${enable_swscale+set}" = set; then :
  1352.   enableval=$enable_swscale;
  1353. fi
  1354. if test "${enable_swscale}" != "no"
  1355. then
  1356. pkg_failed=no
  1357. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SWSCALE" >&5
  1358. $as_echo_n "checking for SWSCALE... " >&6; }
  1359. if test -n "$PKG_CONFIG"; then
  1360.     if test -n "$SWSCALE_CFLAGS"; then
  1361.         pkg_cv_SWSCALE_CFLAGS="$SWSCALE_CFLAGS"
  1362.     else
  1363.         if test -n "$PKG_CONFIG" && 
  1364.     { { $as_echo "$as_me:${as_lineno-$LINENO}: $PKG_CONFIG --exists --print-errors "libswscale""; } >&5
  1365.   ($PKG_CONFIG --exists --print-errors "libswscale") 2>&5
  1366.   ac_status=$?
  1367.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  1368.   test $ac_status = 0; }; then
  1369.   pkg_cv_SWSCALE_CFLAGS=`$PKG_CONFIG --cflags "libswscale" 2>/dev/null`
  1370. else
  1371.   pkg_failed=yes
  1372. fi
  1373.     fi
  1374. else
  1375. pkg_failed=untried
  1376. fi
  1377. if test -n "$PKG_CONFIG"; then
  1378.     if test -n "$SWSCALE_LIBS"; then
  1379.         pkg_cv_SWSCALE_LIBS="$SWSCALE_LIBS"
  1380.     else
  1381.         if test -n "$PKG_CONFIG" && 
  1382.     { { $as_echo "$as_me:${as_lineno-$LINENO}: $PKG_CONFIG --exists --print-errors "libswscale""; } >&5
  1383.   ($PKG_CONFIG --exists --print-errors "libswscale") 2>&5
  1384.   ac_status=$?
  1385.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  1386.   test $ac_status = 0; }; then
  1387.   pkg_cv_SWSCALE_LIBS=`$PKG_CONFIG --libs "libswscale" 2>/dev/null`
  1388. else
  1389.   pkg_failed=yes
  1390. fi
  1391.     fi
  1392. else
  1393. pkg_failed=untried
  1394. fi
  1395. if test $pkg_failed = yes; then
  1396. if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
  1397.         _pkg_short_errors_supported=yes
  1398. else
  1399.         _pkg_short_errors_supported=no
  1400. fi
  1401.         if test $_pkg_short_errors_supported = yes; then
  1402.         SWSCALE_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libswscale"`
  1403.         else
  1404.         SWSCALE_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libswscale"`
  1405.         fi
  1406. # Put the nasty error message in config.log where it belongs
  1407. echo "$SWSCALE_PKG_ERRORS" >&5
  1408. { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  1409. $as_echo "no" >&6; }
  1410.       as_fn_error "Could not find libswscale. Use --disable-swscale to ignore this error. Proper software scaling and some video chroma conversion will be missing." "$LINENO" 5
  1411. elif test $pkg_failed = untried; then
  1412.       as_fn_error "Could not find libswscale. Use --disable-swscale to ignore this error. Proper software scaling and some video chroma conversion will be missing." "$LINENO" 5
  1413. else
  1414. SWSCALE_CFLAGS=$pkg_cv_SWSCALE_CFLAGS
  1415. SWSCALE_LIBS=$pkg_cv_SWSCALE_LIBS
  1416.         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  1417. $as_echo "yes" >&6; }
  1418.   CPPFLAGS_save="${CPPFLAGS}"
  1419.   CFLAGS_save="${CFLAGS}"
  1420.   CXXFLAGS_save="${CXXFLAGS}"
  1421.   OBJCFLAGS_save="${OBJCFLAGS}"
  1422.   LDFLAGS_save="${LDFLAGS}"
  1423.   LIBS_save="${LIBS}"
  1424.       CPPFLAGS="${CPPFLAGS} ${SWSCALE_CFLAGS}"
  1425.       CFLAGS="${CFLAGS} ${SWSCALE_CFLAGS}"
  1426.       for ac_header in libswscale/swscale.h ffmpeg/swscale.h
  1427. do :
  1428.   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
  1429. ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
  1430. eval as_val=$$as_ac_Header
  1431.    if test "x$as_val" = x""yes; then :
  1432.   cat >>confdefs.h <<_ACEOF
  1433. #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
  1434. _ACEOF
  1435. fi
  1436. done
  1437.   PLUGINS="${PLUGINS} swscale"
  1438.   LTLIBswscale="libswscale_plugin.la"
  1439.   for element in swscale; do
  1440.     eval "LIBS_${element}="'"'"$SWSCALE_LIBS "'$'"{LIBS_${element}} "'"'
  1441.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  1442.   done
  1443.   for element in swscale; do
  1444.     eval "CFLAGS_${element}="'"$'"{CFLAGS_${element}} $SWSCALE_CFLAGS"'"'
  1445.     am_modules_with_cflags="${am_modules_with_cflags} ${element}"
  1446.   done
  1447.   CPPFLAGS="${CPPFLAGS_save}"
  1448.   CFLAGS="${CFLAGS_save}"
  1449.   CXXFLAGS="${CXXFLAGS_save}"
  1450.   OBJCFLAGS="${OBJCFLAGS_save}"
  1451.   LDFLAGS="${LDFLAGS_save}"
  1452.   LIBS="${LIBS_save}"
  1453. fi
  1454. fi
  1455. # Check whether --enable-postproc was given.
  1456. if test "${enable_postproc+set}" = set; then :
  1457.   enableval=$enable_postproc;
  1458. fi
  1459. if test "${enable_postproc}" != "no"
  1460. then
  1461. pkg_failed=no
  1462. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for POSTPROC" >&5
  1463. $as_echo_n "checking for POSTPROC... " >&6; }
  1464. if test -n "$PKG_CONFIG"; then
  1465.     if test -n "$POSTPROC_CFLAGS"; then
  1466.         pkg_cv_POSTPROC_CFLAGS="$POSTPROC_CFLAGS"
  1467.     else
  1468.         if test -n "$PKG_CONFIG" && 
  1469.     { { $as_echo "$as_me:${as_lineno-$LINENO}: $PKG_CONFIG --exists --print-errors "libpostproc libavutil""; } >&5
  1470.   ($PKG_CONFIG --exists --print-errors "libpostproc libavutil") 2>&5
  1471.   ac_status=$?
  1472.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  1473.   test $ac_status = 0; }; then
  1474.   pkg_cv_POSTPROC_CFLAGS=`$PKG_CONFIG --cflags "libpostproc libavutil" 2>/dev/null`
  1475. else
  1476.   pkg_failed=yes
  1477. fi
  1478.     fi
  1479. else
  1480. pkg_failed=untried
  1481. fi
  1482. if test -n "$PKG_CONFIG"; then
  1483.     if test -n "$POSTPROC_LIBS"; then
  1484.         pkg_cv_POSTPROC_LIBS="$POSTPROC_LIBS"
  1485.     else
  1486.         if test -n "$PKG_CONFIG" && 
  1487.     { { $as_echo "$as_me:${as_lineno-$LINENO}: $PKG_CONFIG --exists --print-errors "libpostproc libavutil""; } >&5
  1488.   ($PKG_CONFIG --exists --print-errors "libpostproc libavutil") 2>&5
  1489.   ac_status=$?
  1490.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  1491.   test $ac_status = 0; }; then
  1492.   pkg_cv_POSTPROC_LIBS=`$PKG_CONFIG --libs "libpostproc libavutil" 2>/dev/null`
  1493. else
  1494.   pkg_failed=yes
  1495. fi
  1496.     fi
  1497. else
  1498. pkg_failed=untried
  1499. fi
  1500. if test $pkg_failed = yes; then
  1501. if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
  1502.         _pkg_short_errors_supported=yes
  1503. else
  1504.         _pkg_short_errors_supported=no
  1505. fi
  1506.         if test $_pkg_short_errors_supported = yes; then
  1507.         POSTPROC_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libpostproc libavutil"`
  1508.         else
  1509.         POSTPROC_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libpostproc libavutil"`
  1510.         fi
  1511. # Put the nasty error message in config.log where it belongs
  1512. echo "$POSTPROC_PKG_ERRORS" >&5
  1513. { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  1514. $as_echo "no" >&6; }
  1515.       as_fn_error "Could not find libpostproc. Use --disable-postproc to ignore this error." "$LINENO" 5
  1516. elif test $pkg_failed = untried; then
  1517.       as_fn_error "Could not find libpostproc. Use --disable-postproc to ignore this error." "$LINENO" 5
  1518. else
  1519. POSTPROC_CFLAGS=$pkg_cv_POSTPROC_CFLAGS
  1520. POSTPROC_LIBS=$pkg_cv_POSTPROC_LIBS
  1521.         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  1522. $as_echo "yes" >&6; }
  1523.   CPPFLAGS_save="${CPPFLAGS}"
  1524.   CFLAGS_save="${CFLAGS}"
  1525.   CXXFLAGS_save="${CXXFLAGS}"
  1526.   OBJCFLAGS_save="${OBJCFLAGS}"
  1527.   LDFLAGS_save="${LDFLAGS}"
  1528.   LIBS_save="${LIBS}"
  1529.       CPPFLAGS="${CPPFLAGS} ${POSTPROC_CFLAGS}"
  1530.       CFLAGS="${CFLAGS} ${POSTPROC_CFLAGS}"
  1531.       for ac_header in libpostproc/postproc.h postproc/postprocess.h
  1532. do :
  1533.   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
  1534. ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
  1535. eval as_val=$$as_ac_Header
  1536.    if test "x$as_val" = x""yes; then :
  1537.   cat >>confdefs.h <<_ACEOF
  1538. #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
  1539. _ACEOF
  1540. fi
  1541. done
  1542.   PLUGINS="${PLUGINS} postproc"
  1543.   LTLIBpostproc="libpostproc_plugin.la"
  1544.   for element in postproc; do
  1545.     eval "LIBS_${element}="'"'"$POSTPROC_LIBS "'$'"{LIBS_${element}} "'"'
  1546.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  1547.   done
  1548.   for element in postproc; do
  1549.     eval "CFLAGS_${element}="'"$'"{CFLAGS_${element}} $POSTPROC_CFLAGS"'"'
  1550.     am_modules_with_cflags="${am_modules_with_cflags} ${element}"
  1551.   done
  1552.   CPPFLAGS="${CPPFLAGS_save}"
  1553.   CFLAGS="${CFLAGS_save}"
  1554.   CXXFLAGS="${CXXFLAGS_save}"
  1555.   OBJCFLAGS="${OBJCFLAGS_save}"
  1556.   LDFLAGS="${LDFLAGS_save}"
  1557.   LIBS="${LIBS_save}"
  1558. fi
  1559. fi
  1560. # Check whether --enable-faad was given.
  1561. if test "${enable_faad+set}" = set; then :
  1562.   enableval=$enable_faad;
  1563. fi
  1564. if test "${enable_faad}" = "yes"
  1565. then
  1566. # Check whether --with-faad-tree was given.
  1567. if test "${with_faad_tree+set}" = set; then :
  1568.   withval=$with_faad_tree;
  1569. fi
  1570.   if test -n "${with_faad_tree}"
  1571.   then
  1572.     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libfaad.a in ${with_faad_tree}" >&5
  1573. $as_echo_n "checking for libfaad.a in ${with_faad_tree}... " >&6; }
  1574.     real_faad_tree="`cd ${with_faad_tree} 2>/dev/null && pwd`"
  1575.     if test -z "${real_faad_tree}"
  1576.     then
  1577.             { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  1578. $as_echo "no" >&6; }
  1579.       as_fn_error "cannot cd to ${with_faad_tree}" "$LINENO" 5
  1580.     fi
  1581.     if test -f "${real_faad_tree}/libfaad/.libs/libfaad.a"
  1582.     then
  1583.             { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${real_faad_tree}/libfaad/.libs/libfaad.a" >&5
  1584. $as_echo "${real_faad_tree}/libfaad/.libs/libfaad.a" >&6; }
  1585.   PLUGINS="${PLUGINS} faad"
  1586.   LTLIBfaad="libfaad_plugin.la"
  1587.   for element in faad; do
  1588.     eval "LIBS_${element}="'"'"${real_faad_tree}/libfaad/.libs/libfaad.a "'$'"{LIBS_${element}} "'"'
  1589.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  1590.   done
  1591.   for element in faad; do
  1592.     eval "CPPFLAGS_${element}="'"$'"{CPPFLAGS_${element}} -I${real_faad_tree}/include"'"'
  1593.     am_modules_with_cppflags="${am_modules_with_cppflags} ${element}"
  1594.   done
  1595.     else
  1596.             { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  1597. $as_echo "no" >&6; }
  1598.       as_fn_error "cannot find ${real_faad_tree}/libfaad/.libs/libfaad.a, make sure you compiled libfaad in ${with_faad_tree}" "$LINENO" 5
  1599.     fi
  1600.   else
  1601.     CPPFLAGS="${CPPFLAGS_save} ${CPPFLAGS_faad}"
  1602.     LDFLAGS="${LDFLAGS_save} ${LIBS_faad}"
  1603.     for ac_header in faad.h
  1604. do :
  1605.   ac_fn_c_check_header_mongrel "$LINENO" "faad.h" "ac_cv_header_faad_h" "$ac_includes_default"
  1606. if test "x$ac_cv_header_faad_h" = x""yes; then :
  1607.   cat >>confdefs.h <<_ACEOF
  1608. #define HAVE_FAAD_H 1
  1609. _ACEOF
  1610. else
  1611.    as_fn_error "Cannot find development headers for libfaad..." "$LINENO" 5
  1612. fi
  1613. done
  1614.     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for faacDecOpen in -lfaad" >&5
  1615. $as_echo_n "checking for faacDecOpen in -lfaad... " >&6; }
  1616. if test "${ac_cv_lib_faad_faacDecOpen+set}" = set; then :
  1617.   $as_echo_n "(cached) " >&6
  1618. else
  1619.   ac_check_lib_save_LIBS=$LIBS
  1620. LIBS="-lfaad  $LIBS"
  1621. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1622. /* end confdefs.h.  */
  1623. /* Override any GCC internal prototype to avoid an error.
  1624.    Use char because int might match the return type of a GCC
  1625.    builtin and then its argument prototype would still apply.  */
  1626. #ifdef __cplusplus
  1627. extern "C"
  1628. #endif
  1629. char faacDecOpen ();
  1630. int
  1631. main ()
  1632. {
  1633. return faacDecOpen ();
  1634.   ;
  1635.   return 0;
  1636. }
  1637. _ACEOF
  1638. if ac_fn_c_try_link "$LINENO"; then :
  1639.   ac_cv_lib_faad_faacDecOpen=yes
  1640. else
  1641.   ac_cv_lib_faad_faacDecOpen=no
  1642. fi
  1643. rm -f core conftest.err conftest.$ac_objext 
  1644.     conftest$ac_exeext conftest.$ac_ext
  1645. LIBS=$ac_check_lib_save_LIBS
  1646. fi
  1647. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_faad_faacDecOpen" >&5
  1648. $as_echo "$ac_cv_lib_faad_faacDecOpen" >&6; }
  1649. if test "x$ac_cv_lib_faad_faacDecOpen" = x""yes; then :
  1650.   PLUGINS="${PLUGINS} faad"
  1651.   LTLIBfaad="libfaad_plugin.la"
  1652.   for element in faad; do
  1653.     eval "LIBS_${element}="'"'"-lfaad "'$'"{LIBS_${element}} "'"'
  1654.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  1655.   done
  1656. else
  1657.   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for NeAACDecOpen in -lfaad" >&5
  1658. $as_echo_n "checking for NeAACDecOpen in -lfaad... " >&6; }
  1659. if test "${ac_cv_lib_faad_NeAACDecOpen+set}" = set; then :
  1660.   $as_echo_n "(cached) " >&6
  1661. else
  1662.   ac_check_lib_save_LIBS=$LIBS
  1663. LIBS="-lfaad  $LIBS"
  1664. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1665. /* end confdefs.h.  */
  1666. /* Override any GCC internal prototype to avoid an error.
  1667.    Use char because int might match the return type of a GCC
  1668.    builtin and then its argument prototype would still apply.  */
  1669. #ifdef __cplusplus
  1670. extern "C"
  1671. #endif
  1672. char NeAACDecOpen ();
  1673. int
  1674. main ()
  1675. {
  1676. return NeAACDecOpen ();
  1677.   ;
  1678.   return 0;
  1679. }
  1680. _ACEOF
  1681. if ac_fn_c_try_link "$LINENO"; then :
  1682.   ac_cv_lib_faad_NeAACDecOpen=yes
  1683. else
  1684.   ac_cv_lib_faad_NeAACDecOpen=no
  1685. fi
  1686. rm -f core conftest.err conftest.$ac_objext 
  1687.     conftest$ac_exeext conftest.$ac_ext
  1688. LIBS=$ac_check_lib_save_LIBS
  1689. fi
  1690. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_faad_NeAACDecOpen" >&5
  1691. $as_echo "$ac_cv_lib_faad_NeAACDecOpen" >&6; }
  1692. if test "x$ac_cv_lib_faad_NeAACDecOpen" = x""yes; then :
  1693.   PLUGINS="${PLUGINS} faad"
  1694.   LTLIBfaad="libfaad_plugin.la"
  1695.   for element in faad; do
  1696.     eval "LIBS_${element}="'"'"-lfaad "'$'"{LIBS_${element}} "'"'
  1697.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  1698.   done
  1699. else
  1700.    as_fn_error "Cannot find libfaad library..." "$LINENO" 5
  1701. fi
  1702. fi
  1703.     LDFLAGS="${LDFLAGS_save}"
  1704.     CPPFLAGS="${CPPFLAGS_save}"
  1705.   fi
  1706. fi
  1707. # Check whether --enable-twolame was given.
  1708. if test "${enable_twolame+set}" = set; then :
  1709.   enableval=$enable_twolame;
  1710. fi
  1711. if test "${enable_twolame}" = "yes"
  1712. then
  1713. # Check whether --with-twolame-tree was given.
  1714. if test "${with_twolame_tree+set}" = set; then :
  1715.   withval=$with_twolame_tree;
  1716. fi
  1717.   if test -n "${with_twolame_tree}"
  1718.   then
  1719.     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libtwolame.a in ${with_twolame_tree}" >&5
  1720. $as_echo_n "checking for libtwolame.a in ${with_twolame_tree}... " >&6; }
  1721.     real_twolame_tree="`cd ${with_twolame_tree} 2>/dev/null && pwd`"
  1722.     if test -z "${real_twolame_tree}"
  1723.     then
  1724.             { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  1725. $as_echo "no" >&6; }
  1726.       as_fn_error "cannot cd to ${with_twolame_tree}" "$LINENO" 5
  1727.     fi
  1728.     if test -f "${real_twolame_tree}/libtwolame/.libs/libtwolame.a"
  1729.     then
  1730.             { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${real_twolame_tree}/libtwolame/.libs/libtwolame.a" >&5
  1731. $as_echo "${real_twolame_tree}/libtwolame/.libs/libtwolame.a" >&6; }
  1732.   PLUGINS="${PLUGINS} twolame"
  1733.   LTLIBtwolame="libtwolame_plugin.la"
  1734.   for element in twolame; do
  1735.     eval "LIBS_${element}="'"'"${real_twolame_tree}/libtwolame/.libs/libtwolame.a "'$'"{LIBS_${element}} "'"'
  1736.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  1737.   done
  1738.   for element in twolame; do
  1739.     eval "CPPFLAGS_${element}="'"$'"{CPPFLAGS_${element}} -I${real_twolame_tree}/libtwolame -DLIBTWOLAME_STATIC"'"'
  1740.     am_modules_with_cppflags="${am_modules_with_cppflags} ${element}"
  1741.   done
  1742.     else
  1743.             { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  1744. $as_echo "no" >&6; }
  1745.       as_fn_error "cannot find ${real_twolame_tree}/libtwolame/.libs/libtwolame.a, make sure you compiled libtwolame in ${with_twolame_tree}" "$LINENO" 5
  1746.     fi
  1747.   else
  1748.     CPPFLAGS="${CPPFLAGS_save} ${CPPFLAGS_twolame} -DLIBTWOLAME_STATIC"
  1749.     LDFLAGS="${LDFLAGS_save} ${LIBS_twolame}"
  1750.     for ac_header in twolame.h
  1751. do :
  1752.   ac_fn_c_check_header_mongrel "$LINENO" "twolame.h" "ac_cv_header_twolame_h" "$ac_includes_default"
  1753. if test "x$ac_cv_header_twolame_h" = x""yes; then :
  1754.   cat >>confdefs.h <<_ACEOF
  1755. #define HAVE_TWOLAME_H 1
  1756. _ACEOF
  1757. else
  1758.    as_fn_error "Cannot find development header for libtwolame..." "$LINENO" 5
  1759. fi
  1760. done
  1761.     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for twolame_init in -ltwolame" >&5
  1762. $as_echo_n "checking for twolame_init in -ltwolame... " >&6; }
  1763. if test "${ac_cv_lib_twolame_twolame_init+set}" = set; then :
  1764.   $as_echo_n "(cached) " >&6
  1765. else
  1766.   ac_check_lib_save_LIBS=$LIBS
  1767. LIBS="-ltwolame  $LIBS"
  1768. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1769. /* end confdefs.h.  */
  1770. /* Override any GCC internal prototype to avoid an error.
  1771.    Use char because int might match the return type of a GCC
  1772.    builtin and then its argument prototype would still apply.  */
  1773. #ifdef __cplusplus
  1774. extern "C"
  1775. #endif
  1776. char twolame_init ();
  1777. int
  1778. main ()
  1779. {
  1780. return twolame_init ();
  1781.   ;
  1782.   return 0;
  1783. }
  1784. _ACEOF
  1785. if ac_fn_c_try_link "$LINENO"; then :
  1786.   ac_cv_lib_twolame_twolame_init=yes
  1787. else
  1788.   ac_cv_lib_twolame_twolame_init=no
  1789. fi
  1790. rm -f core conftest.err conftest.$ac_objext 
  1791.     conftest$ac_exeext conftest.$ac_ext
  1792. LIBS=$ac_check_lib_save_LIBS
  1793. fi
  1794. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_twolame_twolame_init" >&5
  1795. $as_echo "$ac_cv_lib_twolame_twolame_init" >&6; }
  1796. if test "x$ac_cv_lib_twolame_twolame_init" = x""yes; then :
  1797.   PLUGINS="${PLUGINS} twolame"
  1798.   LTLIBtwolame="libtwolame_plugin.la"
  1799.   for element in twolame; do
  1800.     eval "CPPFLAGS_${element}="'"$'"{CPPFLAGS_${element}} -DLIBTWOLAME_STATIC"'"'
  1801.     am_modules_with_cppflags="${am_modules_with_cppflags} ${element}"
  1802.   done
  1803.   for element in twolame; do
  1804.     eval "LIBS_${element}="'"'"-ltwolame "'$'"{LIBS_${element}} "'"'
  1805.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  1806.   done
  1807. else
  1808.    as_fn_error "Cannot find libtwolame library..." "$LINENO" 5
  1809. fi
  1810.     LDFLAGS="${LDFLAGS_save}"
  1811.     CPPFLAGS="${CPPFLAGS_save}"
  1812.   fi
  1813. fi
  1814. # Check whether --enable-quicktime was given.
  1815. if test "${enable_quicktime+set}" = set; then :
  1816.   enableval=$enable_quicktime;
  1817. fi
  1818. if test "${enable_quicktime}" = "yes"; then
  1819.   if test "${SYS}" = "mingw32"; then
  1820.   PLUGINS="${PLUGINS} quicktime"
  1821.   LTLIBquicktime="libquicktime_plugin.la"
  1822.   else
  1823.   for ac_header in QuickTime/QuickTime.h
  1824. do :
  1825.   ac_fn_c_check_header_mongrel "$LINENO" "QuickTime/QuickTime.h" "ac_cv_header_QuickTime_QuickTime_h" "$ac_includes_default"
  1826. if test "x$ac_cv_header_QuickTime_QuickTime_h" = x""yes; then :
  1827.   cat >>confdefs.h <<_ACEOF
  1828. #define HAVE_QUICKTIME_QUICKTIME_H 1
  1829. _ACEOF
  1830.   PLUGINS="${PLUGINS} quicktime"
  1831.   LTLIBquicktime="libquicktime_plugin.la"
  1832.   for element in quicktime; do
  1833.     eval "LDFLAGS_${element}="'"'"-Wl,-framework,QuickTime,-framework,Carbon "'$'"{LDFLAGS_${element}} "'"'
  1834.     am_modules_with_ldflags="${am_modules_with_ldflags} ${element}"
  1835.   done
  1836. else
  1837.    as_fn_error "cannot find QuickTime headers" "$LINENO" 5
  1838. fi
  1839. done
  1840.   fi
  1841. fi
  1842. # Check whether --enable-real was given.
  1843. if test "${enable_real+set}" = set; then :
  1844.   enableval=$enable_real;
  1845. fi
  1846. if test "${enable_real}" = "yes"; then
  1847.   PLUGINS="${PLUGINS} realaudio"
  1848.   LTLIBrealaudio="librealaudio_plugin.la"
  1849.   PLUGINS="${PLUGINS} realvideo"
  1850.   LTLIBrealvideo="librealvideo_plugin.la"
  1851. fi
  1852. # Check whether --enable-realrtsp was given.
  1853. if test "${enable_realrtsp+set}" = set; then :
  1854.   enableval=$enable_realrtsp;
  1855. fi
  1856. if test "${enable_realrtsp}" = "yes"; then
  1857.   PLUGINS="${PLUGINS} access_realrtsp"
  1858.   LTLIBaccess_realrtsp="libaccess_realrtsp_plugin.la"
  1859. fi
  1860. # Check whether --enable-libsysfs was given.
  1861. if test "${enable_libsysfs+set}" = set; then :
  1862.   enableval=$enable_libsysfs;
  1863. fi
  1864. if test "${enable_libsysfs}" != "no"; then :
  1865.   for ac_header in sysfs/libsysfs.h
  1866. do :
  1867.   ac_fn_c_check_header_mongrel "$LINENO" "sysfs/libsysfs.h" "ac_cv_header_sysfs_libsysfs_h" "$ac_includes_default"
  1868. if test "x$ac_cv_header_sysfs_libsysfs_h" = x""yes; then :
  1869.   cat >>confdefs.h <<_ACEOF
  1870. #define HAVE_SYSFS_LIBSYSFS_H 1
  1871. _ACEOF
  1872.   for element in mp4 mkv; do
  1873.     eval "LIBS_${element}="'"'"-lsysfs "'$'"{LIBS_${element}} "'"'
  1874.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  1875.   done
  1876. fi
  1877. done
  1878. fi
  1879. # Check whether --enable-libtar was given.
  1880. if test "${enable_libtar+set}" = set; then :
  1881.   enableval=$enable_libtar;
  1882. fi
  1883. if test "${enable_libtar}" != "no"; then :
  1884.   for ac_header in libtar.h
  1885. do :
  1886.   ac_fn_c_check_header_mongrel "$LINENO" "libtar.h" "ac_cv_header_libtar_h" "$ac_includes_default"
  1887. if test "x$ac_cv_header_libtar_h" = x""yes; then :
  1888.   cat >>confdefs.h <<_ACEOF
  1889. #define HAVE_LIBTAR_H 1
  1890. _ACEOF
  1891.   for element in skins2; do
  1892.     eval "LIBS_${element}="'"'"-ltar "'$'"{LIBS_${element}} "'"'
  1893.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  1894.   done
  1895. fi
  1896. done
  1897. fi
  1898. # Check whether --enable-a52 was given.
  1899. if test "${enable_a52+set}" = set; then :
  1900.   enableval=$enable_a52;
  1901. fi
  1902. if test "${enable_a52}" != "no"
  1903. then
  1904. # Check whether --with-a52 was given.
  1905. if test "${with_a52+set}" = set; then :
  1906.   withval=$with_a52;
  1907. fi
  1908. # Check whether --with-a52-tree was given.
  1909. if test "${with_a52_tree+set}" = set; then :
  1910.   withval=$with_a52_tree;
  1911. fi
  1912.   if test "${with_a52_tree}" != "no" -a -n "${with_a52_tree}"
  1913.   then
  1914.     real_a52_tree="`cd ${with_a52_tree} 2>/dev/null && pwd`"
  1915.     if test -z "${real_a52_tree}"
  1916.     then
  1917.             { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  1918. $as_echo "no" >&6; }
  1919.       as_fn_error "${with_a52_tree} directory doesn't exist" "$LINENO" 5
  1920.     fi
  1921.         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a52.h in ${real_a52_tree}/include" >&5
  1922. $as_echo_n "checking for a52.h in ${real_a52_tree}/include... " >&6; }
  1923.     if test -f ${real_a52_tree}/include/a52.h
  1924.     then
  1925.       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  1926. $as_echo "yes" >&6; }
  1927.   for element in a52tofloat32; do
  1928.     eval "CPPFLAGS_${element}="'"$'"{CPPFLAGS_${element}} -I${real_a52_tree}"'"'
  1929.     am_modules_with_cppflags="${am_modules_with_cppflags} ${element}"
  1930.   done
  1931.   for element in a52tofloat32; do
  1932.     eval "LIBS_${element}="'"'"-L${real_a52_tree}/liba52/.libs "'$'"{LIBS_${element}} "'"'
  1933.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  1934.   done
  1935.       LDFLAGS="${LDFLAGS_save} ${LIBS_a52tofloat32}"
  1936.       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a52_free in -la52" >&5
  1937. $as_echo_n "checking for a52_free in -la52... " >&6; }
  1938. if test "${ac_cv_lib_a52_a52_free+set}" = set; then :
  1939.   $as_echo_n "(cached) " >&6
  1940. else
  1941.   ac_check_lib_save_LIBS=$LIBS
  1942. LIBS="-la52  $LIBS"
  1943. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1944. /* end confdefs.h.  */
  1945. /* Override any GCC internal prototype to avoid an error.
  1946.    Use char because int might match the return type of a GCC
  1947.    builtin and then its argument prototype would still apply.  */
  1948. #ifdef __cplusplus
  1949. extern "C"
  1950. #endif
  1951. char a52_free ();
  1952. int
  1953. main ()
  1954. {
  1955. return a52_free ();
  1956.   ;
  1957.   return 0;
  1958. }
  1959. _ACEOF
  1960. if ac_fn_c_try_link "$LINENO"; then :
  1961.   ac_cv_lib_a52_a52_free=yes
  1962. else
  1963.   ac_cv_lib_a52_a52_free=no
  1964. fi
  1965. rm -f core conftest.err conftest.$ac_objext 
  1966.     conftest$ac_exeext conftest.$ac_ext
  1967. LIBS=$ac_check_lib_save_LIBS
  1968. fi
  1969. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_a52_a52_free" >&5
  1970. $as_echo "$ac_cv_lib_a52_a52_free" >&6; }
  1971. if test "x$ac_cv_lib_a52_a52_free" = x""yes; then :
  1972.   PLUGINS="${PLUGINS} a52tofloat32"
  1973.   LTLIBa52tofloat32="liba52tofloat32_plugin.la"
  1974.   for element in a52tofloat32; do
  1975.     eval "CPPFLAGS_${element}="'"$'"{CPPFLAGS_${element}} -DUSE_A52DEC_TREE"'"'
  1976.     am_modules_with_cppflags="${am_modules_with_cppflags} ${element}"
  1977.   done
  1978.   for element in a52tofloat32; do
  1979.     eval "LIBS_${element}="'"'"-la52 "'$'"{LIBS_${element}} "'"'
  1980.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  1981.   done
  1982. else
  1983.         if test -f ${real_a52_tree}/liba52/.libs/liba52.a
  1984.         then
  1985.           as_fn_error "make sure you have at least a52dec-0.7.3 ($real_a52_tree)" "$LINENO" 5
  1986.         else
  1987.           as_fn_error "the specified tree hasn't been compiled" "$LINENO" 5
  1988.         fi
  1989. fi
  1990.       LDFLAGS="${LDFLAGS_save}"
  1991.     else
  1992.       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  1993. $as_echo "no" >&6; }
  1994.       as_fn_error "the specified tree doesn't have a52.h" "$LINENO" 5
  1995.     fi
  1996.   else
  1997.     if test -z "${with_a52}"
  1998.     then
  1999.       LDFLAGS_test=""
  2000.       CPPFLAGS_test=""
  2001.     else
  2002.       LDFLAGS_test="-L${with_a52}/lib"
  2003.       CPPFLAGS_test="-I${with_a52}/include"
  2004.     fi
  2005.     CPPFLAGS="${CPPFLAGS_save} ${CPPFLAGS_test} ${CPPFLAGS_a52tofloat32}"
  2006.     LDFLAGS="${LDFLAGS_save} ${LDFLAGS_test} ${LIBS_a52tofloat32}"
  2007.     for ac_header in a52dec/a52.h
  2008. do :
  2009.   ac_fn_c_check_header_mongrel "$LINENO" "a52dec/a52.h" "ac_cv_header_a52dec_a52_h" "$ac_includes_default"
  2010. if test "x$ac_cv_header_a52dec_a52_h" = x""yes; then :
  2011.   cat >>confdefs.h <<_ACEOF
  2012. #define HAVE_A52DEC_A52_H 1
  2013. _ACEOF
  2014.       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a52_free in -la52" >&5
  2015. $as_echo_n "checking for a52_free in -la52... " >&6; }
  2016. if test "${ac_cv_lib_a52_a52_free+set}" = set; then :
  2017.   $as_echo_n "(cached) " >&6
  2018. else
  2019.   ac_check_lib_save_LIBS=$LIBS
  2020. LIBS="-la52  $LIBS"
  2021. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  2022. /* end confdefs.h.  */
  2023. /* Override any GCC internal prototype to avoid an error.
  2024.    Use char because int might match the return type of a GCC
  2025.    builtin and then its argument prototype would still apply.  */
  2026. #ifdef __cplusplus
  2027. extern "C"
  2028. #endif
  2029. char a52_free ();
  2030. int
  2031. main ()
  2032. {
  2033. return a52_free ();
  2034.   ;
  2035.   return 0;
  2036. }
  2037. _ACEOF
  2038. if ac_fn_c_try_link "$LINENO"; then :
  2039.   ac_cv_lib_a52_a52_free=yes
  2040. else
  2041.   ac_cv_lib_a52_a52_free=no
  2042. fi
  2043. rm -f core conftest.err conftest.$ac_objext 
  2044.     conftest$ac_exeext conftest.$ac_ext
  2045. LIBS=$ac_check_lib_save_LIBS
  2046. fi
  2047. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_a52_a52_free" >&5
  2048. $as_echo "$ac_cv_lib_a52_a52_free" >&6; }
  2049. if test "x$ac_cv_lib_a52_a52_free" = x""yes; then :
  2050.   PLUGINS="${PLUGINS} a52tofloat32"
  2051.   LTLIBa52tofloat32="liba52tofloat32_plugin.la"
  2052.   for element in a52tofloat32; do
  2053.     eval "LIBS_${element}="'"'"${LDFLAGS_test} -la52 "'$'"{LIBS_${element}} "'"'
  2054.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  2055.   done
  2056.   for element in a52tofloat32; do
  2057.     eval "CPPFLAGS_${element}="'"$'"{CPPFLAGS_${element}} ${CPPFLAGS_test}"'"'
  2058.     am_modules_with_cppflags="${am_modules_with_cppflags} ${element}"
  2059.   done
  2060. else
  2061.         as_fn_error "Could not find liba52 on your system: you may get it from http://liba52.sf.net/. Alternatively you can use --disable-a52 to disable the a52 plugin." "$LINENO" 5
  2062. fi
  2063. else
  2064.       as_fn_error "Could not find liba52 on your system: you may get it from http://liba52.sf.net/. Alternatively you can use --disable-a52 to disable the a52 plugin." "$LINENO" 5
  2065. fi
  2066. done
  2067.     CPPFLAGS="${CPPFLAGS_save}"
  2068.     LDFLAGS="${LDFLAGS_save}"
  2069.   fi
  2070. fi
  2071. # Check whether --with-a52-fixed was given.
  2072. if test "${with_a52_fixed+set}" = set; then :
  2073.   withval=$with_a52_fixed;
  2074.   for element in a52tofloat32; do
  2075.     eval "CPPFLAGS_${element}="'"$'"{CPPFLAGS_${element}} -DLIBA52_FIXED"'"'
  2076.     am_modules_with_cppflags="${am_modules_with_cppflags} ${element}"
  2077.   done
  2078. fi
  2079. if test "x${enable_dts}" != "x"; then :
  2080.   as_fn_error "--enable-dts is obsolete. Please use libdca and --enable-dca." "$LINENO" 5
  2081. fi
  2082. if test "x${with_dts_tree}" != "x"; then :
  2083.   as_fn_error "--with-dts-tree is obsolete. Please use libdca and --with-dca-tree." "$LINENO" 5
  2084. fi
  2085. # Check whether --enable-dca was given.
  2086. if test "${enable_dca+set}" = set; then :
  2087.   enableval=$enable_dca;
  2088. fi
  2089. if test "${enable_dca}" != "no"; then :
  2090. # Check whether --with-dca-tree was given.
  2091. if test "${with_dca_tree+set}" = set; then :
  2092.   withval=$with_dca_tree;
  2093. else
  2094.   with_dca_tree="no"
  2095. fi
  2096.   if test "${with_dca_tree}" != "no"; then :
  2097.     real_dca_tree="`cd ${with_dca_tree} 2>/dev/null && pwd`"
  2098.     if test -z "${real_dca_tree}"; then :
  2099.             { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  2100. $as_echo "no" >&6; }
  2101.       as_fn_error "${with_dca_tree} directory doesn't exist" "$LINENO" 5
  2102. fi
  2103.         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libdca in ${real_dca_tree}" >&5
  2104. $as_echo_n "checking for libdca in ${real_dca_tree}... " >&6; }
  2105.     if test -f "${real_dca_tree}/libdca/.libs/libdca.a"; then :
  2106.       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  2107. $as_echo "yes" >&6; }
  2108.   for element in dtstofloat32; do
  2109.     eval "LIBS_${element}="'"'"${real_dca_tree}/libdca/.libs/libdca.a "'$'"{LIBS_${element}} "'"'
  2110.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  2111.   done
  2112.       if test -f "${real_dca_tree}/include/dca.h"; then :
  2113.   for element in dtstofloat32; do
  2114.     eval "CPPFLAGS_${element}="'"$'"{CPPFLAGS_${element}} -I${real_dca_tree}/include"'"'
  2115.     am_modules_with_cppflags="${am_modules_with_cppflags} ${element}"
  2116.   done
  2117. else
  2118.   for element in dtstofloat32; do
  2119.     eval "CPPFLAGS_${element}="'"$'"{CPPFLAGS_${element}} -I${real_dca_tree}/../include"'"'
  2120.     am_modules_with_cppflags="${am_modules_with_cppflags} ${element}"
  2121.   done
  2122. fi
  2123. else
  2124.       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  2125. $as_echo "no" >&6; }
  2126.       as_fn_error "the specified tree doesn't have libdca/.libs/libdca.a" "$LINENO" 5
  2127. fi
  2128. else
  2129. pkg_failed=no
  2130. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for DCA" >&5
  2131. $as_echo_n "checking for DCA... " >&6; }
  2132. if test -n "$PKG_CONFIG"; then
  2133.     if test -n "$DCA_CFLAGS"; then
  2134.         pkg_cv_DCA_CFLAGS="$DCA_CFLAGS"
  2135.     else
  2136.         if test -n "$PKG_CONFIG" && 
  2137.     { { $as_echo "$as_me:${as_lineno-$LINENO}: $PKG_CONFIG --exists --print-errors "libdca >= 0.0.5""; } >&5
  2138.   ($PKG_CONFIG --exists --print-errors "libdca >= 0.0.5") 2>&5
  2139.   ac_status=$?
  2140.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  2141.   test $ac_status = 0; }; then
  2142.   pkg_cv_DCA_CFLAGS=`$PKG_CONFIG --cflags "libdca >= 0.0.5" 2>/dev/null`
  2143. else
  2144.   pkg_failed=yes
  2145. fi
  2146.     fi
  2147. else
  2148. pkg_failed=untried
  2149. fi
  2150. if test -n "$PKG_CONFIG"; then
  2151.     if test -n "$DCA_LIBS"; then
  2152.         pkg_cv_DCA_LIBS="$DCA_LIBS"
  2153.     else
  2154.         if test -n "$PKG_CONFIG" && 
  2155.     { { $as_echo "$as_me:${as_lineno-$LINENO}: $PKG_CONFIG --exists --print-errors "libdca >= 0.0.5""; } >&5
  2156.   ($PKG_CONFIG --exists --print-errors "libdca >= 0.0.5") 2>&5
  2157.   ac_status=$?
  2158.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  2159.   test $ac_status = 0; }; then
  2160.   pkg_cv_DCA_LIBS=`$PKG_CONFIG --libs "libdca >= 0.0.5" 2>/dev/null`
  2161. else
  2162.   pkg_failed=yes
  2163. fi
  2164.     fi
  2165. else
  2166. pkg_failed=untried
  2167. fi
  2168. if test $pkg_failed = yes; then
  2169. if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
  2170.         _pkg_short_errors_supported=yes
  2171. else
  2172.         _pkg_short_errors_supported=no
  2173. fi
  2174.         if test $_pkg_short_errors_supported = yes; then
  2175.         DCA_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libdca >= 0.0.5"`
  2176.         else
  2177.         DCA_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libdca >= 0.0.5"`
  2178.         fi
  2179. # Put the nasty error message in config.log where it belongs
  2180. echo "$DCA_PKG_ERRORS" >&5
  2181. { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  2182. $as_echo "no" >&6; }
  2183.       if test "x${enable_dca}" != "x"; then :
  2184.         as_fn_error "${DCA_PKG_ERRORS}" "$LINENO" 5
  2185. fi
  2186. elif test $pkg_failed = untried; then
  2187.       if test "x${enable_dca}" != "x"; then :
  2188.         as_fn_error "${DCA_PKG_ERRORS}" "$LINENO" 5
  2189. fi
  2190. else
  2191. DCA_CFLAGS=$pkg_cv_DCA_CFLAGS
  2192. DCA_LIBS=$pkg_cv_DCA_LIBS
  2193.         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  2194. $as_echo "yes" >&6; }
  2195.   PLUGINS="${PLUGINS} dtstofloat32"
  2196.   LTLIBdtstofloat32="libdtstofloat32_plugin.la"
  2197.   for element in dtstofloat32; do
  2198.     eval "CPPFLAGS_${element}="'"$'"{CPPFLAGS_${element}} ${DCA_CFLAGS}"'"'
  2199.     am_modules_with_cppflags="${am_modules_with_cppflags} ${element}"
  2200.   done
  2201.   for element in dtstofloat32; do
  2202.     eval "LIBS_${element}="'"'"${DCA_LIBS} "'$'"{LIBS_${element}} "'"'
  2203.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  2204.   done
  2205. fi
  2206. fi
  2207. fi
  2208. # Check whether --enable-flac was given.
  2209. if test "${enable_flac+set}" = set; then :
  2210.   enableval=$enable_flac;
  2211. fi
  2212. if test "${enable_flac}" = "yes"
  2213. then
  2214. # Check whether --with-flac-tree was given.
  2215. if test "${with_flac_tree+set}" = set; then :
  2216.   withval=$with_flac_tree;
  2217. fi
  2218.   if test -n "${with_flac_tree}"
  2219.   then
  2220.     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libFLAC.a in ${with_flac_tree}" >&5
  2221. $as_echo_n "checking for libFLAC.a in ${with_flac_tree}... " >&6; }
  2222.     real_flac_tree="`cd ${with_flac_tree} 2>/dev/null && pwd`"
  2223.     if test -z "${real_flac_tree}"
  2224.     then
  2225.             { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  2226. $as_echo "no" >&6; }
  2227.       as_fn_error "cannot cd to ${with_flac_tree}" "$LINENO" 5
  2228.     fi
  2229.     if test -f "${real_flac_tree}/src/libFLAC/.libs/libFLAC.a"
  2230.     then
  2231.             { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${real_flac_tree}/src/libFLAC/.libs/libFLAC.a" >&5
  2232. $as_echo "${real_flac_tree}/src/libFLAC/.libs/libFLAC.a" >&6; }
  2233.   for element in flac; do
  2234.     eval "LIBS_${element}="'"'"${real_flac_tree}/src/libFLAC/.libs/libFLAC.a "'$'"{LIBS_${element}} "'"'
  2235.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  2236.   done
  2237.   for element in flac; do
  2238.     eval "CFLAGS_${element}="'"$'"{CFLAGS_${element}} -I${real_flac_tree}/include"'"'
  2239.     am_modules_with_cflags="${am_modules_with_cflags} ${element}"
  2240.   done
  2241. $as_echo "#define HAVE_FLAC_STREAM_DECODER_H 1" >>confdefs.h
  2242.     else
  2243.             { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  2244. $as_echo "no" >&6; }
  2245.       as_fn_error "cannot find ${real_flac_tree}/src/libFLAC/.libs/libFLAC.a, make sure you compiled flac in ${with_flac_tree}" "$LINENO" 5
  2246.     fi
  2247.   else
  2248.     for ac_header in FLAC/stream_decoder.h
  2249. do :
  2250.   ac_fn_c_check_header_mongrel "$LINENO" "FLAC/stream_decoder.h" "ac_cv_header_FLAC_stream_decoder_h" "$ac_includes_default"
  2251. if test "x$ac_cv_header_FLAC_stream_decoder_h" = x""yes; then :
  2252.   cat >>confdefs.h <<_ACEOF
  2253. #define HAVE_FLAC_STREAM_DECODER_H 1
  2254. _ACEOF
  2255.   for element in flac; do
  2256.     eval "LIBS_${element}="'"'"-lFLAC -logg "'$'"{LIBS_${element}} "'"'
  2257.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  2258.   done
  2259. fi
  2260. done
  2261.   fi
  2262. fi
  2263. # Check whether --enable-libmpeg2 was given.
  2264. if test "${enable_libmpeg2+set}" = set; then :
  2265.   enableval=$enable_libmpeg2;
  2266. fi
  2267. if test "${enable_libmpeg2}" != "no"
  2268. then
  2269. # Check whether --with-libmpeg2-tree was given.
  2270. if test "${with_libmpeg2_tree+set}" = set; then :
  2271.   withval=$with_libmpeg2_tree;
  2272. fi
  2273.   if test -n "${with_libmpeg2_tree}"; then :
  2274.     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libmpeg2.a in ${with_libmpeg2_tree}" >&5
  2275. $as_echo_n "checking for libmpeg2.a in ${with_libmpeg2_tree}... " >&6; }
  2276.     real_libmpeg2_tree="`cd ${with_libmpeg2_tree} 2>/dev/null && pwd`"
  2277.     if test -z "${real_libmpeg2_tree}"
  2278.     then
  2279.             { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  2280. $as_echo "no" >&6; }
  2281.       as_fn_error "cannot cd to ${with_libmpeg2_tree}" "$LINENO" 5
  2282.     fi
  2283.     if test -f "${real_libmpeg2_tree}/libmpeg2/.libs/libmpeg2.a"
  2284.     then
  2285.             { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${real_libmpeg2_tree}/libmpeg2/.libs/libmpeg2.a" >&5
  2286. $as_echo "${real_libmpeg2_tree}/libmpeg2/.libs/libmpeg2.a" >&6; }
  2287.   PLUGINS="${PLUGINS} libmpeg2"
  2288.   LTLIBlibmpeg2="liblibmpeg2_plugin.la"
  2289.   for element in libmpeg2; do
  2290.     eval "LIBS_${element}="'"'"-L${real_libmpeg2_tree}/libmpeg2/.libs -lmpeg2 "'$'"{LIBS_${element}} "'"'
  2291.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  2292.   done
  2293.   for element in libmpeg2; do
  2294.     eval "CFLAGS_${element}="'"$'"{CFLAGS_${element}} -I${real_libmpeg2_tree}/include"'"'
  2295.     am_modules_with_cflags="${am_modules_with_cflags} ${element}"
  2296.   done
  2297.     else
  2298.             { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  2299. $as_echo "no" >&6; }
  2300.       as_fn_error "cannot find ${real_libmpeg2_tree}/libmpeg2/.libs/libmpeg2.a, make sure you compiled libmpeg2 in ${with_libmpeg2_tree}" "$LINENO" 5
  2301.     fi
  2302. else
  2303. pkg_failed=no
  2304. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBMPEG2" >&5
  2305. $as_echo_n "checking for LIBMPEG2... " >&6; }
  2306. if test -n "$PKG_CONFIG"; then
  2307.     if test -n "$LIBMPEG2_CFLAGS"; then
  2308.         pkg_cv_LIBMPEG2_CFLAGS="$LIBMPEG2_CFLAGS"
  2309.     else
  2310.         if test -n "$PKG_CONFIG" && 
  2311.     { { $as_echo "$as_me:${as_lineno-$LINENO}: $PKG_CONFIG --exists --print-errors "libmpeg2 > 0.3.2""; } >&5
  2312.   ($PKG_CONFIG --exists --print-errors "libmpeg2 > 0.3.2") 2>&5
  2313.   ac_status=$?
  2314.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  2315.   test $ac_status = 0; }; then
  2316.   pkg_cv_LIBMPEG2_CFLAGS=`$PKG_CONFIG --cflags "libmpeg2 > 0.3.2" 2>/dev/null`
  2317. else
  2318.   pkg_failed=yes
  2319. fi
  2320.     fi
  2321. else
  2322. pkg_failed=untried
  2323. fi
  2324. if test -n "$PKG_CONFIG"; then
  2325.     if test -n "$LIBMPEG2_LIBS"; then
  2326.         pkg_cv_LIBMPEG2_LIBS="$LIBMPEG2_LIBS"
  2327.     else
  2328.         if test -n "$PKG_CONFIG" && 
  2329.     { { $as_echo "$as_me:${as_lineno-$LINENO}: $PKG_CONFIG --exists --print-errors "libmpeg2 > 0.3.2""; } >&5
  2330.   ($PKG_CONFIG --exists --print-errors "libmpeg2 > 0.3.2") 2>&5
  2331.   ac_status=$?
  2332.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  2333.   test $ac_status = 0; }; then
  2334.   pkg_cv_LIBMPEG2_LIBS=`$PKG_CONFIG --libs "libmpeg2 > 0.3.2" 2>/dev/null`
  2335. else
  2336.   pkg_failed=yes
  2337. fi
  2338.     fi
  2339. else
  2340. pkg_failed=untried
  2341. fi
  2342. if test $pkg_failed = yes; then
  2343. if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
  2344.         _pkg_short_errors_supported=yes
  2345. else
  2346.         _pkg_short_errors_supported=no
  2347. fi
  2348.         if test $_pkg_short_errors_supported = yes; then
  2349.         LIBMPEG2_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libmpeg2 > 0.3.2"`
  2350.         else
  2351.         LIBMPEG2_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libmpeg2 > 0.3.2"`
  2352.         fi
  2353. # Put the nasty error message in config.log where it belongs
  2354. echo "$LIBMPEG2_PKG_ERRORS" >&5
  2355. { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  2356. $as_echo "no" >&6; }
  2357.                 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Could not find libmpeg2 on your system: you may get it from http://libmpeg2.sf.net/ . Alternatively you can use --disable-libmpeg2 to disable the libmpeg2 plugin." >&5
  2358. $as_echo "$as_me: WARNING: Could not find libmpeg2 on your system: you may get it from http://libmpeg2.sf.net/ . Alternatively you can use --disable-libmpeg2 to disable the libmpeg2 plugin." >&2;}
  2359. elif test $pkg_failed = untried; then
  2360. { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Could not find libmpeg2 on your system: you may get it from http://libmpeg2.sf.net/ . Alternatively you can use --disable-libmpeg2 to disable the libmpeg2 plugin." >&5
  2361. $as_echo "$as_me: WARNING: Could not find libmpeg2 on your system: you may get it from http://libmpeg2.sf.net/ . Alternatively you can use --disable-libmpeg2 to disable the libmpeg2 plugin." >&2;}
  2362. else
  2363. LIBMPEG2_CFLAGS=$pkg_cv_LIBMPEG2_CFLAGS
  2364. LIBMPEG2_LIBS=$pkg_cv_LIBMPEG2_LIBS
  2365.         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  2366. $as_echo "yes" >&6; }
  2367.   PLUGINS="${PLUGINS} libmpeg2"
  2368.   LTLIBlibmpeg2="liblibmpeg2_plugin.la"
  2369.   for element in libmpeg2; do
  2370.     eval "LIBS_${element}="'"'"$LIBMPEG2_LIBS "'$'"{LIBS_${element}} "'"'
  2371.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  2372.   done
  2373.   for element in libmpeg2; do
  2374.     eval "CFLAGS_${element}="'"$'"{CFLAGS_${element}} $LIBMPEG2_CFLAGS"'"'
  2375.     am_modules_with_cflags="${am_modules_with_cflags} ${element}"
  2376.   done
  2377. fi
  2378. fi
  2379. fi
  2380. # Check whether --enable-vorbis was given.
  2381. if test "${enable_vorbis+set}" = set; then :
  2382.   enableval=$enable_vorbis;
  2383. fi
  2384. if test "${enable_vorbis}" != "no"
  2385. then
  2386. # Check whether --with-vorbis-tree was given.
  2387. if test "${with_vorbis_tree+set}" = set; then :
  2388.   withval=$with_vorbis_tree;
  2389. fi
  2390.   if test -n "${with_vorbis_tree}"
  2391.   then
  2392.     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libvorbis.a in ${with_vorbis_tree}" >&5
  2393. $as_echo_n "checking for libvorbis.a in ${with_vorbis_tree}... " >&6; }
  2394.     real_vorbis_tree="`cd ${with_vorbis_tree} 2>/dev/null && pwd`"
  2395.     if test -z "${real_vorbis_tree}"
  2396.     then
  2397.             { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  2398. $as_echo "no" >&6; }
  2399.       as_fn_error "cannot cd to ${with_vorbis_tree}" "$LINENO" 5
  2400.     fi
  2401.     if test -f "${real_vorbis_tree}/lib/.libs/libvorbis.a"
  2402.     then
  2403.             { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${real_vorbis_tree}/lib/.libs/libvorbis.a" >&5
  2404. $as_echo "${real_vorbis_tree}/lib/.libs/libvorbis.a" >&6; }
  2405.   PLUGINS="${PLUGINS} vorbis"
  2406.   LTLIBvorbis="libvorbis_plugin.la"
  2407.   for element in vorbis; do
  2408.     eval "LIBS_${element}="'"'"${real_vorbis_tree}/lib/.libs/libvorbis.a ${real_vorbis_tree}/lib/.libs/libvorbisenc.a "'$'"{LIBS_${element}} "'"'
  2409.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  2410.   done
  2411.   for element in vorbis; do
  2412.     eval "CFLAGS_${element}="'"$'"{CFLAGS_${element}} -I${real_vorbis_tree}/include"'"'
  2413.     am_modules_with_cflags="${am_modules_with_cflags} ${element}"
  2414.   done
  2415.     else
  2416.             { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  2417. $as_echo "no" >&6; }
  2418.       as_fn_error "cannot find ${real_vorbis_tree}/lib/.libs/libvorbis.a, make sure you compiled vorbis in ${with_vorbis_tree}" "$LINENO" 5
  2419.     fi
  2420.   else
  2421.     for ac_header in vorbis/codec.h
  2422. do :
  2423.   ac_fn_c_check_header_mongrel "$LINENO" "vorbis/codec.h" "ac_cv_header_vorbis_codec_h" "$ac_includes_default"
  2424. if test "x$ac_cv_header_vorbis_codec_h" = x""yes; then :
  2425.   cat >>confdefs.h <<_ACEOF
  2426. #define HAVE_VORBIS_CODEC_H 1
  2427. _ACEOF
  2428.   PLUGINS="${PLUGINS} vorbis"
  2429.   LTLIBvorbis="libvorbis_plugin.la"
  2430.   for element in vorbis; do
  2431.     eval "LIBS_${element}="'"'"-lvorbis -logg -lm "'$'"{LIBS_${element}} "'"'
  2432.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  2433.   done
  2434. fi
  2435. done
  2436.     for ac_header in vorbis/vorbisenc.h
  2437. do :
  2438.   ac_fn_c_check_header_mongrel "$LINENO" "vorbis/vorbisenc.h" "ac_cv_header_vorbis_vorbisenc_h" "$ac_includes_default"
  2439. if test "x$ac_cv_header_vorbis_vorbisenc_h" = x""yes; then :
  2440.   cat >>confdefs.h <<_ACEOF
  2441. #define HAVE_VORBIS_VORBISENC_H 1
  2442. _ACEOF
  2443.   for element in vorbis; do
  2444.     eval "LIBS_${element}="'"'"-lvorbisenc -lm "'$'"{LIBS_${element}} "'"'
  2445.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  2446.   done
  2447. fi
  2448. done
  2449.   fi
  2450. fi
  2451. # Check whether --enable-tremor was given.
  2452. if test "${enable_tremor+set}" = set; then :
  2453.   enableval=$enable_tremor;
  2454. fi
  2455. if test "${enable_tremor}" = "yes"
  2456. then
  2457.   for ac_header in tremor/ivorbiscodec.h
  2458. do :
  2459.   ac_fn_c_check_header_mongrel "$LINENO" "tremor/ivorbiscodec.h" "ac_cv_header_tremor_ivorbiscodec_h" "$ac_includes_default"
  2460. if test "x$ac_cv_header_tremor_ivorbiscodec_h" = x""yes; then :
  2461.   cat >>confdefs.h <<_ACEOF
  2462. #define HAVE_TREMOR_IVORBISCODEC_H 1
  2463. _ACEOF
  2464.   PLUGINS="${PLUGINS} tremor"
  2465.   LTLIBtremor="libtremor_plugin.la"
  2466.   for element in tremor; do
  2467.     eval "LIBS_${element}="'"'"-lvorbisidec -logg "'$'"{LIBS_${element}} "'"'
  2468.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  2469.   done
  2470. fi
  2471. done
  2472. fi
  2473. # Check whether --enable-speex was given.
  2474. if test "${enable_speex+set}" = set; then :
  2475.   enableval=$enable_speex;
  2476. fi
  2477. if test "${enable_speex}" != "no"
  2478. then
  2479. # Check whether --with-speex-tree was given.
  2480. if test "${with_speex_tree+set}" = set; then :
  2481.   withval=$with_speex_tree;
  2482. fi
  2483.   if test -n "${with_speex_tree}"
  2484.   then
  2485.     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libspeex.a in ${with_speex_tree}" >&5
  2486. $as_echo_n "checking for libspeex.a in ${with_speex_tree}... " >&6; }
  2487.     real_speex_tree="`cd ${with_speex_tree} 2>/dev/null && pwd`"
  2488.     if test -z "${real_speex_tree}"
  2489.     then
  2490.             { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  2491. $as_echo "no" >&6; }
  2492.       as_fn_error "cannot cd to ${with_speex_tree}" "$LINENO" 5
  2493.     fi
  2494.     if test -f "${real_speex_tree}/libspeex/.libs/libspeex.a"
  2495.     then
  2496.             { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${real_speex_tree}/libspeex/.libs/libspeex.a" >&5
  2497. $as_echo "${real_speex_tree}/libspeex/.libs/libspeex.a" >&6; }
  2498.   PLUGINS="${PLUGINS} speex"
  2499.   LTLIBspeex="libspeex_plugin.la"
  2500.   for element in speex; do
  2501.     eval "LIBS_${element}="'"'"${real_speex_tree}/libspeex/.libs/libspeex.a "'$'"{LIBS_${element}} "'"'
  2502.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  2503.   done
  2504.   for element in speex; do
  2505.     eval "CFLAGS_${element}="'"$'"{CFLAGS_${element}} -I${real_speex_tree}/include"'"'
  2506.     am_modules_with_cflags="${am_modules_with_cflags} ${element}"
  2507.   done
  2508.     else
  2509.             { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  2510. $as_echo "no" >&6; }
  2511.       as_fn_error "cannot find ${real_speex_tree}/libspeex/.libs/libspeex.a, make sure you compiled speex in ${with_speex_tree}" "$LINENO" 5
  2512.     fi
  2513.   else
  2514.     for ac_header in speex/speex.h
  2515. do :
  2516.   ac_fn_c_check_header_mongrel "$LINENO" "speex/speex.h" "ac_cv_header_speex_speex_h" "$ac_includes_default"
  2517. if test "x$ac_cv_header_speex_speex_h" = x""yes; then :
  2518.   cat >>confdefs.h <<_ACEOF
  2519. #define HAVE_SPEEX_SPEEX_H 1
  2520. _ACEOF
  2521.       LDFLAGS="${LDFLAGS_save} ${LIBS_speex}"
  2522.       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for speex_decode_int in -lspeex" >&5
  2523. $as_echo_n "checking for speex_decode_int in -lspeex... " >&6; }
  2524. if test "${ac_cv_lib_speex_speex_decode_int+set}" = set; then :
  2525.   $as_echo_n "(cached) " >&6
  2526. else
  2527.   ac_check_lib_save_LIBS=$LIBS
  2528. LIBS="-lspeex  $LIBS"
  2529. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  2530. /* end confdefs.h.  */
  2531. /* Override any GCC internal prototype to avoid an error.
  2532.    Use char because int might match the return type of a GCC
  2533.    builtin and then its argument prototype would still apply.  */
  2534. #ifdef __cplusplus
  2535. extern "C"
  2536. #endif
  2537. char speex_decode_int ();
  2538. int
  2539. main ()
  2540. {
  2541. return speex_decode_int ();
  2542.   ;
  2543.   return 0;
  2544. }
  2545. _ACEOF
  2546. if ac_fn_c_try_link "$LINENO"; then :
  2547.   ac_cv_lib_speex_speex_decode_int=yes
  2548. else
  2549.   ac_cv_lib_speex_speex_decode_int=no
  2550. fi
  2551. rm -f core conftest.err conftest.$ac_objext 
  2552.     conftest$ac_exeext conftest.$ac_ext
  2553. LIBS=$ac_check_lib_save_LIBS
  2554. fi
  2555. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_speex_speex_decode_int" >&5
  2556. $as_echo "$ac_cv_lib_speex_speex_decode_int" >&6; }
  2557. if test "x$ac_cv_lib_speex_speex_decode_int" = x""yes; then :
  2558.   PLUGINS="${PLUGINS} speex"
  2559.   LTLIBspeex="libspeex_plugin.la"
  2560.   for element in speex; do
  2561.     eval "LIBS_${element}="'"'"-lspeex "'$'"{LIBS_${element}} "'"'
  2562.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  2563.   done
  2564. else
  2565.    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  2566. $as_echo "no" >&6; }
  2567.           { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Your libspeex is too old, please get the development
  2568.                        version." >&5
  2569. $as_echo "$as_me: WARNING: Your libspeex is too old, please get the development
  2570.                        version." >&2;}
  2571. fi
  2572.       LDFLAGS="${LDFLAGS_save}"
  2573. fi
  2574. done
  2575.   fi
  2576. fi
  2577. # Check whether --enable-tarkin was given.
  2578. if test "${enable_tarkin+set}" = set; then :
  2579.   enableval=$enable_tarkin;
  2580. fi
  2581. if test "${enable_tarkin}" = "yes"
  2582. then
  2583. # Check whether --with-tarkin-tree was given.
  2584. if test "${with_tarkin_tree+set}" = set; then :
  2585.   withval=$with_tarkin_tree;
  2586. fi
  2587.   if test -n "${with_tarkin_tree}"
  2588.   then
  2589.     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for tarkin.o in ${with_tarkin_tree}" >&5
  2590. $as_echo_n "checking for tarkin.o in ${with_tarkin_tree}... " >&6; }
  2591.     real_tarkin_tree="`cd ${with_tarkin_tree} 2>/dev/null && pwd`"
  2592.     if test -f "${real_tarkin_tree}/tarkin.o"
  2593.     then
  2594.   PLUGINS="${PLUGINS} tarkin"
  2595.   LTLIBtarkin="libtarkin_plugin.la"
  2596.   for element in tarkin; do
  2597.     eval "CPPFLAGS_${element}="'"$'"{CPPFLAGS_${element}} -I${real_tarkin_tree}"'"'
  2598.     am_modules_with_cppflags="${am_modules_with_cppflags} ${element}"
  2599.   done
  2600.   for element in tarkin; do
  2601.     eval "LIBS_${element}="'"'"${real_tarkin_tree}/mem.o ${real_tarkin_tree}/pnm.o ${real_tarkin_tree}/wavelet.o ${real_tarkin_tree}/wavelet_xform.o ${real_tarkin_tree}/wavelet_coeff.o ${real_tarkin_tree}/yuv.o ${real_tarkin_tree}/tarkin.o ${real_tarkin_tree}/info.o -logg "'$'"{LIBS_${element}} "'"'
  2602.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  2603.   done
  2604.       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  2605. $as_echo "yes" >&6; }
  2606.     else
  2607.             { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  2608. $as_echo "no" >&6; }
  2609.       as_fn_error "cannot find ${real_tarkin_tree}/tarkin.o,
  2610.                     make sure you compiled tarkin in ${with_tarkin_tree}" "$LINENO" 5
  2611.     fi
  2612.   fi
  2613. fi
  2614. # Check whether --enable-theora was given.
  2615. if test "${enable_theora+set}" = set; then :
  2616.   enableval=$enable_theora;
  2617. fi
  2618. if test "${enable_theora}" = "yes"
  2619. then
  2620.   for ac_header in theora/theora.h
  2621. do :
  2622.   ac_fn_c_check_header_mongrel "$LINENO" "theora/theora.h" "ac_cv_header_theora_theora_h" "$ac_includes_default"
  2623. if test "x$ac_cv_header_theora_theora_h" = x""yes; then :
  2624.   cat >>confdefs.h <<_ACEOF
  2625. #define HAVE_THEORA_THEORA_H 1
  2626. _ACEOF
  2627.     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for theora_granule_time in -ltheora" >&5
  2628. $as_echo_n "checking for theora_granule_time in -ltheora... " >&6; }
  2629. if test "${ac_cv_lib_theora_theora_granule_time+set}" = set; then :
  2630.   $as_echo_n "(cached) " >&6
  2631. else
  2632.   ac_check_lib_save_LIBS=$LIBS
  2633. LIBS="-ltheora -logg $LIBS"
  2634. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  2635. /* end confdefs.h.  */
  2636. /* Override any GCC internal prototype to avoid an error.
  2637.    Use char because int might match the return type of a GCC
  2638.    builtin and then its argument prototype would still apply.  */
  2639. #ifdef __cplusplus
  2640. extern "C"
  2641. #endif
  2642. char theora_granule_time ();
  2643. int
  2644. main ()
  2645. {
  2646. return theora_granule_time ();
  2647.   ;
  2648.   return 0;
  2649. }
  2650. _ACEOF
  2651. if ac_fn_c_try_link "$LINENO"; then :
  2652.   ac_cv_lib_theora_theora_granule_time=yes
  2653. else
  2654.   ac_cv_lib_theora_theora_granule_time=no
  2655. fi
  2656. rm -f core conftest.err conftest.$ac_objext 
  2657.     conftest$ac_exeext conftest.$ac_ext
  2658. LIBS=$ac_check_lib_save_LIBS
  2659. fi
  2660. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_theora_theora_granule_time" >&5
  2661. $as_echo "$ac_cv_lib_theora_theora_granule_time" >&6; }
  2662. if test "x$ac_cv_lib_theora_theora_granule_time" = x""yes; then :
  2663.   PLUGINS="${PLUGINS} theora"
  2664.   LTLIBtheora="libtheora_plugin.la"
  2665.       theora_libs="-ltheora -logg"
  2666.   for element in theora; do
  2667.     eval "LIBS_${element}="'"'"${theora_libs} "'$'"{LIBS_${element}} "'"'
  2668.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  2669.   done
  2670. else
  2671.       as_fn_error "libtheora doesn't appear to be installed on your system.
  2672. You also need to check that you have a libogg posterior to the 1.0 release." "$LINENO" 5
  2673. fi
  2674. fi
  2675. done
  2676. fi
  2677. # Check whether --enable-dirac was given.
  2678. if test "${enable_dirac+set}" = set; then :
  2679.   enableval=$enable_dirac;
  2680. fi
  2681. if test "${enable_dirac}" = "yes"; then
  2682. pkg_failed=no
  2683. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for DIRAC" >&5
  2684. $as_echo_n "checking for DIRAC... " >&6; }
  2685. if test -n "$PKG_CONFIG"; then
  2686.     if test -n "$DIRAC_CFLAGS"; then
  2687.         pkg_cv_DIRAC_CFLAGS="$DIRAC_CFLAGS"
  2688.     else
  2689.         if test -n "$PKG_CONFIG" && 
  2690.     { { $as_echo "$as_me:${as_lineno-$LINENO}: $PKG_CONFIG --exists --print-errors "dirac >= 0.10.0""; } >&5
  2691.   ($PKG_CONFIG --exists --print-errors "dirac >= 0.10.0") 2>&5
  2692.   ac_status=$?
  2693.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  2694.   test $ac_status = 0; }; then
  2695.   pkg_cv_DIRAC_CFLAGS=`$PKG_CONFIG --cflags "dirac >= 0.10.0" 2>/dev/null`
  2696. else
  2697.   pkg_failed=yes
  2698. fi
  2699.     fi
  2700. else
  2701. pkg_failed=untried
  2702. fi
  2703. if test -n "$PKG_CONFIG"; then
  2704.     if test -n "$DIRAC_LIBS"; then
  2705.         pkg_cv_DIRAC_LIBS="$DIRAC_LIBS"
  2706.     else
  2707.         if test -n "$PKG_CONFIG" && 
  2708.     { { $as_echo "$as_me:${as_lineno-$LINENO}: $PKG_CONFIG --exists --print-errors "dirac >= 0.10.0""; } >&5
  2709.   ($PKG_CONFIG --exists --print-errors "dirac >= 0.10.0") 2>&5
  2710.   ac_status=$?
  2711.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  2712.   test $ac_status = 0; }; then
  2713.   pkg_cv_DIRAC_LIBS=`$PKG_CONFIG --libs "dirac >= 0.10.0" 2>/dev/null`
  2714. else
  2715.   pkg_failed=yes
  2716. fi
  2717.     fi
  2718. else
  2719. pkg_failed=untried
  2720. fi
  2721. if test $pkg_failed = yes; then
  2722. if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
  2723.         _pkg_short_errors_supported=yes
  2724. else
  2725.         _pkg_short_errors_supported=no
  2726. fi
  2727.         if test $_pkg_short_errors_supported = yes; then
  2728.         DIRAC_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "dirac >= 0.10.0"`
  2729.         else
  2730.         DIRAC_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "dirac >= 0.10.0"`
  2731.         fi
  2732. # Put the nasty error message in config.log where it belongs
  2733. echo "$DIRAC_PKG_ERRORS" >&5
  2734. { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  2735. $as_echo "no" >&6; }
  2736.       as_fn_error "libdirac >= 0.10.0 doesn't appear to be installed on your system." "$LINENO" 5
  2737. elif test $pkg_failed = untried; then
  2738.       as_fn_error "libdirac >= 0.10.0 doesn't appear to be installed on your system." "$LINENO" 5
  2739. else
  2740. DIRAC_CFLAGS=$pkg_cv_DIRAC_CFLAGS
  2741. DIRAC_LIBS=$pkg_cv_DIRAC_LIBS
  2742.         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  2743. $as_echo "yes" >&6; }
  2744.   PLUGINS="${PLUGINS} dirac"
  2745.   LTLIBdirac="libdirac_plugin.la"
  2746.   for element in dirac; do
  2747.     eval "CFLAGS_${element}="'"$'"{CFLAGS_${element}} $DIRAC_CFLAGS"'"'
  2748.     am_modules_with_cflags="${am_modules_with_cflags} ${element}"
  2749.   done
  2750.   for element in dirac; do
  2751.     eval "LIBS_${element}="'"'"$DIRAC_LIBS -lstdc++ "'$'"{LIBS_${element}} "'"'
  2752.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  2753.   done
  2754. fi
  2755. fi
  2756. # Check whether --enable-schroedinger was given.
  2757. if test "${enable_schroedinger+set}" = set; then :
  2758.   enableval=$enable_schroedinger;
  2759. fi
  2760. if test "${enable_schroedinger}" != "no"; then
  2761. pkg_failed=no
  2762. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SCHROEDINGER" >&5
  2763. $as_echo_n "checking for SCHROEDINGER... " >&6; }
  2764. if test -n "$PKG_CONFIG"; then
  2765.     if test -n "$SCHROEDINGER_CFLAGS"; then
  2766.         pkg_cv_SCHROEDINGER_CFLAGS="$SCHROEDINGER_CFLAGS"
  2767.     else
  2768.         if test -n "$PKG_CONFIG" && 
  2769.     { { $as_echo "$as_me:${as_lineno-$LINENO}: $PKG_CONFIG --exists --print-errors "schroedinger-1.0 >= 1.0.6""; } >&5
  2770.   ($PKG_CONFIG --exists --print-errors "schroedinger-1.0 >= 1.0.6") 2>&5
  2771.   ac_status=$?
  2772.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  2773.   test $ac_status = 0; }; then
  2774.   pkg_cv_SCHROEDINGER_CFLAGS=`$PKG_CONFIG --cflags "schroedinger-1.0 >= 1.0.6" 2>/dev/null`
  2775. else
  2776.   pkg_failed=yes
  2777. fi
  2778.     fi
  2779. else
  2780. pkg_failed=untried
  2781. fi
  2782. if test -n "$PKG_CONFIG"; then
  2783.     if test -n "$SCHROEDINGER_LIBS"; then
  2784.         pkg_cv_SCHROEDINGER_LIBS="$SCHROEDINGER_LIBS"
  2785.     else
  2786.         if test -n "$PKG_CONFIG" && 
  2787.     { { $as_echo "$as_me:${as_lineno-$LINENO}: $PKG_CONFIG --exists --print-errors "schroedinger-1.0 >= 1.0.6""; } >&5
  2788.   ($PKG_CONFIG --exists --print-errors "schroedinger-1.0 >= 1.0.6") 2>&5
  2789.   ac_status=$?
  2790.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  2791.   test $ac_status = 0; }; then
  2792.   pkg_cv_SCHROEDINGER_LIBS=`$PKG_CONFIG --libs "schroedinger-1.0 >= 1.0.6" 2>/dev/null`
  2793. else
  2794.   pkg_failed=yes
  2795. fi
  2796.     fi
  2797. else
  2798. pkg_failed=untried
  2799. fi
  2800. if test $pkg_failed = yes; then
  2801. if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
  2802.         _pkg_short_errors_supported=yes
  2803. else
  2804.         _pkg_short_errors_supported=no
  2805. fi
  2806.         if test $_pkg_short_errors_supported = yes; then
  2807.         SCHROEDINGER_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "schroedinger-1.0 >= 1.0.6"`
  2808.         else
  2809.         SCHROEDINGER_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "schroedinger-1.0 >= 1.0.6"`
  2810.         fi
  2811. # Put the nasty error message in config.log where it belongs
  2812. echo "$SCHROEDINGER_PKG_ERRORS" >&5
  2813. { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  2814. $as_echo "no" >&6; }
  2815.         if test "x${enable_schroedinger}" != "x"; then :
  2816.           as_fn_error "${SCHROEDINGER_PKG_ERRORS}" "$LINENO" 5
  2817. fi
  2818. elif test $pkg_failed = untried; then
  2819.         if test "x${enable_schroedinger}" != "x"; then :
  2820.           as_fn_error "${SCHROEDINGER_PKG_ERRORS}" "$LINENO" 5
  2821. fi
  2822. else
  2823. SCHROEDINGER_CFLAGS=$pkg_cv_SCHROEDINGER_CFLAGS
  2824. SCHROEDINGER_LIBS=$pkg_cv_SCHROEDINGER_LIBS
  2825.         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  2826. $as_echo "yes" >&6; }
  2827.   PLUGINS="${PLUGINS} schroedinger"
  2828.   LTLIBschroedinger="libschroedinger_plugin.la"
  2829.   for element in schroedinger; do
  2830.     eval "CFLAGS_${element}="'"$'"{CFLAGS_${element}} $SCHROEDINGER_CFLAGS"'"'
  2831.     am_modules_with_cflags="${am_modules_with_cflags} ${element}"
  2832.   done
  2833.   for element in schroedinger; do
  2834.     eval "LIBS_${element}="'"'"$SCHROEDINGER_LIBS "'$'"{LIBS_${element}} "'"'
  2835.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  2836.   done
  2837. fi
  2838. fi
  2839. # Check whether --enable-png was given.
  2840. if test "${enable_png+set}" = set; then :
  2841.   enableval=$enable_png;
  2842. fi
  2843. if test "${enable_png}" != "no"; then
  2844. for ac_header in png.h
  2845. do :
  2846.   ac_fn_c_check_header_mongrel "$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
  2847. if test "x$ac_cv_header_png_h" = x""yes; then :
  2848.   cat >>confdefs.h <<_ACEOF
  2849. #define HAVE_PNG_H 1
  2850. _ACEOF
  2851.   LDFLAGS="${LDFLAGS_save} -lz"
  2852.   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for png_set_rows in -lpng" >&5
  2853. $as_echo_n "checking for png_set_rows in -lpng... " >&6; }
  2854. if test "${ac_cv_lib_png_png_set_rows+set}" = set; then :
  2855.   $as_echo_n "(cached) " >&6
  2856. else
  2857.   ac_check_lib_save_LIBS=$LIBS
  2858. LIBS="-lpng -lz $LIBS"
  2859. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  2860. /* end confdefs.h.  */
  2861. /* Override any GCC internal prototype to avoid an error.
  2862.    Use char because int might match the return type of a GCC
  2863.    builtin and then its argument prototype would still apply.  */
  2864. #ifdef __cplusplus
  2865. extern "C"
  2866. #endif
  2867. char png_set_rows ();
  2868. int
  2869. main ()
  2870. {
  2871. return png_set_rows ();
  2872.   ;
  2873.   return 0;
  2874. }
  2875. _ACEOF
  2876. if ac_fn_c_try_link "$LINENO"; then :
  2877.   ac_cv_lib_png_png_set_rows=yes
  2878. else
  2879.   ac_cv_lib_png_png_set_rows=no
  2880. fi
  2881. rm -f core conftest.err conftest.$ac_objext 
  2882.     conftest$ac_exeext conftest.$ac_ext
  2883. LIBS=$ac_check_lib_save_LIBS
  2884. fi
  2885. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_png_png_set_rows" >&5
  2886. $as_echo "$ac_cv_lib_png_png_set_rows" >&6; }
  2887. if test "x$ac_cv_lib_png_png_set_rows" = x""yes; then :
  2888.   for element in png; do
  2889.     eval "LIBS_${element}="'"'"-lpng -lz "'$'"{LIBS_${element}} "'"'
  2890.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  2891.   done
  2892.   PLUGINS="${PLUGINS} png"
  2893.   LTLIBpng="libpng_plugin.la"
  2894.   PLUGINS="${PLUGINS} osdmenu"
  2895.   LTLIBosdmenu="libosdmenu_plugin.la"
  2896.   PLUGINS="${PLUGINS} osd_parser"
  2897.   LTLIBosd_parser="libosd_parser_plugin.la"
  2898. $as_echo "#define HAVE_LIBPNG 1" >>confdefs.h
  2899. fi
  2900.     LDFLAGS="${LDFLAGS_save}"
  2901. fi
  2902. done
  2903. fi
  2904.  if test "${enable_png}" != "no"; then
  2905.   BUILD_OSDMENU_TRUE=
  2906.   BUILD_OSDMENU_FALSE='#'
  2907. else
  2908.   BUILD_OSDMENU_TRUE='#'
  2909.   BUILD_OSDMENU_FALSE=
  2910. fi
  2911. # Check whether --enable-x264 was given.
  2912. if test "${enable_x264+set}" = set; then :
  2913.   enableval=$enable_x264;
  2914. fi
  2915. if test "${enable_x264}" != "no"; then
  2916. # Check whether --with-x264-tree was given.
  2917. if test "${with_x264_tree+set}" = set; then :
  2918.   withval=$with_x264_tree;
  2919. fi
  2920.   if test "${with_x264_tree}" != "no" -a -n "${with_x264_tree}"
  2921.   then
  2922.     real_x264_tree="`cd ${with_x264_tree} 2>/dev/null && pwd`"
  2923.     if test -z "${real_x264_tree}"
  2924.     then
  2925.             { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  2926. $as_echo "no" >&6; }
  2927.       as_fn_error "${with_x264_tree} directory doesn't exist" "$LINENO" 5
  2928.     fi
  2929.         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for x264.h in ${real_x264_tree}" >&5
  2930. $as_echo_n "checking for x264.h in ${real_x264_tree}... " >&6; }
  2931.     if test -f ${real_x264_tree}/x264.h
  2932.     then
  2933.       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  2934. $as_echo "yes" >&6; }
  2935.   for element in x264; do
  2936.     eval "CPPFLAGS_${element}="'"$'"{CPPFLAGS_${element}} -I${real_x264_tree}"'"'
  2937.     am_modules_with_cppflags="${am_modules_with_cppflags} ${element}"
  2938.   done
  2939.   for element in x264; do
  2940.     eval "LIBS_${element}="'"'"-L${real_x264_tree} "'$'"{LIBS_${element}} "'"'
  2941.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  2942.   done
  2943. pkg_failed=no
  2944. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X264" >&5
  2945. $as_echo_n "checking for X264... " >&6; }
  2946. if test -n "$PKG_CONFIG"; then
  2947.     if test -n "$X264_CFLAGS"; then
  2948.         pkg_cv_X264_CFLAGS="$X264_CFLAGS"
  2949.     else
  2950.         if test -n "$PKG_CONFIG" && 
  2951.     { { $as_echo "$as_me:${as_lineno-$LINENO}: $PKG_CONFIG --exists --print-errors "x264""; } >&5
  2952.   ($PKG_CONFIG --exists --print-errors "x264") 2>&5
  2953.   ac_status=$?
  2954.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  2955.   test $ac_status = 0; }; then
  2956.   pkg_cv_X264_CFLAGS=`$PKG_CONFIG --cflags "x264" 2>/dev/null`
  2957. else
  2958.   pkg_failed=yes
  2959. fi
  2960.     fi
  2961. else
  2962. pkg_failed=untried
  2963. fi
  2964. if test -n "$PKG_CONFIG"; then
  2965.     if test -n "$X264_LIBS"; then
  2966.         pkg_cv_X264_LIBS="$X264_LIBS"
  2967.     else
  2968.         if test -n "$PKG_CONFIG" && 
  2969.     { { $as_echo "$as_me:${as_lineno-$LINENO}: $PKG_CONFIG --exists --print-errors "x264""; } >&5
  2970.   ($PKG_CONFIG --exists --print-errors "x264") 2>&5
  2971.   ac_status=$?
  2972.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  2973.   test $ac_status = 0; }; then
  2974.   pkg_cv_X264_LIBS=`$PKG_CONFIG --libs "x264" 2>/dev/null`
  2975. else
  2976.   pkg_failed=yes
  2977. fi
  2978.     fi
  2979. else
  2980. pkg_failed=untried
  2981. fi
  2982. if test $pkg_failed = yes; then
  2983. if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
  2984.         _pkg_short_errors_supported=yes
  2985. else
  2986.         _pkg_short_errors_supported=no
  2987. fi
  2988.         if test $_pkg_short_errors_supported = yes; then
  2989.         X264_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "x264"`
  2990.         else
  2991.         X264_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "x264"`
  2992.         fi
  2993. # Put the nasty error message in config.log where it belongs
  2994. echo "$X264_PKG_ERRORS" >&5
  2995. { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  2996. $as_echo "no" >&6; }
  2997.         as_fn_error "the specified tree hasn't been compiled" "$LINENO" 5
  2998. elif test $pkg_failed = untried; then
  2999.         as_fn_error "the specified tree hasn't been compiled" "$LINENO" 5
  3000. else
  3001. X264_CFLAGS=$pkg_cv_X264_CFLAGS
  3002. X264_LIBS=$pkg_cv_X264_LIBS
  3003.         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  3004. $as_echo "yes" >&6; }
  3005.   PLUGINS="${PLUGINS} x264"
  3006.   LTLIBx264="libx264_plugin.la"
  3007.   for element in x264; do
  3008.     eval "LDFLAGS_${element}="'"'"${X264_LIBS} "'$'"{LDFLAGS_${element}} "'"'
  3009.     am_modules_with_ldflags="${am_modules_with_ldflags} ${element}"
  3010.   done
  3011.   for element in x264; do
  3012.     eval "CFLAGS_${element}="'"$'"{CFLAGS_${element}} ${X264_CFLAGS}"'"'
  3013.     am_modules_with_cflags="${am_modules_with_cflags} ${element}"
  3014.   done
  3015.         if echo ${X264_LIBS} |grep -q 'pthreadGC2'; then
  3016.   for element in x264; do
  3017.     eval "CFLAGS_${element}="'"$'"{CFLAGS_${element}} -DPTW32_STATIC_LIB"'"'
  3018.     am_modules_with_cflags="${am_modules_with_cflags} ${element}"
  3019.   done
  3020.         fi
  3021. fi
  3022.       LDFLAGS="${LDFLAGS_save}"
  3023.     else
  3024.       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  3025. $as_echo "no" >&6; }
  3026.       as_fn_error "the specified tree doesn't have x264.h" "$LINENO" 5
  3027.     fi
  3028.   else
  3029. pkg_failed=no
  3030. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X264" >&5
  3031. $as_echo_n "checking for X264... " >&6; }
  3032. if test -n "$PKG_CONFIG"; then
  3033.     if test -n "$X264_CFLAGS"; then
  3034.         pkg_cv_X264_CFLAGS="$X264_CFLAGS"
  3035.     else
  3036.         if test -n "$PKG_CONFIG" && 
  3037.     { { $as_echo "$as_me:${as_lineno-$LINENO}: $PKG_CONFIG --exists --print-errors "x264""; } >&5
  3038.   ($PKG_CONFIG --exists --print-errors "x264") 2>&5
  3039.   ac_status=$?
  3040.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  3041.   test $ac_status = 0; }; then
  3042.   pkg_cv_X264_CFLAGS=`$PKG_CONFIG --cflags "x264" 2>/dev/null`
  3043. else
  3044.   pkg_failed=yes
  3045. fi
  3046.     fi
  3047. else
  3048. pkg_failed=untried
  3049. fi
  3050. if test -n "$PKG_CONFIG"; then
  3051.     if test -n "$X264_LIBS"; then
  3052.         pkg_cv_X264_LIBS="$X264_LIBS"
  3053.     else
  3054.         if test -n "$PKG_CONFIG" && 
  3055.     { { $as_echo "$as_me:${as_lineno-$LINENO}: $PKG_CONFIG --exists --print-errors "x264""; } >&5
  3056.   ($PKG_CONFIG --exists --print-errors "x264") 2>&5
  3057.   ac_status=$?
  3058.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  3059.   test $ac_status = 0; }; then
  3060.   pkg_cv_X264_LIBS=`$PKG_CONFIG --libs "x264" 2>/dev/null`
  3061. else
  3062.   pkg_failed=yes
  3063. fi
  3064.     fi
  3065. else
  3066. pkg_failed=untried
  3067. fi
  3068. if test $pkg_failed = yes; then
  3069. if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
  3070.         _pkg_short_errors_supported=yes
  3071. else
  3072.         _pkg_short_errors_supported=no
  3073. fi
  3074.         if test $_pkg_short_errors_supported = yes; then
  3075.         X264_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "x264"`
  3076.         else
  3077.         X264_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "x264"`
  3078.         fi
  3079. # Put the nasty error message in config.log where it belongs
  3080. echo "$X264_PKG_ERRORS" >&5
  3081. { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  3082. $as_echo "no" >&6; }
  3083.         if test "${enable_x264}" = "yes"; then
  3084.             as_fn_error "Could not find libx264 on your system: you may get it from http://www.videolan.org/x264.html" "$LINENO" 5
  3085.           fi
  3086. elif test $pkg_failed = untried; then
  3087.         if test "${enable_x264}" = "yes"; then
  3088.             as_fn_error "Could not find libx264 on your system: you may get it from http://www.videolan.org/x264.html" "$LINENO" 5
  3089.           fi
  3090. else
  3091. X264_CFLAGS=$pkg_cv_X264_CFLAGS
  3092. X264_LIBS=$pkg_cv_X264_LIBS
  3093.         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  3094. $as_echo "yes" >&6; }
  3095.   PLUGINS="${PLUGINS} x264"
  3096.   LTLIBx264="libx264_plugin.la"
  3097.   for element in x264; do
  3098.     eval "LDFLAGS_${element}="'"'"${X264_LIBS} "'$'"{LDFLAGS_${element}} "'"'
  3099.     am_modules_with_ldflags="${am_modules_with_ldflags} ${element}"
  3100.   done
  3101.         { $as_echo "$as_me:${as_lineno-$LINENO}: checking if linker supports -Bsymbolic" >&5
  3102. $as_echo_n "checking if linker supports -Bsymbolic... " >&6; }
  3103. if test "${ac_cv_ld_bsymbolic+set}" = set; then :
  3104.   $as_echo_n "(cached) " >&6
  3105. else
  3106.   LDFLAGS="${LDFLAGS_vlc} -Wl,-Bsymbolic"
  3107.             cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  3108. /* end confdefs.h.  */
  3109. int
  3110. main ()
  3111. {
  3112.   ;
  3113.   return 0;
  3114. }
  3115. _ACEOF
  3116. if ac_fn_c_try_link "$LINENO"; then :
  3117.   ac_cv_ld_bsymbolic=yes
  3118. else
  3119.   ac_cv_ld_bsymbolic=no
  3120. fi
  3121. rm -f core conftest.err conftest.$ac_objext 
  3122.     conftest$ac_exeext conftest.$ac_ext
  3123.             LDFLAGS="${LDFLAGS_save}"
  3124. fi
  3125. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_ld_bsymbolic" >&5
  3126. $as_echo "$ac_cv_ld_bsymbolic" >&6; }
  3127.         if test "${ac_cv_ld_bsymbolic}" != "no"; then :
  3128.   for element in x264; do
  3129.     eval "LDFLAGS_${element}="'"'"-Wl,-Bsymbolic "'$'"{LDFLAGS_${element}} "'"'
  3130.     am_modules_with_ldflags="${am_modules_with_ldflags} ${element}"
  3131.   done
  3132. fi
  3133.   for element in x264; do
  3134.     eval "CFLAGS_${element}="'"$'"{CFLAGS_${element}} ${X264_CFLAGS}"'"'
  3135.     am_modules_with_cflags="${am_modules_with_cflags} ${element}"
  3136.   done
  3137.         if echo ${X264_LIBS} |grep -q 'pthreadGC2'; then
  3138.   for element in x264; do
  3139.     eval "CFLAGS_${element}="'"$'"{CFLAGS_${element}} -DPTW32_STATIC_LIB"'"'
  3140.     am_modules_with_cflags="${am_modules_with_cflags} ${element}"
  3141.   done
  3142.         fi
  3143. fi
  3144.     LDFLAGS="${LDFLAGS_save}"
  3145.   fi
  3146. fi
  3147. # Check whether --enable-fluidsynth was given.
  3148. if test "${enable_fluidsynth+set}" = set; then :
  3149.   enableval=$enable_fluidsynth;
  3150. fi
  3151. if test "x${enable_fluidsynth}" != "xno"; then :
  3152. pkg_failed=no
  3153. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for FLUIDSYNTH" >&5
  3154. $as_echo_n "checking for FLUIDSYNTH... " >&6; }
  3155. if test -n "$PKG_CONFIG"; then
  3156.     if test -n "$FLUIDSYNTH_CFLAGS"; then
  3157.         pkg_cv_FLUIDSYNTH_CFLAGS="$FLUIDSYNTH_CFLAGS"
  3158.     else
  3159.         if test -n "$PKG_CONFIG" && 
  3160.     { { $as_echo "$as_me:${as_lineno-$LINENO}: $PKG_CONFIG --exists --print-errors "fluidsynth""; } >&5
  3161.   ($PKG_CONFIG --exists --print-errors "fluidsynth") 2>&5
  3162.   ac_status=$?
  3163.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  3164.   test $ac_status = 0; }; then
  3165.   pkg_cv_FLUIDSYNTH_CFLAGS=`$PKG_CONFIG --cflags "fluidsynth" 2>/dev/null`
  3166. else
  3167.   pkg_failed=yes
  3168. fi
  3169.     fi
  3170. else
  3171. pkg_failed=untried
  3172. fi
  3173. if test -n "$PKG_CONFIG"; then
  3174.     if test -n "$FLUIDSYNTH_LIBS"; then
  3175.         pkg_cv_FLUIDSYNTH_LIBS="$FLUIDSYNTH_LIBS"
  3176.     else
  3177.         if test -n "$PKG_CONFIG" && 
  3178.     { { $as_echo "$as_me:${as_lineno-$LINENO}: $PKG_CONFIG --exists --print-errors "fluidsynth""; } >&5
  3179.   ($PKG_CONFIG --exists --print-errors "fluidsynth") 2>&5
  3180.   ac_status=$?
  3181.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  3182.   test $ac_status = 0; }; then
  3183.   pkg_cv_FLUIDSYNTH_LIBS=`$PKG_CONFIG --libs "fluidsynth" 2>/dev/null`
  3184. else
  3185.   pkg_failed=yes
  3186. fi
  3187.     fi
  3188. else
  3189. pkg_failed=untried
  3190. fi
  3191. if test $pkg_failed = yes; then
  3192. if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
  3193.         _pkg_short_errors_supported=yes
  3194. else
  3195.         _pkg_short_errors_supported=no
  3196. fi
  3197.         if test $_pkg_short_errors_supported = yes; then
  3198.         FLUIDSYNTH_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "fluidsynth"`
  3199.         else
  3200.         FLUIDSYNTH_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "fluidsynth"`
  3201.         fi
  3202. # Put the nasty error message in config.log where it belongs
  3203. echo "$FLUIDSYNTH_PKG_ERRORS" >&5
  3204. { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  3205. $as_echo "no" >&6; }
  3206.     if test "x${enable_fluidsynth}" != "x"; then :
  3207.       as_fn_error "${FLUIDSYNTH_PKG_ERRORS}" "$LINENO" 5
  3208. fi
  3209. elif test $pkg_failed = untried; then
  3210.     if test "x${enable_fluidsynth}" != "x"; then :
  3211.       as_fn_error "${FLUIDSYNTH_PKG_ERRORS}" "$LINENO" 5
  3212. fi
  3213. else
  3214. FLUIDSYNTH_CFLAGS=$pkg_cv_FLUIDSYNTH_CFLAGS
  3215. FLUIDSYNTH_LIBS=$pkg_cv_FLUIDSYNTH_LIBS
  3216.         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  3217. $as_echo "yes" >&6; }
  3218.   PLUGINS="${PLUGINS} fluidsynth"
  3219.   LTLIBfluidsynth="libfluidsynth_plugin.la"
  3220.   for element in fluidsynth; do
  3221.     eval "CFLAGS_${element}="'"$'"{CFLAGS_${element}} ${FLUIDSYNTH_CFLAGS}"'"'
  3222.     am_modules_with_cflags="${am_modules_with_cflags} ${element}"
  3223.   done
  3224.   for element in fluidsynth; do
  3225.     eval "LIBS_${element}="'"'"${FLUIDSYNTH_LIBS} "'$'"{LIBS_${element}} "'"'
  3226.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  3227.   done
  3228. fi
  3229. fi
  3230. # Check whether --enable-zvbi was given.
  3231. if test "${enable_zvbi+set}" = set; then :
  3232.   enableval=$enable_zvbi;
  3233. fi
  3234. # Check whether --enable-telx was given.
  3235. if test "${enable_telx+set}" = set; then :
  3236.   enableval=$enable_telx;
  3237. fi
  3238. if test "${enable_zvbi}" != "no"; then :
  3239. pkg_failed=no
  3240. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ZVBI" >&5
  3241. $as_echo_n "checking for ZVBI... " >&6; }
  3242. if test -n "$PKG_CONFIG"; then
  3243.     if test -n "$ZVBI_CFLAGS"; then
  3244.         pkg_cv_ZVBI_CFLAGS="$ZVBI_CFLAGS"
  3245.     else
  3246.         if test -n "$PKG_CONFIG" && 
  3247.     { { $as_echo "$as_me:${as_lineno-$LINENO}: $PKG_CONFIG --exists --print-errors "zvbi-0.2 >= 0.2.25""; } >&5
  3248.   ($PKG_CONFIG --exists --print-errors "zvbi-0.2 >= 0.2.25") 2>&5
  3249.   ac_status=$?
  3250.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  3251.   test $ac_status = 0; }; then
  3252.   pkg_cv_ZVBI_CFLAGS=`$PKG_CONFIG --cflags "zvbi-0.2 >= 0.2.25" 2>/dev/null`
  3253. else
  3254.   pkg_failed=yes
  3255. fi
  3256.     fi
  3257. else
  3258. pkg_failed=untried
  3259. fi
  3260. if test -n "$PKG_CONFIG"; then
  3261.     if test -n "$ZVBI_LIBS"; then
  3262.         pkg_cv_ZVBI_LIBS="$ZVBI_LIBS"
  3263.     else
  3264.         if test -n "$PKG_CONFIG" && 
  3265.     { { $as_echo "$as_me:${as_lineno-$LINENO}: $PKG_CONFIG --exists --print-errors "zvbi-0.2 >= 0.2.25""; } >&5
  3266.   ($PKG_CONFIG --exists --print-errors "zvbi-0.2 >= 0.2.25") 2>&5
  3267.   ac_status=$?
  3268.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  3269.   test $ac_status = 0; }; then
  3270.   pkg_cv_ZVBI_LIBS=`$PKG_CONFIG --libs "zvbi-0.2 >= 0.2.25" 2>/dev/null`
  3271. else
  3272.   pkg_failed=yes
  3273. fi
  3274.     fi
  3275. else
  3276. pkg_failed=untried
  3277. fi
  3278. if test $pkg_failed = yes; then
  3279. if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
  3280.         _pkg_short_errors_supported=yes
  3281. else
  3282.         _pkg_short_errors_supported=no
  3283. fi
  3284.         if test $_pkg_short_errors_supported = yes; then
  3285.         ZVBI_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "zvbi-0.2 >= 0.2.25"`
  3286.         else
  3287.         ZVBI_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "zvbi-0.2 >= 0.2.25"`
  3288.         fi
  3289. # Put the nasty error message in config.log where it belongs
  3290. echo "$ZVBI_PKG_ERRORS" >&5
  3291. { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  3292. $as_echo "no" >&6; }