Ignore:
Timestamp:
Dec 27, 2011 12:41:24 PM (12 years ago)
Author:
gah
Message:

sync with trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/blt4/src/core/config.h.in

    r2705 r2742  
    1313#undef HAVE_ASSERT_H
    1414
     15/* Define to 1 if you have the `avcodec_decode_video' function. */
     16#undef HAVE_AVCODEC_DECODE_VIDEO
     17
     18/* Define to 1 if you have the `avcodec_decode_video2' function. */
     19#undef HAVE_AVCODEC_DECODE_VIDEO2
     20
     21/* Define to 1 if you have the `avformat_open_input' function. */
     22#undef HAVE_AVFORMAT_OPEN_INPUT
     23
     24/* Define to 1 if you have the `avio_close' function. */
     25#undef HAVE_AVIO_CLOSE
     26
     27/* Define if AVMEDIA_TYPE_VIDEO enum exists. */
     28#undef HAVE_AVMEDIA_TYPE_VIDEO
     29
     30/* Define to 1 if you have the `av_open_input_file' function. */
     31#undef HAVE_AV_OPEN_INPUT_FILE
     32
    1533/* Define to 1 if you have the <cctype> header file. */
    1634#undef HAVE_CCTYPE
     
    4664#undef HAVE_FFMPEG_AVUTIL_H
    4765
    48 /* Define to 1 if you have the <ffmpeg/swscale.h> header file. */
    49 #undef HAVE_FFMPEG_SWSCALE_H
    50 
    5166/* Define to 1 if you have the <float.h> header file. */
    5267#undef HAVE_FLOAT_H
     
    6782#undef HAVE_ITERATOR
    6883
     84/* Define to 1 if you have the `avcodec' library (-lavcodec). */
     85#undef HAVE_LIBAVCODEC
     86
    6987/* Define to 1 if you have the <libavcodec/avcodec.h> header file. */
    7088#undef HAVE_LIBAVCODEC_AVCODEC_H
    7189
     90/* Define to 1 if you have the `avformat' library (-lavformat). */
     91#undef HAVE_LIBAVFORMAT
     92
    7293/* Define to 1 if you have the <libavformat/avformat.h> header file. */
    7394#undef HAVE_LIBAVFORMAT_AVFORMAT_H
    7495
     96/* Define to 1 if you have the `avutil' library (-lavutil). */
     97#undef HAVE_LIBAVUTIL
     98
    7599/* Define to 1 if you have the <libavutil/avutil.h> header file. */
    76100#undef HAVE_LIBAVUTIL_AVUTIL_H
     
    85109#undef HAVE_LIBSTDC__
    86110
    87 /* Define to 1 if you have the <libswscale/swscale.h> header file. */
    88 #undef HAVE_LIBSWSCALE_SWSCALE_H
     111/* Define to 1 if you have the `swscale' library (-lswscale). */
     112#undef HAVE_LIBSWSCALE
    89113
    90114/* Define to 1 if you have the <limits.h> header file. */
     
    133157#undef HAVE_STRING_H
    134158
     159/* Define to 1 if you have the `sws_getCachedContext' function. */
     160#undef HAVE_SWS_GETCACHEDCONTEXT
     161
    135162/* Define to 1 if you have the `sws_scale' function. */
    136163#undef HAVE_SWS_SCALE
     
    150177/* Define to 1 if you have the <unistd.h> header file. */
    151178#undef HAVE_UNISTD_H
     179
     180/* Define to 1 if you have the `url_close' function. */
     181#undef HAVE_URL_CLOSE
    152182
    153183/* Define to 1 if you have the <vector> header file. */
Note: See TracChangeset for help on using the changeset viewer.