[vlc-devel] commit: Fix compilation of modules/video_filter/imgresample.c ( Rémi Duraffort )
git version control
git at videolan.org
Wed Oct 22 20:19:33 CEST 2008
vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Wed Oct 22 20:16:25 2008 +0200| [5219f5ec7324446fc0c9a7e4d530afa4ae4b96e2] | committer: Rémi Duraffort
Fix compilation of modules/video_filter/imgresample.c
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5219f5ec7324446fc0c9a7e4d530afa4ae4b96e2
---
modules/video_filter/Modules.am | 2 +-
modules/video_filter/imgresample.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/video_filter/Modules.am b/modules/video_filter/Modules.am
index 4961b23..9af20aa 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 eef97c7..767b9f8 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
More information about the vlc-devel
mailing list