]> git.sesse.net Git - vlc/commitdiff
Remove wrong check for img_resample() when ffmpeg is built with libswscale. img_resam...
authorJean-Paul Saman <jpsaman@videolan.org>
Wed, 28 May 2008 12:41:24 +0000 (14:41 +0200)
committerJean-Paul Saman <jpsaman@videolan.org>
Wed, 28 May 2008 12:41:24 +0000 (14:41 +0200)
configure.ac

index b69c5b3293114bc5042562a2da033325ff7f7d99..1e7652ef75f9294f29a5d56fa007fa7ca71706a6 100644 (file)
@@ -3021,10 +3021,7 @@ dnl Trying with pkg-config
        VLC_ADD_LIBS([ffmpeg],[${SWSCALE_LIBS}])
        AC_CHECK_LIB(swscale, sws_getContext,
          [AC_CHECK_HEADERS([ffmpeg/swscale.h libswscale/swscale.h])],
-         [AC_CHECK_LIB(avcodec,img_resample,[],
-            [AC_MSG_ERROR([Your FFmpeg library doesn't have the needed img_resample() function. You should rebuild it with software scaler disabled, or install the swscale headers.])],
-         [${FFMPEG_LIBS}])
-         ],
+         [],
          [${SWSCALE_LIBS}])
      VLC_RESTORE_FLAGS
     ],[AC_CHECK_LIB(avcodec,img_resample,[],