1 /* === S Y N F I G ========================================================= */
2 /*! \file mod_libavcodec/main.cpp
8 ** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley
10 ** This package is free software; you can redistribute it and/or
11 ** modify it under the terms of the GNU General Public License as
12 ** published by the Free Software Foundation; either version 2 of
13 ** the License, or (at your option) any later version.
15 ** This package is distributed in the hope that it will be useful,
16 ** but WITHOUT ANY WARRANTY; without even the implied warranty of
17 ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18 ** General Public License for more details.
21 /* ========================================================================= */
23 /* === H E A D E R S ======================================================= */
25 #define SYNFIG_NO_ANGLE
34 #include <synfig/module.h>
35 #include <synfig/layer.h>
42 /* === E N T R Y P O I N T ================================================= */
44 MODULE_DESC_BEGIN(mod_libavcodec)
45 MODULE_NAME("LibAVCodec Module (From FFMPEG)")
46 MODULE_DESCRIPTION("Provides import/export ability for AVI, MPG, ASF, and a variety of other formats.")
47 MODULE_AUTHOR("Adrian Bentley")
49 MODULE_COPYRIGHT(SYNFIG_COPYRIGHT)
52 MODULE_INVENTORY_BEGIN(mod_libavcodec)
54 TARGET(Target_LibAVCodec)
55 //TARGET_EXT(Target_LibAVCodec,"mpg")
56 //TARGET_EXT(Target_LibAVCodec,"mpeg")
57 //TARGET_EXT(Target_LibAVCodec,"mov")
58 TARGET_EXT(Target_LibAVCodec,"asf")
59 TARGET_EXT(Target_LibAVCodec,"rm")
60 //TARGET_EXT(Target_LibAVCodec,"mpg")
61 TARGET_EXT(Target_LibAVCodec,"wmv")
62 TARGET_EXT(Target_LibAVCodec,"yuv")
63 //TARGET_EXT(Target_LibAVCodec,"dv")