Changeset 2727 for trunk/configure.in


Ignore:
Timestamp:
Dec 12, 2011, 5:44:55 PM (13 years ago)
Author:
gah
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.in

    r2726 r2727  
    286286#--------------------------------------------------------------------
    287287
    288 AC_CHECK_HEADERS(ffmpeg/avcodec.h,[],[],
    289 [[#define __STDC_CONSTANT_MACROS 1
    290   #ifdef HAVE_FFMPEG_AVCODEC_H
    291   # include <ffmpeg/avcodec.h>
    292   #endif
    293 ]])
    294 
    295 AC_CHECK_HEADERS(libavcodec/avcodec.h,[],[],
    296 [[#define __STDC_CONSTANT_MACROS 1
    297   #ifdef HAVE_LIBAVCODEC_AVCODEC_H
    298   # include <libavcodec/avcodec.h>
    299   #endif
    300 ]])
    301 
    302 AC_CHECK_HEADERS([ffmpeg/avformat.h],[],[],
    303 [[#define __STDC_CONSTANT_MACROS 1
    304   #ifdef HAVE_FFMPEG_AVFORMAT_H
    305   # include <ffmpeg/avformat.h>
    306   #endif
    307 ]])
    308 
    309 AC_CHECK_HEADERS([libavformat/avformat.h],[],[],
    310 [[#define __STDC_CONSTANT_MACROS 1
    311   #ifdef HAVE_LIBAVFORMAT_AVFORMAT_H
    312   # include <libavformat/avformat.h>
    313   #endif
    314 ]])
    315 
    316 AC_CHECK_HEADERS([ffmpeg/avutil.h],[],[],
    317 [[#define __STDC_CONSTANT_MACROS 1
    318   #ifdef HAVE_FFMPEG_AVUTIL_H
    319   # include <ffmpeg/avutil.h>
    320   #endif
    321 ]])
    322 
    323 AC_CHECK_HEADERS([libavutil/avutil.h],[],[],
    324 [[#define __STDC_CONSTANT_MACROS 1
    325   #ifdef HAVE_LIBAVUTIL_AVUTIL_H
    326   # include <libavutil/avutil.h>
    327   #endif
    328 ]])
    329 
    330 AC_CHECK_HEADERS([ffmpeg/swscale.h],[],[],
    331 [[#define __STDC_CONSTANT_MACROS 1
    332   #ifdef HAVE_FFMPEG_SWSCALE_H
    333   # include <ffmpeg/swscale.h>
    334   #endif
    335 ]])
    336 
    337 AC_CHECK_HEADERS([libswscale/swscale.h],[],[],
    338 [[#define __STDC_CONSTANT_MACROS 1
    339   #ifdef HAVE_LIBSWSCALE_SWSCALE_H
    340   # include <libswscale/swscale.h>
    341   #endif
    342 ]])
     288AC_CHECK_HEADERS([ffmpeg/avcodec.h libavcodec/avcodec.h ffmpeg/avformat.h libavformat/avformat.h ffmpeg/avutil.h libavutil/avutil.h],,,[
     289#define __STDC_CONSTANT_MACROS 1
     290])
    343291
    344292HAVE_FFMPEG_LIBS=""
Note: See TracChangeset for help on using the changeset viewer.