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