mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
b3e56c4bde
Original commit message from CVS: needed fixes to enable building of RPMS of gst-plugins
34 lines
858 B
Makefile
34 lines
858 B
Makefile
|
|
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 mjpeg_types.h format_codes.h \
|
|
fastintfns.h mjpeg_logging.h mpegconsts.h yuv4mpeg_intern.h \
|
|
mjpeg_types.h yuv4mpeg.h
|
|
|
|
libmplex_la_CXXFLAGS = $(GST_CFLAGS)
|
|
libmplex_la_LIBADD = -lstdc++ $(LIBM_LIBS)
|
|
libmplex_la_LDFLAGS =
|
|
|
|
|