Skip to content
Snippets Groups Projects
Commit 5219f5ec authored by ivoire's avatar ivoire
Browse files

Fix compilation of modules/video_filter/imgresample.c

parent 26ddd196
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment