# HG changeset patch # User albeu # Date 1049470791 0 # Node ID 6d6ba8e88e576e26cba0df0066fd64484910f4d1 # Parent 39b68c2664ec2cd171771925eb40466bc6a0b4d3 Using a different alignment for only the Gui is bad as this code use some header in the rest of MPlayer. diff -r 39b68c2664ec -r 6d6ba8e88e57 Gui/Makefile --- a/Gui/Makefile Fri Apr 04 15:38:46 2003 +0000 +++ b/Gui/Makefile Fri Apr 04 15:39:51 2003 +0000 @@ -8,9 +8,6 @@ OPTIMIZE = $(OPTFLAGS) \ -fexpensive-optimizations -fschedule-insns2 -Wall -ifeq ($(TARGET_ARCH_X86),yes) -OPTIMIZE += -malign-double -endif CFLAGS = $(OPTIMIZE) $(INCDIR) $(DEBUG) diff -r 39b68c2664ec -r 6d6ba8e88e57 libmpdemux/stream.h --- a/libmpdemux/stream.h Fri Apr 04 15:38:46 2003 +0000 +++ b/libmpdemux/stream.h Fri Apr 04 15:39:51 2003 +0000 @@ -84,10 +84,6 @@ // Close void (*close)(struct stream_st *s); -// --- align workaround - int dummy; -// --- align workaround - int fd; // file descriptor, see man open(2) int type; // see STREAMTYPE_* int flags;