modernize configure.ac and Makefile.am

autoconf-1.13 has new warnings, silence them by updating
the buildsystem


Origin commit data
------------------
Branch: master
Commit: 9338fc6d1f
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-06-16 (Sun, 16 Jun 2013)



------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2013-06-16 22:16:12 +02:00
parent 7da8a1f696
commit d0072cb289
6 changed files with 17 additions and 17 deletions

View File

@@ -2,7 +2,7 @@ noinst_LTLIBRARIES = libeplayer3.la
CXXFLAGS = -Wall
INCLUDES = \
AM_CPPFLAGS = \
-I$(srcdir)/include
libeplayer3_la_SOURCES = \
@@ -24,7 +24,7 @@ AM_CFLAGS += \
-Wno-unused -Wno-unused-parameter -Wno-unused-function -Wno-unused-variable \
-Wno-sign-compare -Wno-missing-field-initializers
# silence ffmpeg deprecation warnings
AM_CPPFLAGS = -Dattribute_deprecated=''
AM_CPPFLAGS += -Dattribute_deprecated=''
#libeplayer3_la_LIBADD = -lpthread -lavformat -lavcodec -lavutil -lz -lass -lm -lpng