From: pabs3 Date: Wed, 5 Nov 2008 09:37:19 +0000 (+0000) Subject: Enable use of the ffmpeg importer X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=4336713f8fd13b6f1c912e483818ba01a3721b6f;hp=8c959946a8e6cacbc91a42b468af71b399cf014c;p=synfig.git Enable use of the ffmpeg importer git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2150 1f10aa63-cdf2-0310-b900-c93c546f37ac --- diff --git a/synfig-core/trunk/src/modules/mod_ffmpeg/main.cpp b/synfig-core/trunk/src/modules/mod_ffmpeg/main.cpp index b8a73cd..0f0cb82 100644 --- a/synfig-core/trunk/src/modules/mod_ffmpeg/main.cpp +++ b/synfig-core/trunk/src/modules/mod_ffmpeg/main.cpp @@ -59,12 +59,12 @@ MODULE_INVENTORY_BEGIN(mod_ffmpeg) TARGET_EXT(ffmpeg_trgt,"yuv") TARGET_EXT(ffmpeg_trgt,"rgb") END_TARGETS -// BEGIN_IMPORTERS -// IMPORTER_EXT(ffmpeg_mptr,"avi") -// IMPORTER_EXT(ffmpeg_mptr,"mpg") -// IMPORTER_EXT(ffmpeg_mptr,"mpeg") -// IMPORTER_EXT(ffmpeg_mptr,"mov") -// IMPORTER_EXT(ffmpeg_mptr,"rm") -// IMPORTER_EXT(ffmpeg_mptr,"dv") -// END_IMPORTERS + BEGIN_IMPORTERS + IMPORTER_EXT(ffmpeg_mptr,"avi") + IMPORTER_EXT(ffmpeg_mptr,"mpg") + IMPORTER_EXT(ffmpeg_mptr,"mpeg") + IMPORTER_EXT(ffmpeg_mptr,"mov") + IMPORTER_EXT(ffmpeg_mptr,"rm") + IMPORTER_EXT(ffmpeg_mptr,"dv") + END_IMPORTERS MODULE_INVENTORY_END