mirror of https://github.com/mpv-player/mpv
divx audio workaround
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5794 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
f989059977
commit
914a665db2
|
@ -14,8 +14,10 @@ resource.o registry.o elfdll.o afl.o vfl.o
|
|||
# the bad code accesses parameters via %ebp without setting up a
|
||||
# propper %ebp first!
|
||||
# -fno-omit-frame-pointer works around this gcc-3.0 bug. gcc-2.95.2 is OK.
|
||||
# Note: -D_FILE_OFFSET_BITS=32 is required to disable using mmap64(),
|
||||
# as it's broken in glibc 2.1.2 (bad header) and 2.1.3 (bad code)
|
||||
WARN_FLAGS = -Wmissing-prototypes -Wimplicit-function-declaration
|
||||
CFLAGS=-I. -I.. $(OPTFLAGS) $(EXTRA_INC) $(WARN_FLAGS) -fno-omit-frame-pointer
|
||||
CFLAGS=-I. -I.. $(OPTFLAGS) -D_FILE_OFFSET_BITS=32 $(EXTRA_INC) $(WARN_FLAGS) -fno-omit-frame-pointer
|
||||
#CFLAGS=-I. -I.. -O $(WARN_FLAGS) -g #-fno-omit-frame-pointer
|
||||
|
||||
all: libloader.a
|
||||
|
|
Loading…
Reference in New Issue