Fix FLV2DTSC binary and add some checks in the flv_tag lib.

This commit is contained in:
Thulinma 2012-05-11 18:39:24 +02:00
parent cf5dc1ff93
commit ef682b99d9
2 changed files with 7 additions and 1 deletions

View file

@ -2,5 +2,5 @@ bin_PROGRAMS=MistDTSC2FLV MistFLV2DTSC
AM_LDFLAGS=-L../../lib
MistDTSC2FLV_SOURCES=dtsc2flv.cpp
MistDTSC2FLV_LDADD=-ldtsc -lflv_tag -lamf -lsocket
MistFLV2DTSC_SOURCES=dtsc2flv.cpp
MistFLV2DTSC_SOURCES=flv2dtsc.cpp
MistFLV2DTSC_LDADD=-ldtsc -lflv_tag -lamf -lsocket