mirror of https://github.com/odrling/Aegisub
Add -fPIC so ffms can be linked into a shared library.
Originally committed to SVN as r5282.
This commit is contained in:
parent
a733260603
commit
e46f83e672
|
@ -1,6 +1,6 @@
|
|||
include ../Makefile.inc
|
||||
|
||||
CXXFLAGS = -Icore -Iinclude -D__UNIX__ -DFFMS_EXPORTS -DHAVE_STRLCPY -D__STDC_CONSTANT_MACROS
|
||||
CXXFLAGS = -Icore -Iinclude -D__UNIX__ -DFFMS_EXPORTS -DHAVE_STRLCPY -D__STDC_CONSTANT_MACROS -fPIC
|
||||
CXXFLAGS += $(CFLAGS_LIBAVFORMAT) $(CFLAGS_LIBAVCODEC) $(CFLAGS_LIBAVUTIL) $(CFLAGS_LIBPOSTPROC)
|
||||
|
||||
LIB = libffmpegsource_aegisub.a
|
||||
|
|
Loading…
Reference in New Issue