Ignore:
Timestamp:
Dec 9, 2011, 10:46:35 AM (13 years ago)
Author:
gah
Message:

Addition checks for ffmeg

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/core/config.h.in

    r1873 r2723  
    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 to 1 if you have the `av_open_input_file' function. */
     28#undef HAVE_AV_OPEN_INPUT_FILE
     29
    1530/* Define to 1 if you have the <cctype> header file. */
    1631#undef HAVE_CCTYPE
     
    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
     
    82106#undef HAVE_LIBSTDC__
    83107
     108/* Define to 1 if you have the `swscale' library (-lswscale). */
     109#undef HAVE_LIBSWSCALE
     110
    84111/* Define to 1 if you have the <libswscale/swscale.h> header file. */
    85112#undef HAVE_LIBSWSCALE_SWSCALE_H
     
    100127#undef HAVE_MEMORY_H
    101128
     129/* Define to 1 if you have the <Python.h> header file. */
     130#undef HAVE_PYTHON_H
     131
    102132/* Define to 1 if you have the <sstream> header file. */
    103133#undef HAVE_SSTREAM
     
    141171/* Define to 1 if you have the <unistd.h> header file. */
    142172#undef HAVE_UNISTD_H
     173
     174/* Define to 1 if you have the `url_close' function. */
     175#undef HAVE_URL_CLOSE
    143176
    144177/* Define to 1 if you have the <vector> header file. */
Note: See TracChangeset for help on using the changeset viewer.