Mercurial > mplayer.hg
comparison Gui/Makefile @ 2112:3997f8eec36e
BSD fixes
author | arpi |
---|---|
date | Sat, 06 Oct 2001 16:20:29 +0000 |
parents | 0653e90b3118 |
children | 5d543521dd06 |
comparison
equal
deleted
inserted
replaced
2111:7930222ba976 | 2112:3997f8eec36e |
---|---|
6 | 6 |
7 include bitmap/bitmap.mak | 7 include bitmap/bitmap.mak |
8 MPLAYERDIR = mplayer/ | 8 MPLAYERDIR = mplayer/ |
9 include gui.mak | 9 include gui.mak |
10 | 10 |
11 INCDIR = -I. -I./event -I./wm -I./skin $(GTKINC) | 11 INCDIR = -I. -I./event -I./wm -I./skin $(GTKINC) $(EXTRA_INC) |
12 | 12 |
13 OPTIMIZE = $(OPTFLAGS) -fomit-frame-pointer \ | 13 OPTIMIZE = $(OPTFLAGS) -fomit-frame-pointer \ |
14 -fexpensive-optimizations -fschedule-insns2 -Wall | 14 -fexpensive-optimizations -fschedule-insns2 -Wall |
15 ifeq ($(TARGET_ARCH_X86),yes) | 15 ifeq ($(TARGET_ARCH_X86),yes) |
16 OPTIMIZE += -malign-double | 16 OPTIMIZE += -malign-double |