[longomatch] export properly function on windows



commit 478246c8dcc69d20c44ee265b3cf5c0cda1d1e7b
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Mon Apr 8 15:49:36 2013 +0200

    export properly function on windows

 libcesarplayer/video-utils.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libcesarplayer/video-utils.h b/libcesarplayer/video-utils.h
index a23e0c5..3825683 100644
--- a/libcesarplayer/video-utils.h
+++ b/libcesarplayer/video-utils.h
@@ -63,7 +63,7 @@ void totem_widget_set_preferred_size (GtkWidget * widget, gint width,
 gboolean totem_ratio_fits_screen (GdkWindow * window, int video_width,
     int video_height, gfloat ratio);
 
-void init_backend (int argc, char **argv);
+EXPORT void init_backend (int argc, char **argv);
 guintptr gst_get_window_handle (GdkWindow *window);
 void gst_set_window_handle (GstXOverlay *overlay, guintptr window_handle);
 void init_debug();


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]