Aegisub/aegisub/libffms/Makefile.am
2010-06-12 14:52:13 +00:00

27 lines
766 B
Makefile

AUTOMAKE_OPTIONS = subdir-objects
noinst_LIBRARIES = libffmpegsource_aegisub.a
AM_CPPFLAGS = -Icore -Iinclude -D__UNIX__ -DFFMS_EXPORTS -DHAVE_STRLCPY -D__STDC_CONSTANT_MACROS @LIBAVFORMAT_CFLAGS@ @LIBAVCODEC_CFLAGS@ @LIBSWSCALE_CFLAGS@ @LIBAVUTIL_CFLAGS@ @LIBPOSTPROC_CFLAGS@
libffmpegsource_aegisub_a_SOURCES = \
src/core/audiosource.cpp \
src/core/ffms.cpp \
src/core/indexing.cpp \
src/core/lavfaudio.cpp \
src/core/lavfindexer.cpp \
src/core/lavfvideo.cpp \
src/core/matroskaaudio.cpp \
src/core/matroskaindexer.cpp \
src/core/matroskaparser.c \
src/core/matroskavideo.cpp \
src/core/stdiostream.c \
src/core/utils.cpp \
src/core/videosource.cpp \
src/core/wave64writer.cpp
libffmpegsource_aegisub_a_SOURCES += \
src/core/*.h \
include/*.h