summaryrefslogtreecommitdiffstats
path: root/libfaad2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libfaad2/Makefile')
-rw-r--r--libfaad2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libfaad2/Makefile b/libfaad2/Makefile
index ebbddd505c..e7ff0bbbae 100644
--- a/libfaad2/Makefile
+++ b/libfaad2/Makefile
@@ -6,7 +6,7 @@ include ../config.mak
SRCS = bits.c cfft.c common.c decoder.c drc.c error.c filtbank.c hcr.c huffman.c ic_predict.c is.c lt_predict.c mdct.c mp4.c ms.c output.c pns.c ps_dec.c ps_syntax.c pulse.c rvlc.c sbr_dct.c sbr_dec.c sbr_e_nf.c sbr_fbt.c sbr_hfadj.c sbr_hfgen.c sbr_huff.c sbr_qmf.c sbr_syntax.c sbr_tf_grid.c specrec.c ssr.c ssr_fb.c ssr_ipqf.c syntax.c tns.c
OBJS = $(SRCS:.c=.o)
-CFLAGS = -I. $(OPTFLAGS)
+CFLAGS = -I. $(OPTFLAGS) -D_GNU_SOURCE
# Uncomment this to use the FIXED_POINT implementation of FAAD2.
# This should improve performance, especially for SBR files.