diff --git a/modules/video_filter/Modules.am b/modules/video_filter/Modules.am index 4961b23a443fafda5ed12e684fd69fa49b1a9400..9af20aa92636a7ef2daee698db20264fee07e80c 100644 --- a/modules/video_filter/Modules.am +++ b/modules/video_filter/Modules.am @@ -42,7 +42,7 @@ SOURCES_blendbench = blendbench.c SOURCES_chain = chain.c SOURCES_postproc = postproc.c SOURCES_swscale = swscale.c ../codec/avcodec/chroma.c -SOURCES_imgresample = imgresample.c ../codec/avcodec/chroma.h +SOURCES_imgresample = imgresample.c ../codec/avcodec/chroma.c SOURCES_scene = scene.c SOURCES_yuvp = yuvp.c noinst_HEADERS = filter_common.h filter_picture.h diff --git a/modules/video_filter/imgresample.c b/modules/video_filter/imgresample.c index eef97c737d3f81781a34d3d443a47eb94fc50651..767b9f8c5656c886bf6d4f6ac9710eabf881b1c7 100644 --- a/modules/video_filter/imgresample.c +++ b/modules/video_filter/imgresample.c @@ -43,7 +43,7 @@ # include <avcodec.h> #endif -#include "../codec/avcodec/chroma.h" +#include "../codec/avcodec/avcodec.h" /***************************************************************************** * Local prototypes