Removed the loadsave dependency

Original commit message from CVS:
Removed the loadsave dependency
This commit is contained in:
Wim Taymans 2001-10-01 20:47:33 +00:00
parent 0ff096c841
commit 6ec8d606ed

View file

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