mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 23:13:16 +02:00
modernize configure.ac and Makefile.am
autoconf-1.13 has new warnings, silence them by updating the buildsystem
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user