summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-10-22 17:46:12 +0000
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-11-02 07:48:40 +0200
commitc69e262a626e6c18c0f53d46734c30aac5f11e91 (patch)
tree1919de7423fd621224bc6ab18d4239fcdd66d5d2 /Makefile
parent64ab2402e2e08cdd4f710b2278b1d67cfc74cbe6 (diff)
downloadmpv-c69e262a626e6c18c0f53d46734c30aac5f11e91.tar.bz2
mpv-c69e262a626e6c18c0f53d46734c30aac5f11e91.tar.xz
vf_stereo3d: Add stereo3d filter
Further review very welcome, but it is time (and good enough) to add this. Patch by Gordon Schmidt [gordon.schmidt s2000.tu-chemnitz de] with changes by Endre Kollár [taxy443 gmail com]. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32527 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 71a28f6c45..83b56f021e 100644
--- a/Makefile
+++ b/Makefile
@@ -443,6 +443,7 @@ SRCS_COMMON = asxparser.c \
libmpcodecs/vf_scale.c \
libmpcodecs/vf_smartblur.c \
libmpcodecs/vf_softpulldown.c \
+ libmpcodecs/vf_stereo3d.c \
libmpcodecs/vf_softskip.c \
libmpcodecs/vf_swapuv.c \
libmpcodecs/vf_telecine.c \