forked from mia/Aegisub
Add FFMPEG_CFLAGS / FFMPEG_LDFLAGS.
Originally committed to SVN as r2662.
This commit is contained in:
parent
bbe33f2b91
commit
6443fa34fe
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
|||
noinst_LIBRARIES = libffmpegsource2_aegisub.a
|
||||
|
||||
AM_CPPFLAGS = -I../aegisub -D__UNIX__ -DHAVE_STRLCPY
|
||||
AM_CPPFLAGS = -I../aegisub -D__UNIX__ -DHAVE_STRLCPY @FFMPEG_CFLAGS@
|
||||
libffmpegsource2_aegisub_a_LDFLAGS= @FFMPEG_LDFLAGS@
|
||||
|
||||
|
||||
libffmpegsource2_aegisub_a_SOURCES = \
|
||||
ffaudiosource.cpp \
|
||||
|
|
Loading…
Reference in a new issue