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