Restructuring so our libraries can go into a separate libmist project.
This commit is contained in:
parent
87f4c4723c
commit
af12c6a94e
50 changed files with 541 additions and 6816 deletions
|
@ -1,5 +1,5 @@
|
|||
AM_CPPFLAGS = $(MIST_CFLAGS)
|
||||
LDADD = $(MIST_LIBS)
|
||||
bin_PROGRAMS=MistDTSC2FLV MistFLV2DTSC
|
||||
MistDTSC2FLV_SOURCES=dtsc2flv.cpp
|
||||
MistDTSC2FLV_LDADD=../../lib/libdtsc.la ../../lib/libflv_tag.la
|
||||
MistFLV2DTSC_SOURCES=flv2dtsc.cpp
|
||||
MistFLV2DTSC_LDADD=../../lib/libdtsc.la ../../lib/libflv_tag.la
|
||||
|
|
|
@ -10,9 +10,9 @@
|
|||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#include <signal.h>
|
||||
#include "../../lib/flv_tag.h" //FLV support
|
||||
#include "../../lib/dtsc.h" //DTSC support
|
||||
#include "../../lib/amf.h" //AMF support
|
||||
#include <mist/flv_tag.h> //FLV support
|
||||
#include <mist/dtsc.h> //DTSC support
|
||||
#include <mist/amf.h> //AMF support
|
||||
|
||||
/// Holds all code that converts filetypes to/from DTSC.
|
||||
namespace Converters{
|
||||
|
|
|
@ -10,9 +10,9 @@
|
|||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#include <signal.h>
|
||||
#include "../../lib/flv_tag.h" //FLV support
|
||||
#include "../../lib/dtsc.h" //DTSC support
|
||||
#include "../../lib/amf.h" //AMF support
|
||||
#include <mist/flv_tag.h> //FLV support
|
||||
#include <mist/dtsc.h> //DTSC support
|
||||
#include <mist/amf.h> //AMF support
|
||||
|
||||
/// Holds all code that converts filetypes to/from to DTSC.
|
||||
namespace Converters{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue