mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-12 19:36:38 +00:00
more load save fixes
Original commit message from CVS: more load save fixes
This commit is contained in:
parent
ab316b83a8
commit
613a8fe1dd
2 changed files with 14 additions and 3 deletions
|
@ -1,8 +1,15 @@
|
||||||
SUBDIRS = sched eos nego muxing
|
SUBDIRS = sched eos nego muxing
|
||||||
|
|
||||||
noinst_PROGRAMS = init loadall simplefake states caps queue registry \
|
if GST_DISABLE_LOADSAVE
|
||||||
paranoia rip mp3encode autoplug props case4 markup load tee autoplug2 autoplug3 \
|
GST_LOADSAVE_PROG =
|
||||||
capsconnect padfactory autoplug4 incsched reaping threadlock mp1vid reconnect \
|
else
|
||||||
|
GST_LOADSAVE_PROG = caps registry autoplug props tee autoplug2 capsconnect \
|
||||||
|
padfactory autoplug4
|
||||||
|
endif
|
||||||
|
|
||||||
|
noinst_PROGRAMS = $(GST_LOADSAVE_PROG) init loadall simplefake states queue \
|
||||||
|
paranoia rip mp3encode case4 markup load autoplug3 \
|
||||||
|
incsched reaping threadlock mp1vid reconnect \
|
||||||
faketest events timecache
|
faketest events timecache
|
||||||
|
|
||||||
# we have nothing but apps here, we can do this safely
|
# we have nothing but apps here, we can do this safely
|
||||||
|
|
|
@ -1,4 +1,8 @@
|
||||||
|
if GST_DISABLE_LOADSAVE
|
||||||
|
noinst_PROGRAMS =
|
||||||
|
else
|
||||||
noinst_PROGRAMS = runxml
|
noinst_PROGRAMS = runxml
|
||||||
|
endif
|
||||||
|
|
||||||
# nothing but apps here, this is safe
|
# nothing but apps here, this is safe
|
||||||
LIBS += $(GST_LIBS)
|
LIBS += $(GST_LIBS)
|
||||||
|
|
Loading…
Reference in a new issue