summaryrefslogtreecommitdiff
path: root/gst-libs/ext/mplex/Makefile.am
blob: db6856c9200bd95b7cd9772c1a9e1796d7fc239c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32

EXTRA_DIST = README INSTRUCT TODO

if USE_MPLEX
MPLEX_LIB = libmplex.la
else
MPLEX_LIB = 
endif

noinst_LTLIBRARIES = libmplex.la

libmplex_la_SOURCES = \
	bits.cc			bits.hh	\
	buffer.cc		buffer.hh \
	videostrm.hh	audiostrm.hh	padstrm.hh \
	videostrm_in.cc	 padstrm.cc \
	lpcmstrm_in.cc mpastrm_in.cc	ac3strm_in.cc \
	videostrm_out.cc	audiostrm_out.cc	\
	multplex.cc	outputstream.hh	\
	systems.cc		systems.hh \
	vector.cc	vector.hh	mplexconsts.hh \
	inputstrm.cc inputstrm.hh aunit.hh \
	stillsstream.cc stillsstream.hh \
	mjpeg_logging.cc mjpeg_logging.h \
	yuv4mpeg.cc yuv4mpeg_ratio.cc yuv4mpeg.h \
	mpegconsts.cc mpegconsts.h

libmplex_la_CXXFLAGS = $(GST_CFLAGS) 
libmplex_la_LIBADD = -lstdc++ $(LIBM_LIBS)
libmplex_la_LDFLAGS =