diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2006-07-17 17:19:51 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2006-07-17 17:19:51 +0000 |
commit | df64399a0111505ef29e6c0bd0306798e0781642 (patch) | |
tree | 5d748b8108b94dc18c18a611f1d0c0883813a421 | |
parent | 043b2d4a683b528576b5d94d328282cefc41fe5f (diff) | |
download | xine-lib-df64399a0111505ef29e6c0bd0306798e0781642.tar.gz xine-lib-df64399a0111505ef29e6c0bd0306798e0781642.tar.bz2 |
Add EXPORTED tag to xine_plugin_info.
CVS patchset: 8132
CVS date: 2006/07/17 17:19:51
-rw-r--r-- | src/dxr3/video_out_dxr3.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dxr3/video_out_dxr3.c b/src/dxr3/video_out_dxr3.c index b81d8ac01..71f66030a 100644 --- a/src/dxr3/video_out_dxr3.c +++ b/src/dxr3/video_out_dxr3.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: video_out_dxr3.c,v 1.116 2006/06/18 20:29:04 dgp85 Exp $ + * $Id: video_out_dxr3.c,v 1.117 2006/07/17 17:19:51 dsalt Exp $ */ /* mpeg1 encoding video out plugin for the dxr3. @@ -91,7 +91,7 @@ static const vo_info_t vo_info_dxr3_aa = { XINE_VISUAL_TYPE_AA /* visual type */ }; -const plugin_info_t xine_plugin_info[] = { +const plugin_info_t xine_plugin_info[] EXPORTED = { /* type, API, "name", version, special_info, init_function */ #ifdef HAVE_X11 { PLUGIN_VIDEO_OUT, 21, "dxr3", XINE_VERSION_CODE, &vo_info_dxr3_x11, &dxr3_x11_init_plugin }, |