mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-12 11:26:39 +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
|
||||
|
||||
noinst_PROGRAMS = init loadall simplefake states caps queue registry \
|
||||
paranoia rip mp3encode autoplug props case4 markup load tee autoplug2 autoplug3 \
|
||||
capsconnect padfactory autoplug4 incsched reaping threadlock mp1vid reconnect \
|
||||
if GST_DISABLE_LOADSAVE
|
||||
GST_LOADSAVE_PROG =
|
||||
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
|
||||
|
||||
# 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
|
||||
endif
|
||||
|
||||
# nothing but apps here, this is safe
|
||||
LIBS += $(GST_LIBS)
|
||||
|
|
Loading…
Reference in a new issue