Commit 25f84cd9 authored by Antoine Cellerier's avatar Antoine Cellerier

Move swscale.c to the video_filter directory.

parent 3f92e9ad
......@@ -34,11 +34,6 @@ EXTRA_libavformat_plugin_la_SOURCES = \
mux.c \
$(NULL)
SOURCES_swscale = \
swscale.c \
chroma.h \
$(NULL)
SOURCES_imgresample = \
imgresample.c \
imgresample.h \
......@@ -50,13 +45,11 @@ SOURCES_imgresample = \
libvlc_LTLIBRARIES += \
$(LTLIBavcodec) \
$(LTLIBavformat) \
$(LTLIBswscale) \
$(LTLIBimgresample)
EXTRA_LTLIBRARIES += \
libavcodec_plugin.la \
libavformat_plugin.la \
libswscale_plugin.la \
libimgresample_plugin.la
# FIXME SOURCES_ffmpegaltivec = \
......
......@@ -41,4 +41,5 @@ SOURCES_croppadd = croppadd.c
SOURCES_blendbench = blendbench.c
SOURCES_chain = chain.c
SOURCES_postproc = postproc.c
SOURCES_swscale = swscale.c ../codec/ffmpeg/chroma.h
noinst_HEADERS = filter_common.h filter_picture.h
......@@ -40,7 +40,8 @@
# include <ffmpeg/swscale.h>
#endif
#include "chroma.h"
/* Gruikkkkkkkkkk!!!!! */
#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