mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-27 15:33:00 +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
|
CXXFLAGS = -Wall
|
||||||
|
|
||||||
INCLUDES = \
|
AM_CPPFLAGS = \
|
||||||
-I$(srcdir)/include
|
-I$(srcdir)/include
|
||||||
|
|
||||||
libeplayer3_la_SOURCES = \
|
libeplayer3_la_SOURCES = \
|
||||||
@@ -24,7 +24,7 @@ AM_CFLAGS += \
|
|||||||
-Wno-unused -Wno-unused-parameter -Wno-unused-function -Wno-unused-variable \
|
-Wno-unused -Wno-unused-parameter -Wno-unused-function -Wno-unused-variable \
|
||||||
-Wno-sign-compare -Wno-missing-field-initializers
|
-Wno-sign-compare -Wno-missing-field-initializers
|
||||||
# silence ffmpeg deprecation warnings
|
# silence ffmpeg deprecation warnings
|
||||||
AM_CPPFLAGS = -Dattribute_deprecated=''
|
AM_CPPFLAGS += -Dattribute_deprecated=''
|
||||||
|
|
||||||
#libeplayer3_la_LIBADD = -lpthread -lavformat -lavcodec -lavutil -lz -lass -lm -lpng
|
#libeplayer3_la_LIBADD = -lpthread -lavformat -lavcodec -lavutil -lz -lass -lm -lpng
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user