[Ffmpeg-cvslog] CVS: ffmpeg/vhook Makefile,1.24,1.25

Diego Biurrun CVS diego
Sat Oct 22 21:10:16 CEST 2005


Update of /cvsroot/ffmpeg/ffmpeg/vhook
In directory mail:/var2/tmp/cvs-serv13421/vhook

Modified Files:
	Makefile 
Log Message:
Fix linking failure on Mac OS X <10.4.
patch by Patrice Bensoussan patrice = dot = bensoussan = at = gmail = . = com


Index: Makefile
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/vhook/Makefile,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- Makefile	1 Oct 2005 14:21:34 -0000	1.24
+++ Makefile	22 Oct 2005 19:10:14 -0000	1.25
@@ -5,7 +5,7 @@
 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)
 





More information about the ffmpeg-cvslog mailing list