Commit 15d1c6bb authored by diego's avatar diego

Fix linking failure on Mac OS X <10.4.

patch by Patrice Bensoussan patrice = dot = bensoussan = at = gmail = . = com


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@4657 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 940ad14d
...@@ -330,7 +330,7 @@ v4l="no" ...@@ -330,7 +330,7 @@ v4l="no"
audio_oss="no" audio_oss="no"
dv1394="no" dv1394="no"
ffserver="no" ffserver="no"
SHFLAGS="-dynamiclib -Wl,-single_module,-undefined,dynamic_lookup" SHFLAGS="-dynamiclib -Wl,-single_module"
extralibs="" extralibs=""
darwin="yes" darwin="yes"
strip="strip -x" strip="strip -x"
......
...@@ -5,7 +5,7 @@ VPATH=$(SRC_PATH)/vhook ...@@ -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 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) ifeq ($(CONFIG_DARWIN),yes)
SHFLAGS += -flat_namespace SHFLAGS += -flat_namespace -undefined suppress
endif endif
HOOKS=null$(SLIBSUF) fish$(SLIBSUF) ppm$(SLIBSUF) watermark$(SLIBSUF) HOOKS=null$(SLIBSUF) fish$(SLIBSUF) ppm$(SLIBSUF) watermark$(SLIBSUF)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment