mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 00:06:36 +00:00
Make mplex build dependent on USE_MPLEX
Original commit message from CVS: Make mplex build dependent on USE_MPLEX
This commit is contained in:
parent
5bd0590941
commit
f6c63528fe
1 changed files with 6 additions and 0 deletions
|
@ -1,6 +1,12 @@
|
|||
|
||||
EXTRA_DIST = README INSTRUCT TODO
|
||||
|
||||
if USE_MPLEX
|
||||
MPLEX_LIB = libmplex.la
|
||||
else
|
||||
MPLEX_LIB =
|
||||
endif
|
||||
|
||||
noinst_LTLIBRARIES = libmplex.la
|
||||
|
||||
libmplex_la_SOURCES = \
|
||||
|
|
Loading…
Reference in a new issue