summaryrefslogtreecommitdiff
path: root/vhook
diff options
context:
space:
mode:
authorPatrice Bensoussan <patrice.bensoussan@free.fr>2005-10-22 19:10:14 +0000
committerDiego Biurrun <diego@biurrun.de>2005-10-22 19:10:14 +0000
commit3702300cbb027e413bfb0c1854c1e240ad810f34 (patch)
tree6c973b519cc6529980dc8066d07fea68f7216100 /vhook
parentda186ae269b682e4fcc29aa4eb062fbe1015d453 (diff)
Fix linking failure on Mac OS X <10.4.
patch by Patrice Bensoussan patrice = dot = bensoussan = at = gmail = . = com Originally committed as revision 4657 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'vhook')
-rw-r--r--vhook/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/vhook/Makefile b/vhook/Makefile
index c93ad3873d..2941576446 100644
--- a/vhook/Makefile
+++ b/vhook/Makefile
@@ -5,7 +5,7 @@ VPATH=$(SRC_PATH)/vhook
CFLAGS=-fPIC $(SHCFLAGS) -I.. -I$(SRC_PATH) -I$(SRC_PATH)/libavformat -I$(SRC_PATH)/libavcodec -I$(SRC_PATH)/libavutil -DHAVE_AV_CONFIG_H
ifeq ($(CONFIG_DARWIN),yes)
- SHFLAGS += -flat_namespace
+ SHFLAGS += -flat_namespace -undefined suppress
endif
HOOKS=null$(SLIBSUF) fish$(SLIBSUF) ppm$(SLIBSUF) watermark$(SLIBSUF)