From 6ec8d606eddbab70f1e76784bf96acf97df043a0 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 1 Oct 2001 20:47:33 +0000 Subject: [PATCH] Removed the loadsave dependency Original commit message from CVS: Removed the loadsave dependency --- gstplay/main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gstplay/main.c b/gstplay/main.c index 0d968dce21..f8a6859b0f 100644 --- a/gstplay/main.c +++ b/gstplay/main.c @@ -25,7 +25,9 @@ main (int argc, char *argv[]) } } +#ifndef GST_DISABLE_LOADSAVE xmlSaveFile ("gstmediaplay.gst", gst_xml_write (gst_play_get_pipeline (play->play))); +#endif gdk_threads_enter(); gst_main();