summaryrefslogtreecommitdiff
path: root/vhook/Makefile
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2005-02-25 22:22:20 +0000
committerMichael Niedermayer <michaelni@gmx.at>2005-02-25 22:22:20 +0000
commit21754ce65c78acf8134edbe1f60ce503c0345977 (patch)
tree75843ce1fd0037e33903a865c64b6c90384e1f27 /vhook/Makefile
parent8dd2a893dd752d9f922896d38aaf86c4b1823f5b (diff)
watermark filter by (Marcus Engene <ffmpeg engene se>)
Originally committed as revision 3983 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'vhook/Makefile')
-rw-r--r--vhook/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/vhook/Makefile b/vhook/Makefile
index f645b1bdf2..9415be191c 100644
--- a/vhook/Makefile
+++ b/vhook/Makefile
@@ -7,7 +7,7 @@ CFLAGS=-fPIC $(SHCFLAGS) -I.. -I$(SRC_PATH) -I$(SRC_PATH)/libavformat -I$(SRC_PA
ifeq ($(CONFIG_DARWIN),yes)
SHFLAGS+=-flat_namespace -undefined suppress
endif
-HOOKS=null.so fish.so ppm.so
+HOOKS=null.so fish.so ppm.so watermark.so
ifeq ($(HAVE_IMLIB2),yes)
HOOKS += imlib2.so