summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/Makefile
diff options
context:
space:
mode:
authormichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-10-16 15:47:32 +0000
committermichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-10-16 15:47:32 +0000
commitbc040ace6f8573ac91596a43ce9d23e62bda5f32 (patch)
treedf72740fea5a9210e4846a010088250eee4c2fc1 /libmpcodecs/Makefile
parent7fd5e0846612b31d80024f315a204fb31fe7df1e (diff)
downloadmpv-bc040ace6f8573ac91596a43ce9d23e62bda5f32.tar.bz2
mpv-bc040ace6f8573ac91596a43ce9d23e62bda5f32.tar.xz
generic equation filter
example: -vf 'geq=(p(X\,Y)+p(mod(Y*2-X*2\,W)\,mod(Y*2+X*2+sin((X-Y)/10/SW+N)*SW*20\,H)))/2' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20272 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpcodecs/Makefile')
-rw-r--r--libmpcodecs/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmpcodecs/Makefile b/libmpcodecs/Makefile
index 6ad6473481..4fd4e5d0e6 100644
--- a/libmpcodecs/Makefile
+++ b/libmpcodecs/Makefile
@@ -188,6 +188,7 @@ VFILTER_LAVC_SRCS += vf_lavc.c \
VFILTER_LAVC_DSPUTIL_SRCS += vf_uspp.c \
vf_fspp.c \
vf_qp.c \
+ vf_geq.c \
vf_spp.c \
vf_mcdeint.c \