summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPhilip Gladstone <philipjsg@users.sourceforge.net>2002-11-23 01:29:25 +0000
committerPhilip Gladstone <philipjsg@users.sourceforge.net>2002-11-23 01:29:25 +0000
commit47930f093e478dd600d0dd7bcfca0ab81e884ead (patch)
tree416dd1bccdd138c518d951b66d00b1a9cc81e29a /Makefile
parent9c76bd48aa318eaf74a3d9c4cac3d8a9ada3fe04 (diff)
Applied changes to make it compile on darwin
Originally committed as revision 1270 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b70e22bd72..c28de12e8b 100644
--- a/Makefile
+++ b/Makefile
@@ -48,8 +48,10 @@ ifeq ($(BUILD_VHOOK),yes)
VHOOK=videohook
INSTALLVHOOK=install-vhook
CLEANVHOOK=clean-vhook
+ifneq ($(CONFIG_DARWIN),yes)
LDFLAGS += -rdynamic
endif
+endif
OBJS = ffmpeg.o ffserver.o
SRCS = $(OBJS:.o=.c) $(ASM_OBJS:.o=.s)