Changeset 1873 for trunk/src/core


Ignore:
Timestamp:
Aug 24, 2010, 2:29:21 AM (14 years ago)
Author:
dkearney
Message:

adding video viewing widget. this requires ffmpeg and libav* friends. if the libs are not available, the widget won't be built

Location:
trunk/src/core
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/core/Makefile.in

    r1825 r1873  
    7979                rappture.h
    8080
     81LOCAL_HEADERS = \
     82                config.h
    8183
    8284SCEW_HEADERS    = \
     
    181183          $(INSTALL) -m 444  $(srcdir)/$$i $(incdir) ; \
    182184        done
     185        for i in $(LOCAL_HEADERS) ; do \
     186          $(INSTALL) -m 444  $$i $(incdir) ; \
     187        done
    183188
    184189.cc.o:
  • trunk/src/core/config.h.in

    r1844 r1873  
    33/* Define if building universal (internal helper macro) */
    44#undef AC_APPLE_UNIVERSAL_BUILD
     5
     6/* Build rappture with ffmpeg widgets */
     7#undef BUILD_with_ffmpeg
    58
    69/* Define to 1 if you have the <algorithm> header file. */
     
    3437#undef HAVE_ERRNO_H
    3538
     39/* Define to 1 if you have the <ffmpeg/avcodec.h> header file. */
     40#undef HAVE_FFMPEG_AVCODEC_H
     41
     42/* Define to 1 if you have the <ffmpeg/avformat.h> header file. */
     43#undef HAVE_FFMPEG_AVFORMAT_H
     44
     45/* Define to 1 if you have the <ffmpeg/avutil.h> header file. */
     46#undef HAVE_FFMPEG_AVUTIL_H
     47
     48/* Define to 1 if you have the <ffmpeg/swscale.h> header file. */
     49#undef HAVE_FFMPEG_SWSCALE_H
     50
    3651/* Define to 1 if you have the <float.h> header file. */
    3752#undef HAVE_FLOAT_H
     
    3954/* Define to 1 if you have the <fstream> header file. */
    4055#undef HAVE_FSTREAM
     56
     57/* Define to 1 if you have the `img_convert' function. */
     58#undef HAVE_IMG_CONVERT
    4159
    4260/* Define to 1 if you have the <inttypes.h> header file. */
     
    4967#undef HAVE_ITERATOR
    5068
     69/* Define to 1 if you have the <libavcodec/avcodec.h> header file. */
     70#undef HAVE_LIBAVCODEC_AVCODEC_H
     71
     72/* Define to 1 if you have the <libavformat/avformat.h> header file. */
     73#undef HAVE_LIBAVFORMAT_AVFORMAT_H
     74
     75/* Define to 1 if you have the <libavutil/avutil.h> header file. */
     76#undef HAVE_LIBAVUTIL_AVUTIL_H
     77
    5178/* Define to 1 if you have the `m' library (-lm). */
    5279#undef HAVE_LIBM
     
    5481/* Define to 1 if you have the `stdc++' library (-lstdc++). */
    5582#undef HAVE_LIBSTDC__
     83
     84/* Define to 1 if you have the <libswscale/swscale.h> header file. */
     85#undef HAVE_LIBSWSCALE_SWSCALE_H
    5686
    5787/* Define to 1 if you have the <limits.h> header file. */
     
    93123/* Define to 1 if you have the <string.h> header file. */
    94124#undef HAVE_STRING_H
     125
     126/* Define to 1 if you have the `sws_scale' function. */
     127#undef HAVE_SWS_SCALE
    95128
    96129/* Define to 1 if you have the `sysinfo' function. */
Note: See TracChangeset for help on using the changeset viewer.