summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRudolf Polzer <divverent@xonotic.org>2012-10-24 19:00:49 +0200
committerwm4 <wm4@nowhere>2012-10-24 21:55:43 +0200
commit64ac38c4d30e30783032a4b65f34f4fb50761c7b (patch)
treeb2047cd62fe74b3702a2fd648e9af09aaaa42f55 /Makefile
parent4e89851aa128a614f59ff4885af384a266cb24e6 (diff)
downloadmpv-64ac38c4d30e30783032a4b65f34f4fb50761c7b.tar.bz2
mpv-64ac38c4d30e30783032a4b65f34f4fb50761c7b.tar.xz
libmpcodecs: move vf_scale.c swscale helper functions to sws_utils.c
Extracted/rebased by wm4 from commits 93978f17b76d..13211ef5fc20. Actual mp_image_swscale is added in a later commit.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ce1a369f77..839b4d0977 100644
--- a/Makefile
+++ b/Makefile
@@ -144,6 +144,7 @@ SRCS_COMMON = asxparser.c \
libmpcodecs/img_format.c \
libmpcodecs/mp_image.c \
libmpcodecs/pullup.c \
+ libmpcodecs/sws_utils.c \
libmpcodecs/vd.c \
libmpcodecs/vd_ffmpeg.c \
libmpcodecs/vf.c \