summaryrefslogtreecommitdiffstats
path: root/TOOLS/vf_dlopen/Makefile
diff options
context:
space:
mode:
authorRudolf Polzer <divverent@xonotic.org>2012-09-11 11:53:30 +0200
committerwm4 <wm4@nowhere>2012-09-18 21:08:20 +0200
commit6371787b891160e2d3e0c56b8951b168f82ee7ab (patch)
treef47824f0c2fd9d4ea7f10924c4246afba8271c21 /TOOLS/vf_dlopen/Makefile
parent9343c1d3abe335a843fe30d9d9271da7c14cde05 (diff)
downloadmpv-6371787b891160e2d3e0c56b8951b168f82ee7ab.tar.bz2
mpv-6371787b891160e2d3e0c56b8951b168f82ee7ab.tar.xz
vf_dlopen: vf_rectangle filter moved to dlopen (unix only)
It is unix only, because vf_dlopen filters have no way to receive input (yet)
Diffstat (limited to 'TOOLS/vf_dlopen/Makefile')
-rw-r--r--TOOLS/vf_dlopen/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/TOOLS/vf_dlopen/Makefile b/TOOLS/vf_dlopen/Makefile
index c3bd4000c4..ed315fe365 100644
--- a/TOOLS/vf_dlopen/Makefile
+++ b/TOOLS/vf_dlopen/Makefile
@@ -1,4 +1,4 @@
-FILTERS = showqscale telecine tile
+FILTERS = showqscale telecine tile rectangle
COMMON = filterutils.o
OBJECTS = $(patsubst %,%.o,$(FILTERS)) $(COMMON)