]> git.sesse.net Git - vlc/blobdiff - plugins/ggi/vout_ggi.c
* Ported Glide and MGA plugins to the new module API. MGA never worked,
[vlc] / plugins / ggi / vout_ggi.c
index 4005f13ed5ea35ff970e16a699424d7dedba887e..39942f964e46eca1b54c8a02cb56e096689175f1 100644 (file)
@@ -21,6 +21,9 @@
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
  *****************************************************************************/
 
+#define MODULE_NAME ggi
+#include "modules_inner.h"
+
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
@@ -81,7 +84,7 @@ static void GGICloseDisplay( vout_thread_t *p_vout );
  * Functions exported as capabilities. They are declared as static so that
  * we don't pollute the namespace too much.
  *****************************************************************************/
-void vout_getfunctions( function_list_t * p_function_list )
+void _M( vout_getfunctions )( function_list_t * p_function_list )
 {
     p_function_list->pf_probe = vout_Probe;
     p_function_list->functions.vout.pf_create     = vout_Create;