Changeset 1873 for trunk/src/core
- Timestamp:
- Aug 24, 2010, 2:29:21 AM (14 years ago)
- Location:
- trunk/src/core
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/core/Makefile.in
r1825 r1873 79 79 rappture.h 80 80 81 LOCAL_HEADERS = \ 82 config.h 81 83 82 84 SCEW_HEADERS = \ … … 181 183 $(INSTALL) -m 444 $(srcdir)/$$i $(incdir) ; \ 182 184 done 185 for i in $(LOCAL_HEADERS) ; do \ 186 $(INSTALL) -m 444 $$i $(incdir) ; \ 187 done 183 188 184 189 .cc.o: -
trunk/src/core/config.h.in
r1844 r1873 3 3 /* Define if building universal (internal helper macro) */ 4 4 #undef AC_APPLE_UNIVERSAL_BUILD 5 6 /* Build rappture with ffmpeg widgets */ 7 #undef BUILD_with_ffmpeg 5 8 6 9 /* Define to 1 if you have the <algorithm> header file. */ … … 34 37 #undef HAVE_ERRNO_H 35 38 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 36 51 /* Define to 1 if you have the <float.h> header file. */ 37 52 #undef HAVE_FLOAT_H … … 39 54 /* Define to 1 if you have the <fstream> header file. */ 40 55 #undef HAVE_FSTREAM 56 57 /* Define to 1 if you have the `img_convert' function. */ 58 #undef HAVE_IMG_CONVERT 41 59 42 60 /* Define to 1 if you have the <inttypes.h> header file. */ … … 49 67 #undef HAVE_ITERATOR 50 68 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 51 78 /* Define to 1 if you have the `m' library (-lm). */ 52 79 #undef HAVE_LIBM … … 54 81 /* Define to 1 if you have the `stdc++' library (-lstdc++). */ 55 82 #undef HAVE_LIBSTDC__ 83 84 /* Define to 1 if you have the <libswscale/swscale.h> header file. */ 85 #undef HAVE_LIBSWSCALE_SWSCALE_H 56 86 57 87 /* Define to 1 if you have the <limits.h> header file. */ … … 93 123 /* Define to 1 if you have the <string.h> header file. */ 94 124 #undef HAVE_STRING_H 125 126 /* Define to 1 if you have the `sws_scale' function. */ 127 #undef HAVE_SWS_SCALE 95 128 96 129 /* Define to 1 if you have the `sysinfo' function. */
Note: See TracChangeset
for help on using the changeset viewer.