Commit 5219f5ec authored by Rémi Duraffort's avatar Rémi Duraffort

Fix compilation of modules/video_filter/imgresample.c

parent 26ddd196
......@@ -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
......@@ -43,7 +43,7 @@
# include <avcodec.h>
#endif
#include "../codec/avcodec/chroma.h"
#include "../codec/avcodec/avcodec.h"
/*****************************************************************************
* Local prototypes
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment