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