From: dooglus Date: Fri, 26 Oct 2007 01:47:03 +0000 (+0000) Subject: Reverted the sort I did earlier. The order of the modules determines the default... X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=ef8329721fe5b3e67fe277a0f8647cd291c92cbb;p=synfig.git Reverted the sort I did earlier. The order of the modules determines the default target for each extension. Whichever comes last for each extension is the default, so having 'mod_imagemagick' after 'mod_gif' means that Imagemagick takes over GIF rendering, and it doesn't create animated GIFs. git-svn-id: http://svn.voria.com/code@984 1f10aa63-cdf2-0310-b900-c93c546f37ac --- diff --git a/synfig-core/trunk/src/modules/synfig_modules.cfg.in b/synfig-core/trunk/src/modules/synfig_modules.cfg.in index eb3e3ef..003d4d4 100644 --- a/synfig-core/trunk/src/modules/synfig_modules.cfg.in +++ b/synfig-core/trunk/src/modules/synfig_modules.cfg.in @@ -1,19 +1,19 @@ -lyr_freetype +mod_mng lyr_std -mod_bmp -mod_dv -mod_ffmpeg -mod_filter -mod_geometry -mod_gif mod_gradient -mod_imagemagick -mod_jpeg -mod_libavcodec -mod_mng +mod_geometry mod_noise -mod_openexr mod_particle +lyr_freetype +mod_filter +mod_ffmpeg +mod_imagemagick +mod_bmp +mod_dv mod_png mod_ppm +mod_gif +mod_openexr +mod_jpeg +mod_libavcodec mod_yuv420p