Changeset 4225
- Timestamp:
- Mar 11, 2014, 9:30:39 AM (11 years ago)
- Location:
- branches/1.3
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.3
-
branches/1.3/configure
r4206 r4225 9600 9600 fi 9601 9601 9602 for ac_header in ffmpeg/avcodec.h libavcodec/avcodec.h ffmpeg/avformat.h libavformat/avformat.h ffmpeg/avutil.h libavutil/avutil.h ffmpeg/swscale.h libswscale/swscale.h9602 for ac_header in ffmpeg/avcodec.h libavcodec/avcodec.h ffmpeg/avformat.h libavformat/avformat.h ffmpeg/avutil.h libavutil/avutil.h libavutil/mathematics.h ffmpeg/swscale.h libswscale/swscale.h 9603 9603 do : 9604 9604 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` -
branches/1.3/configure.in
r4149 r4225 282 282 fi 283 283 284 AC_CHECK_HEADERS([ffmpeg/avcodec.h libavcodec/avcodec.h ffmpeg/avformat.h libavformat/avformat.h ffmpeg/avutil.h libavutil/avutil.h ffmpeg/swscale.h libswscale/swscale.h],,,[284 AC_CHECK_HEADERS([ffmpeg/avcodec.h libavcodec/avcodec.h ffmpeg/avformat.h libavformat/avformat.h ffmpeg/avutil.h libavutil/avutil.h libavutil/mathematics.h ffmpeg/swscale.h libswscale/swscale.h],,,[ 285 285 #define __STDC_CONSTANT_MACROS 1 286 286 ]) -
branches/1.3/src/core/config.h.in
r3717 r4225 130 130 #undef HAVE_LIBAVUTIL_AVUTIL_H 131 131 132 /* Define to 1 if you have the <libavutil/mathematics.h> header file. */ 133 #undef HAVE_LIBAVUTIL_MATHEMATICS_H 134 132 135 /* Define to 1 if you have the `ncurses' library (-lncurses). */ 133 136 #undef HAVE_LIBNCURSES … … 237 240 /* Define to the one symbol short name of this package. */ 238 241 #undef PACKAGE_TARNAME 239 240 /* Define to the home page for this package. */241 #undef PACKAGE_URL242 242 243 243 /* Define to the version of this package. */ -
branches/1.3/video/RpVideo.c
r4224 r4225 43 43 #ifdef HAVE_LIBAVUTIL_AVUTIL_H 44 44 # include <libavutil/avutil.h> 45 #endif 46 47 #ifdef HAVE_LIBAVUTIL_MATHEMATICS_H 48 # include <libavutil/mathematics.h> /* for av_rescale_q and av_gcd */ 45 49 #endif 46 50
Note: See TracChangeset
for help on using the changeset viewer.