Sort-of moving images from the converter

This commit is contained in:
Erik Zandvliet 2012-05-28 13:56:26 +02:00 committed by Thulinma
parent b601bc7fd7
commit b5f0d1d92f
5 changed files with 1829 additions and 41 deletions

View file

@ -1,6 +1,8 @@
AM_CPPFLAGS = $(global_CFLAGS) $(MIST_CFLAGS)
LDADD = $(MIST_LIBS)
bin_PROGRAMS=MistDTSC2FLV MistFLV2DTSC MistDTSCFix
bin_PROGRAMS=MistDTSC2FLV MistFLV2DTSC MistDTSCFix MistDTSC2TS
MistDTSC2FLV_SOURCES=dtsc2flv.cpp
MistFLV2DTSC_SOURCES=flv2dtsc.cpp
MistDTSCFix_SOURCES=dtscfix.cpp
MistDTSC2TS_SOURCES=dtsc2ts.cpp