[vlc-devel] commit: Remove check for img_resample() when ffmpeg is built with libswscale. This will need to be fixed for 0.9. 0 or a later bugfix release. ( Felix Paul Kühne )

Rafaël Carré funman at videolan.org
Wed May 28 22:39:10 CEST 2008


Will you explain me (and I think debian users would be interested too)
how the ffmpeg plugin is supposed to work without img_resample() ?

2008/5/28 git version control <git at videolan.org>:
> vlc | branch: 0.8.6-bugfix | Felix Paul Kühne <fkuehne at videolan.org> | Wed May 28 19:18:31 2008 +0200| [fc995169434ab68627c3c9f2b6046451aa0b810c]
>
> Remove check for img_resample() when ffmpeg is built with libswscale. This will need to be fixed for 0.9.0 or a later bugfix release.
>
>> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=fc995169434ab68627c3c9f2b6046451aa0b810c
> ---
>
>  configure.ac |   11 -----------
>  1 files changed, 0 insertions(+), 11 deletions(-)
>
> diff --git a/configure.ac b/configure.ac
> index 19f66c4..2515602 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -2770,17 +2770,6 @@ dnl Trying with pkg-config
>  fi
>  fi
>
> -dnl Check if we have (required) img_resample() in libavcodec
> -if test "${enable_ffmpeg}" != "no"
> -then
> -     VLC_SAVE_FLAGS
> -     CFLAGS="${CFLAGS} ${CFLAGS_ffmpeg}"
> -     LDFLAGS="${LDFLAGS} ${LDFLAGS_ffmpeg}"
> -     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])], -lavutil)
> -     VLC_RESTORE_FLAGS
> -fi
> -
>  dnl
>  dnl  ffmpegaltivec plugin
>  dnl
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> http://mailman.videolan.org/listinfo/vlc-devel
>



-- 
Rafaël Carré


More information about the vlc-devel mailing list