mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 06:16:36 +00:00
Change to build against library in gst-libs/ext/mplex
Original commit message from CVS: Change to build against library in gst-libs/ext/mplex
This commit is contained in:
parent
907bee8c03
commit
a10432d76c
1 changed files with 2 additions and 28 deletions
|
@ -1,36 +1,10 @@
|
||||||
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
||||||
|
|
||||||
CC = g++
|
|
||||||
|
|
||||||
EXTRA_DIST = \
|
|
||||||
README INSTRUCT TODO \
|
|
||||||
.cvsignore
|
|
||||||
|
|
||||||
MAINTAINERCLEANFILES = Makefile.in
|
|
||||||
|
|
||||||
gstmplex_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
|
|
||||||
|
|
||||||
plugin_LTLIBRARIES = libgstmplex.la
|
plugin_LTLIBRARIES = libgstmplex.la
|
||||||
|
|
||||||
libgstmplex_la_SOURCES = gstmplex.cc \
|
libgstmplex_la_SOURCES = gstmplex.cc
|
||||||
$(gstmplex_SOURCES)
|
|
||||||
|
|
||||||
libgstmplex_la_CXXFLAGS = $(GST_CFLAGS)
|
libgstmplex_la_CXXFLAGS = $(GST_CFLAGS)
|
||||||
libgstmplex_la_LIBADD = -lstdc++ $(LIBM_LIBS)
|
libgstmplex_la_LIBADD = -lstdc++ $(LIBM_LIBS) $(top_builddir)/gst-libs/ext/mplex/libmplex.la
|
||||||
libgstmplex_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
libgstmplex_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||||
|
|
||||||
noinst_HEADERS = gstmplex.h
|
noinst_HEADERS = gstmplex.h
|
||||||
|
|
Loading…
Reference in a new issue