|
1 | 1 | #! /bin/sh
|
2 | 2 | # Guess values for system-dependent variables and create Makefiles.
|
3 |
| -# Generated by GNU Autoconf 2.68 for noad 0.8.0. |
| 3 | +# Generated by GNU Autoconf 2.68 for noad 0.8.2. |
4 | 4 | #
|
5 | 5 | # Report bugs to <[email protected]>.
|
6 | 6 | #
|
@@ -560,8 +560,8 @@ MAKEFLAGS=
|
560 | 560 | # Identity of this package.
|
561 | 561 | PACKAGE_NAME='noad'
|
562 | 562 | PACKAGE_TARNAME='noad'
|
563 |
| -PACKAGE_VERSION='0.8.0' |
564 |
| -PACKAGE_STRING='noad 0.8.0' |
| 563 | +PACKAGE_VERSION='0.8.2' |
| 564 | +PACKAGE_STRING='noad 0.8.2' |
565 | 565 | PACKAGE_BUGREPORT= '[email protected]'
|
566 | 566 | PACKAGE_URL=''
|
567 | 567 |
|
@@ -1287,7 +1287,7 @@ if test "$ac_init_help" = "long"; then
|
1287 | 1287 | # Omit some internal or obsolete options to make the list less imposing.
|
1288 | 1288 | # This message is too long to be a string in the A/UX 3.1 sh.
|
1289 | 1289 | cat <<_ACEOF
|
1290 |
| -\`configure' configures noad 0.8.0 to adapt to many kinds of systems. |
| 1290 | +\`configure' configures noad 0.8.2 to adapt to many kinds of systems. |
1291 | 1291 |
|
1292 | 1292 | Usage: $0 [OPTION]... [VAR=VALUE]...
|
1293 | 1293 |
|
|
1353 | 1353 |
|
1354 | 1354 | if test -n "$ac_init_help"; then
|
1355 | 1355 | case $ac_init_help in
|
1356 |
| - short | recursive ) echo "Configuration of noad 0.8.0:";; |
| 1356 | + short | recursive ) echo "Configuration of noad 0.8.2:";; |
1357 | 1357 | esac
|
1358 | 1358 | cat <<\_ACEOF
|
1359 | 1359 |
|
|
1467 | 1467 | test -n "$ac_init_help" && exit $ac_status
|
1468 | 1468 | if $ac_init_version; then
|
1469 | 1469 | cat <<\_ACEOF
|
1470 |
| -noad configure 0.8.0 |
| 1470 | +noad configure 0.8.2 |
1471 | 1471 | generated by GNU Autoconf 2.68
|
1472 | 1472 |
|
1473 | 1473 | Copyright (C) 2010 Free Software Foundation, Inc.
|
@@ -2031,7 +2031,7 @@ cat >config.log <<_ACEOF
|
2031 | 2031 | This file contains any messages produced by compilers while
|
2032 | 2032 | running configure, to aid debugging if configure makes a mistake.
|
2033 | 2033 |
|
2034 |
| -It was created by noad $as_me 0.8.0, which was |
| 2034 | +It was created by noad $as_me 0.8.2, which was |
2035 | 2035 | generated by GNU Autoconf 2.68. Invocation command line was
|
2036 | 2036 |
|
2037 | 2037 | $ $0 $@
|
|
2846 | 2846 |
|
2847 | 2847 | # Define the identity of the package.
|
2848 | 2848 | PACKAGE='noad'
|
2849 |
| - VERSION='0.8.0' |
| 2849 | + VERSION='0.8.2' |
2850 | 2850 |
|
2851 | 2851 |
|
2852 | 2852 | cat >>confdefs.h <<_ACEOF
|
|
5907 | 5907 | done
|
5908 | 5908 |
|
5909 | 5909 | #CXXFLAGS='-g -O3 -pg'
|
5910 |
| -CXXFLAGS='-g -O3' |
5911 | 5910 |
|
5912 | 5911 | ac_fn_cxx_check_decl "$LINENO" "posix_fadvise" "ac_cv_have_decl_posix_fadvise" "
|
5913 | 5912 | #include <fcntl.h>
|
@@ -6014,18 +6013,19 @@ if test "$PKG_LIBMPEG2" == "1"; then
|
6014 | 6013 | $as_echo "$as_me: found libmpeg2 Version $LIBMPEG_VERSION" >&6;}
|
6015 | 6014 | LIBMPEGX=$LIBMPEG2_LIBS
|
6016 | 6015 |
|
| 6016 | + { $as_echo "$as_me:${as_lineno-$LINENO}: LIBMPEG2_LIBS=$LIBMPEG2_LIBS" >&5 |
| 6017 | +$as_echo "$as_me: LIBMPEG2_LIBS=$LIBMPEG2_LIBS" >&6;} |
6017 | 6018 |
|
6018 | 6019 |
|
6019 | 6020 | # Check whether --with-libmpeg2-static was given.
|
6020 | 6021 | if test "${with_libmpeg2_static+set}" = set; then :
|
6021 |
| - withval=$with_libmpeg2_static; LIBMPEGX="-Xlinker -Bstatic $LIBMPEG2_LIBS -Xlinker -Bdynamic" |
| 6022 | + withval=$with_libmpeg2_static; LIBMPEGX="-Wl,--trace -Xlinker -Bstatic $LIBMPEG2_LIBS -lmpeg2convert -Xlinker -Bdynamic" |
6022 | 6023 |
|
6023 | 6024 | fi
|
6024 | 6025 |
|
| 6026 | + CPPFLAGS=" $CPPFLAGS -DUSE_LIBMPGE2 $LIBMPEG2_CFLAGS" |
| 6027 | + LIBS="$LIBS $LIBMPEGX " |
6025 | 6028 |
|
6026 |
| - CPPFLAGS="$LIBMPEG2_CFLAGS $CPPFLAGS" |
6027 |
| - CXXFLAGS="-DUSE_LIBMPGE2 $CXXFLAGS" |
6028 |
| - LDFLAGS="$LDFLAGS $LIBMPEGX" |
6029 | 6029 | HAVE_LIBMPEG2=1
|
6030 | 6030 |
|
6031 | 6031 | libmpeg2ok=1
|
|
6035 | 6035 | fi
|
6036 | 6036 |
|
6037 | 6037 |
|
| 6038 | +
|
6038 | 6039 | # Need libavcodec 52.26.0 for avcodec_decode_video2
|
6039 | 6040 | ffmpegok=0
|
6040 | 6041 |
|
@@ -6113,43 +6114,33 @@ if test "$HAVE_FFMPEG" == "1"; then
|
6113 | 6114 | $as_echo "$as_me: found libavcodec Version $LIBAVCODEC_VERSION" >&6;}
|
6114 | 6115 | OLDLDFLAGS="$LDFLAGS"
|
6115 | 6116 | OLDCXXFLAGS="$CXXFLAGS"
|
6116 |
| - LDFLAGS="$LDFLAGS $FFMPEG_LIBS" |
6117 |
| - CXXFLAGS="$FFMPEG_CFLAGS $CXXFLAGS" |
6118 |
| - ac_fn_cxx_check_header_mongrel "$LINENO" "libavformat/url.h" "ac_cv_header_libavformat_url_h" "$ac_includes_default" |
6119 |
| -if test "x$ac_cv_header_libavformat_url_h" = xyes; then : |
6120 |
| - HAVE_URLCONTEXT=1 |
6121 |
| -else |
6122 |
| - HAVE_URLCONTEXT=0 |
6123 |
| -fi |
6124 |
| -
|
6125 |
| -
|
6126 |
| - ac_fn_cxx_check_member "$LINENO" "AVIOContext" "av_class" "ac_cv_member_AVIOContext_av_class" "#include \"libavformat/avformat.h\" |
| 6117 | + OLDLIBS="$LIBS" |
| 6118 | + LIBS="$LIBS $FFMPEG_LIBS" |
| 6119 | + CXXFLAGS="$FFMPEG_CFLAGS $CXXFLAGS" |
| 6120 | + ac_fn_cxx_check_member "$LINENO" "AVIOContext" "read_packet" "ac_cv_member_AVIOContext_read_packet" "#include \"libavformat/avformat.h\" |
6127 | 6121 | "
|
6128 |
| -if test "x$ac_cv_member_AVIOContext_av_class" = xyes; then : |
| 6122 | +if test "x$ac_cv_member_AVIOContext_read_packet" = xyes; then : |
6129 | 6123 | HAVE_AVIOCONTEXT=1
|
6130 | 6124 | else
|
6131 | 6125 | HAVE_AVIOCONTEXT=0
|
6132 | 6126 | fi
|
6133 | 6127 |
|
6134 | 6128 | if test "$HAVE_AVIOCONTEXT" == "1"; then
|
6135 | 6129 | CPPFLAGS="-DUSE_AVIOCONTEXT $CPPFLAGS"
|
6136 |
| - else |
6137 |
| - if test "$HAVE_URLCONTEXT" == "1"; then |
6138 |
| - CPPFLAGS="-DUSE_URLCONTEXT $CPPFLAGS" |
6139 |
| - fi |
6140 | 6130 | fi
|
6141 |
| - if test "$HAVE_AVIOCONTEXT" == "0" && test "$HAVE_URLCONTEXT" == "0" ; then |
| 6131 | + if test "$HAVE_AVIOCONTEXT" == "0" ; then |
6142 | 6132 | echo ffmpeg not usable
|
6143 | 6133 | HAVE_FFMPEG=0
|
6144 | 6134 | LDFLAGS="$OLDLDFLAGS"
|
6145 | 6135 | CXXFLAGS="$OLDCXXFLAGS"
|
| 6136 | + LIBS="$OLDLIBS" |
6146 | 6137 | else
|
6147 | 6138 | ffmpegok=1
|
6148 | 6139 |
|
6149 | 6140 | decoderok=1
|
6150 | 6141 |
|
6151 | 6142 | CXXFLAGS="-DUSE_FFMPEG $CXXFLAGS"
|
6152 |
| - fi |
| 6143 | + fi |
6153 | 6144 | fi
|
6154 | 6145 |
|
6155 | 6146 |
|
|
6287 | 6278 | test $withtools -eq 1 && TOOLSRC="showindex"
|
6288 | 6279 |
|
6289 | 6280 |
|
6290 |
| -
|
6291 | 6281 | CFLAGS="$CFLAGS -DFFMPEGDECODING"
|
6292 | 6282 | CPPFLAGS="$CPPFLAGS -DFFMPEGDECODING "
|
6293 | 6283 |
|
@@ -6839,7 +6829,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
|
6839 | 6829 | # report actual input values of CONFIG_FILES etc. instead of their
|
6840 | 6830 | # values after options handling.
|
6841 | 6831 | ac_log="
|
6842 |
| -This file was extended by noad $as_me 0.8.0, which was |
| 6832 | +This file was extended by noad $as_me 0.8.2, which was |
6843 | 6833 | generated by GNU Autoconf 2.68. Invocation command line was
|
6844 | 6834 |
|
6845 | 6835 | CONFIG_FILES = $CONFIG_FILES
|
@@ -6905,7 +6895,7 @@ _ACEOF
|
6905 | 6895 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
6906 | 6896 | ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
|
6907 | 6897 | ac_cs_version="\\
|
6908 |
| -noad config.status 0.8.0 |
| 6898 | +noad config.status 0.8.2 |
6909 | 6899 | configured by $0, generated by GNU Autoconf 2.68,
|
6910 | 6900 | with options \\"\$ac_cs_config\\"
|
6911 | 6901 |
|
@@ -7770,13 +7760,9 @@ fi
|
7770 | 7760 | echo " this is noad Version $VERSION"
|
7771 | 7761 | if test "$libmpeg2ok" == "1" ; then
|
7772 | 7762 | echo " configured with libmpeg2 Version $LIBMPEG_VERSION"
|
7773 |
| - echo " CFLAGS=$LIBMPEG2_CFLAGS" |
7774 |
| - echo " LDFLAGS=$LIBMPEG2_LIBS" |
7775 | 7763 | fi
|
7776 | 7764 | if test "$ffmpegok" == "1" ; then
|
7777 | 7765 | echo " configured with libavcodec Version $LIBAVCODEC_VERSION"
|
7778 |
| - echo " CFLAGS=$FFMPEG_CFLAGS" |
7779 |
| - echo " LDFLAGS=$FFMPEG_LIBS" |
7780 | 7766 | else
|
7781 | 7767 | echo " ffmpeg-support not configured"
|
7782 | 7768 | fi
|
|
0 commit comments