1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-03 01:31:53 +02:00

Fix compilation of modules/video_filter/imgresample.c

This commit is contained in:
Rémi Duraffort 2008-10-22 20:16:25 +02:00
parent 26ddd19665
commit 5219f5ec73
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -43,7 +43,7 @@
# include <avcodec.h>
#endif
#include "../codec/avcodec/chroma.h"
#include "../codec/avcodec/avcodec.h"
/*****************************************************************************
* Local prototypes