Changeset 2890 for trunk/src


Ignore:
Timestamp:
Mar 27, 2012, 11:47:22 PM (13 years ago)
Author:
gah
Message:

created video package

Location:
trunk/src
Files:
2 edited

Legend:

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

    r2724 r2890  
    1919#undef HAVE_AVCODEC_DECODE_VIDEO2
    2020
     21/* Define to 1 if you have the `avcodec_open' function. */
     22#undef HAVE_AVCODEC_OPEN
     23
     24/* Define to 1 if you have the `avcodec_open2' function. */
     25#undef HAVE_AVCODEC_OPEN2
     26
     27/* Define to 1 if you have the `avformat_close_input' function. */
     28#undef HAVE_AVFORMAT_CLOSE_INPUT
     29
     30/* Define to 1 if you have the `avformat_find_stream_info' function. */
     31#undef HAVE_AVFORMAT_FIND_STREAM_INFO
     32
    2133/* Define to 1 if you have the `avformat_open_input' function. */
    2234#undef HAVE_AVFORMAT_OPEN_INPUT
     
    2840#undef HAVE_AVMEDIA_TYPE_VIDEO
    2941
     42/* Define to 1 if you have the `av_close_input_file' function. */
     43#undef HAVE_AV_CLOSE_INPUT_FILE
     44
     45/* Define to 1 if you have the `av_find_stream_info' function. */
     46#undef HAVE_AV_FIND_STREAM_INFO
     47
    3048/* Define to 1 if you have the `av_open_input_file' function. */
    3149#undef HAVE_AV_OPEN_INPUT_FILE
     
    106124#undef HAVE_LIBM
    107125
     126/* Define to 1 if you have the `ncurses' library (-lncurses). */
     127#undef HAVE_LIBNCURSES
     128
    108129/* Define to 1 if you have the `stdc++' library (-lstdc++). */
    109130#undef HAVE_LIBSTDC__
     
    130151#undef HAVE_MEMORY_H
    131152
     153/* Define to 1 if you have the <ncurses.h> header file. */
     154#undef HAVE_NCURSES_H
     155
    132156/* Define to 1 if you have the <Python.h> header file. */
    133157#undef HAVE_PYTHON_H
     
    156180/* Define to 1 if you have the <string.h> header file. */
    157181#undef HAVE_STRING_H
     182
     183/* Define to 1 if you have the `sws_getCachedContext' function. */
     184#undef HAVE_SWS_GETCACHEDCONTEXT
    158185
    159186/* Define to 1 if you have the `sws_scale' function. */
  • trunk/src/objects/Makefile.in

    r1931 r2890  
    112112                RpObject.o
    113113
    114 ifeq ($(FFMPEG),yes)
    115   # since ffmpeg libraries are available,
    116   # include them in compilation
    117   LIBS += -lavcodec -lavformat -lswscale
    118   HEADERS += RpVideo.h
    119   OBJS += RpVideo.o
    120 endif
    121 
    122 
    123114name        = RpObjects
    124115lib         = lib$(name).a
Note: See TracChangeset for help on using the changeset viewer.