mirror of
https://github.com/mpv-player/mpv
synced 2025-03-19 18:05:21 +00:00
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
This commit is contained in:
parent
e419df6f85
commit
66c4cc2f34
@ -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)
|
||||
|
||||
|
@ -84,10 +84,6 @@ typedef struct stream_st {
|
||||
// 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;
|
||||
|
Loading…
Reference in New Issue
Block a user