mirror of
https://github.com/mpv-player/mpv
synced 2025-02-18 13:47:04 +00:00
Hint at FIXED_POINT for better (SBR) performance.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13584 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
d23383a4e5
commit
3f544ef6ed
@ -8,6 +8,10 @@ OBJS = $(SRCS:.c=.o)
|
|||||||
|
|
||||||
CFLAGS = -I. $(OPTFLAGS)
|
CFLAGS = -I. $(OPTFLAGS)
|
||||||
|
|
||||||
|
# Uncomment this to use the FIXED_POINT implementation of FAAD2.
|
||||||
|
# This should improve performance, especially for SBR files.
|
||||||
|
#CFLAGS = -I. $(OPTFLAGS) -DFIXED_POINT
|
||||||
|
|
||||||
.SUFFIXES: .c .o
|
.SUFFIXES: .c .o
|
||||||
|
|
||||||
# .PHONY: all clean
|
# .PHONY: all clean
|
||||||
|
Loading…
Reference in New Issue
Block a user