Makefile.am: compile libffmpeg.a with FFMPEG_CFLAGS

This commit is contained in:
Max Kellermann 2014-10-04 14:23:11 +02:00
parent 6e7a398263
commit fb90b64bac
1 changed files with 2 additions and 0 deletions

View File

@ -795,6 +795,8 @@ noinst_LIBRARIES += libffmpeg.a
libffmpeg_a_SOURCES = \
src/lib/ffmpeg/Error.cxx src/lib/ffmpeg/Error.hxx \
src/lib/ffmpeg/Domain.cxx src/lib/ffmpeg/Domain.hxx
libffmpeg_a_CPPFLAGS = $(AM_CPPFLAGS) \
$(FFMPEG_CFLAGS)
FFMPEG_LIBS2 = libffmpeg.a $(FFMPEG_LIBS)
endif