On Wednesday 02 April 2008 17:01, rafael2k wrote:
> +     if test x"$enable_ffmpeg_swscale" == xyes; then

This should be a single =. == is a bashism.

> Index: cinelerra/ffmpeg.h
> ===================================================================
> --- cinelerra/ffmpeg.h  (revision 1055)
> +++ cinelerra/ffmpeg.h  (working copy)
> @@ -3,8 +3,14 @@
>  
>  extern "C" {
>  #include <avcodec.h>
> -};
> +}
>  
> +#ifdef HAVE_SWSCALER
> +extern "C" {
> +#include <swscale.h>
> +}
> +#endif

I doubt that it is necessary to have this in ffmpeg.h. Can you move this 
#include into ffmpeg.C, if possible?

Otherwise the patch looks fine.

-- Hannes

_______________________________________________
Cinelerra mailing list
[email protected]
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra

Reply via email to