[MPlayer-cvslog] CVS: main/libfaad2 Makefile,1.6,1.7
Jindrich Makovicka CVS
syncmail at mplayerhq.hu
Mon May 30 10:57:32 CEST 2005
CVS change done by Jindrich Makovicka CVS
Update of /cvsroot/mplayer/main/libfaad2
In directory mail:/var2/tmp/cvs-serv9750/libfaad2
Modified Files:
Makefile
Log Message:
- correct the argument in configure check for lrintf() to avoid a warning
- add -D_GNU_SOURCE where lrintf() is used, for the cases when -std=gnu99
isn't available
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/libfaad2/Makefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- Makefile 8 Oct 2004 00:39:37 -0000 1.6
+++ Makefile 30 May 2005 08:57:30 -0000 1.7
@@ -6,7 +6,7 @@
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.
More information about the MPlayer-cvslog
mailing list