Changeset 3931 for trunk/configure.in


Ignore:
Timestamp:
Sep 17, 2013 12:32:27 PM (11 years ago)
Author:
ldelgass
Message:

Fix warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.in

    r3733 r3931  
    261261#--------------------------------------------------------------------
    262262if test "${with_ffmpeg}" != "no" ; then
    263   if test "${with_tclsh}" = "yes" ; then
     263  if test "${with_ffmpeg}" = "yes" ; then
    264264    AC_PATH_PROG(FFMPEG, ffmpeg, [], $PATH)
    265265  else
     
    271271fi
    272272
    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],,,[
     273AC_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],,,[
    274274#define __STDC_CONSTANT_MACROS 1
    275275])
Note: See TracChangeset for help on using the changeset viewer.