From 66c4cc2f344283a0d4897cb8ff3b78a43aaf2916 Mon Sep 17 00:00:00 2001 From: albeu Date: Fri, 4 Apr 2003 15:39:51 +0000 Subject: Using a different alignment for only the Gui is bad as this code use some header in the rest of MPlayer. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9826 b3059339-0415-0410-9bf9-f77b7e298cf2 --- Gui/Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'Gui/Makefile') diff --git a/Gui/Makefile b/Gui/Makefile index b3c213ba3b..9da3353d95 100644 --- a/Gui/Makefile +++ b/Gui/Makefile @@ -8,9 +8,6 @@ INCDIR = -I. -I../loader -I./wm -I./skin $(FREETYPE_INC) $(GTKINC) $(EXTRA_INC) OPTIMIZE = $(OPTFLAGS) \ -fexpensive-optimizations -fschedule-insns2 -Wall -ifeq ($(TARGET_ARCH_X86),yes) -OPTIMIZE += -malign-double -endif CFLAGS = $(OPTIMIZE) $(INCDIR) $(DEBUG) -- cgit v1.2.3