X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fcodec%2Fffmpeg%2Fpostprocess.c;h=3a4dd9af762d3ba610ce644db63dfd86fb920e62;hb=e00551fba283031fa8e4036eb044c640cfdb64be;hp=293515ec6dd344dfd1037b126a6edb80cb5c18a1;hpb=1757993049ffe608cd538e2d43aad3cabb68385b;p=vlc diff --git a/modules/codec/ffmpeg/postprocess.c b/modules/codec/ffmpeg/postprocess.c index 293515ec6d..3a4dd9af76 100644 --- a/modules/codec/ffmpeg/postprocess.c +++ b/modules/codec/ffmpeg/postprocess.c @@ -31,8 +31,10 @@ #include /* ffmpeg header */ -#ifdef HAVE_LIBAVCODEC_AVCODEC_H +#if defined(HAVE_LIBAVCODEC_AVCODEC_H) # include +#elif defined(HAVE_FFMPEG_AVCODEC_H) +# include #else # include #endif