more load save fixes

Original commit message from CVS:
more load save fixes
This commit is contained in:
Wim Taymans 2001-10-01 20:53:06 +00:00
parent ab316b83a8
commit 613a8fe1dd
2 changed files with 14 additions and 3 deletions

View file

@ -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

View file

@ -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)