changeset 9825:6d6ba8e88e57

Using a different alignment for only the Gui is bad as this code use some header in the rest of MPlayer.
author albeu
date Fri, 04 Apr 2003 15:39:51 +0000
parents 39b68c2664ec
children 99b9b8eeecaf
files Gui/Makefile libmpdemux/stream.h
diffstat 2 files changed, 0 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- 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) 
 
--- 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;