shithub: aacdec

Download patch

ref: eac0bcb0a1566acdd24a20344b57d66942b5bb8d
parent: f84bc9bf3c47e900923afb18795dcf6822bbc330
author: knik <knik>
date: Mon Jul 3 07:55:17 EDT 2017

fix autotools warnings

--- a/configure.in
+++ b/configure.in
@@ -7,9 +7,10 @@
 dnl - xmms input mp4/aac plugin
 dnl - mpeg4ip plugin (requires mpeg4ip's libmp4v2 to be installed)
 
-AC_INIT
+AC_PREREQ(2.50)
+AC_INIT(faad2, 2.8.0cvs)
 AC_CONFIG_AUX_DIR(.)
-AM_INIT_AUTOMAKE(faad2, 2.8.0cvs)
+AM_INIT_AUTOMAKE([subdir-objects])
 
 AC_PROG_LIBTOOL
 AC_SUBST(LIBTOOL_DEPS)
--- a/frontend/Makefile.am
+++ b/frontend/Makefile.am
@@ -1,7 +1,7 @@
 bin_PROGRAMS = faad
 man1_MANS = faad.man
 
-INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/common/faad \
+AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/common/faad \
 	   -I$(top_srcdir)/common/mp4ff
 
 faad_LDADD = $(top_builddir)/libfaad/libfaad.la \
--- a/libfaad/Makefile.am
+++ b/libfaad/Makefile.am
@@ -1,6 +1,6 @@
 lib_LTLIBRARIES = libfaad.la libfaad_drm.la
 
-INCLUDES	= -iquote $(top_srcdir)/include
+AM_CPPFLAGS	= -iquote $(top_srcdir)/include
 include_HEADERS = $(top_srcdir)/include/faad.h \
 		  $(top_srcdir)/include/neaacdec.h
 
--- a/plugins/mpeg4ip/Makefile.am
+++ b/plugins/mpeg4ip/Makefile.am
@@ -13,7 +13,7 @@
 	-lm
 
 
-INCLUDES =  -I$(top_srcdir)/include
+AM_CPPFLAGS =  -I$(top_srcdir)/include
 
 AM_CFLAGS = -D_REENTRANT -fexceptions