generic: fix build with newer openSUSE ffmpeg packages

This commit is contained in:
Stefan Seyfried
2015-12-13 13:03:38 +01:00
parent a0037c51f0
commit d863ebc181

View File

@@ -3,7 +3,8 @@ noinst_LTLIBRARIES = libgeneric.la
AM_CPPFLAGS = -D__STDC_FORMAT_MACROS -D__STDC_CONSTANT_MACROS
AM_CPPFLAGS += \
-I$(top_srcdir)/common \
-I$(top_srcdir)/include
-I$(top_srcdir)/include \
@AVUTIL_CFLAGS@
AM_CXXFLAGS = -fno-rtti -fno-exceptions -fno-strict-aliasing