Changeset 3931 for trunk/configure.in
- Timestamp:
- Sep 17, 2013, 12:32:27 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.in
r3733 r3931 261 261 #-------------------------------------------------------------------- 262 262 if test "${with_ffmpeg}" != "no" ; then 263 if test "${with_ tclsh}" = "yes" ; then263 if test "${with_ffmpeg}" = "yes" ; then 264 264 AC_PATH_PROG(FFMPEG, ffmpeg, [], $PATH) 265 265 else … … 271 271 fi 272 272 273 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],,,[273 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],,,[ 274 274 #define __STDC_CONSTANT_MACROS 1 275 275 ])
Note: See TracChangeset
for help on using the changeset viewer.