forked from mia/Aegisub
2b13dfbb43
Originally committed to SVN as r2425.
31 lines
539 B
Makefile
31 lines
539 B
Makefile
noinst_LIBRARIES = libffmpegsource2_aegisub.a
|
|
|
|
AM_CPPFLAGS = -include ../aegisub/posix/defines.h -I../aegisub
|
|
|
|
libffmpegsource2_aegisub_a_SOURCES = \
|
|
ffaudiosource.cpp \
|
|
ffms.cpp \
|
|
ffvideosource.cpp \
|
|
indexing.cpp \
|
|
MatroskaParser.c \
|
|
stdiostream.c \
|
|
utils.cpp \
|
|
wave64writer.cpp
|
|
|
|
|
|
libffmpegsource2_aegisub_a_SOURCES += \
|
|
MatroskaParser.h \
|
|
avisynth.h \
|
|
ffaudiosource.h \
|
|
ffavisynth.h \
|
|
ffms.h \
|
|
ffpp.h \
|
|
ffswscale.h \
|
|
ffvideosource.h \
|
|
indexing.h \
|
|
stdiostream.h \
|
|
utils.h \
|
|
wave64writer.h
|
|
|
|
EXTRA_DIST = \
|
|
ffms2.html
|