summaryrefslogtreecommitdiff
path: root/vhook
diff options
context:
space:
mode:
authorDan Christiansen <danchr@daimi.au.dk>2003-09-28 22:53:25 +0000
committerMichael Niedermayer <michaelni@gmx.at>2003-09-28 22:53:25 +0000
commitfe0f2a9719838cef7fb740763e5c9c344071d47d (patch)
tree7cc172154958fa12dc14190fd20718c094ed1dc2 /vhook
parentf578f93838bad57be9f4e476926c015a72b0467b (diff)
PowerPC warnings & optimisations patch by (Dan Christiansen <danchr at daimi dot au dot dk>)
Originally committed as revision 2315 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 cfe1ab660d..10d22b14e3 100644
--- a/vhook/Makefile
+++ b/vhook/Makefile
@@ -2,7 +2,7 @@ include ../config.mak
VPATH=$(SRC_PATH)/vhook
-CFLAGS=-fPIC $(OPTFLAGS) -Wall -I.. -I$(SRC_PATH) -I$(SRC_PATH)/libavformat -I$(SRC_PATH)/libavcodec -DHAVE_AV_CONFIG_H
+CFLAGS=-fPIC -Wall $(OPTFLAGS) -I.. -I$(SRC_PATH) -I$(SRC_PATH)/libavformat -I$(SRC_PATH)/libavcodec -DHAVE_AV_CONFIG_H
ifeq ($(CONFIG_DARWIN),yes)
SHFLAGS+=-bundle -flat_namespace -undefined suppress