Commit 139829d3 authored by Antoine Cellerier's avatar Antoine Cellerier

Move imgresample.c to the video_filter directory.

parent a2caeb58
......@@ -17,18 +17,11 @@ EXTRA_libavcodec_plugin_la_SOURCES = \
encoder.c \
$(NULL)
SOURCES_imgresample = \
imgresample.c \
chroma.h \
$(NULL)
libvlc_LTLIBRARIES += \
$(LTLIBavcodec) \
$(LTLIBimgresample)
$(LTLIBavcodec)
EXTRA_LTLIBRARIES += \
libavcodec_plugin.la \
libimgresample_plugin.la
libavcodec_plugin.la
# FIXME SOURCES_ffmpegaltivec = \
# FIXME ffmpeg.c \
......
......@@ -42,4 +42,5 @@ SOURCES_blendbench = blendbench.c
SOURCES_chain = chain.c
SOURCES_postproc = postproc.c
SOURCES_swscale = swscale.c ../codec/ffmpeg/chroma.h
SOURCES_imgresample = imgresample.c ../codec/ffmpeg/chroma.h
noinst_HEADERS = filter_common.h filter_picture.h
......@@ -43,7 +43,7 @@
# include <avcodec.h>
#endif
#include "chroma.h"
#include "../codec/ffmpeg/chroma.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