2009-07-13 22:30:49 +00:00
|
|
|
AUTOMAKE_OPTIONS = subdir-objects
|
2008-10-28 02:18:14 +00:00
|
|
|
|
2009-07-13 22:30:49 +00:00
|
|
|
noinst_LIBRARIES = libffmpegsource_aegisub.a
|
2009-01-06 13:36:08 +00:00
|
|
|
|
2010-06-12 14:52:13 +00:00
|
|
|
AM_CPPFLAGS = -Icore -Iinclude -D__UNIX__ -DFFMS_EXPORTS -DHAVE_STRLCPY -D__STDC_CONSTANT_MACROS @LIBAVFORMAT_CFLAGS@ @LIBAVCODEC_CFLAGS@ @LIBSWSCALE_CFLAGS@ @LIBAVUTIL_CFLAGS@ @LIBPOSTPROC_CFLAGS@
|
2008-10-28 02:18:14 +00:00
|
|
|
|
|
|
|
|
2009-07-13 22:30:49 +00:00
|
|
|
libffmpegsource_aegisub_a_SOURCES = \
|
2009-09-26 21:56:39 +00:00
|
|
|
src/core/audiosource.cpp \
|
2009-07-13 22:30:49 +00:00
|
|
|
src/core/ffms.cpp \
|
|
|
|
src/core/indexing.cpp \
|
2009-09-26 21:56:39 +00:00
|
|
|
src/core/lavfaudio.cpp \
|
|
|
|
src/core/lavfindexer.cpp \
|
|
|
|
src/core/lavfvideo.cpp \
|
|
|
|
src/core/matroskaaudio.cpp \
|
|
|
|
src/core/matroskaindexer.cpp \
|
2009-07-13 22:30:49 +00:00
|
|
|
src/core/matroskaparser.c \
|
2009-09-26 21:56:39 +00:00
|
|
|
src/core/matroskavideo.cpp \
|
2009-07-13 22:30:49 +00:00
|
|
|
src/core/stdiostream.c \
|
|
|
|
src/core/utils.cpp \
|
2009-09-26 21:56:39 +00:00
|
|
|
src/core/videosource.cpp \
|
2009-07-13 22:30:49 +00:00
|
|
|
src/core/wave64writer.cpp
|
2008-10-28 02:18:14 +00:00
|
|
|
|
2009-07-13 22:30:49 +00:00
|
|
|
libffmpegsource_aegisub_a_SOURCES += \
|
2009-11-07 03:08:49 +00:00
|
|
|
src/core/*.h \
|
|
|
|
include/*.h
|