[vlc-commits] commit: Symbian: modules compilation fix (Jean-Baptiste Kempf )
git at videolan.org
git at videolan.org
Thu Dec 30 21:22:32 CET 2010
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Nov 24 16:19:07 2010 +0100| [e71277e8fbd5fcc1c81b69c8de25fb7c56159df2] | committer: Jean-Baptiste Kempf
Symbian: modules compilation fix
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e71277e8fbd5fcc1c81b69c8de25fb7c56159df2
---
src/modules/modules.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/modules/modules.h b/src/modules/modules.h
index 797b3e3..e42f23a 100644
--- a/src/modules/modules.h
+++ b/src/modules/modules.h
@@ -73,7 +73,7 @@ struct module_cache_t
typedef NSModule module_handle_t;
#elif defined(HAVE_IMAGE_H)
typedef int module_handle_t;
-#elif defined(WIN32) || defined(UNDER_CE)
+#elif defined(WIN32) || defined(UNDER_CE) || defined(__SYMBIAN32__)
typedef void * module_handle_t;
#elif defined(HAVE_DL_DLOPEN)
typedef void * module_handle_t;
More information about the vlc-commits
mailing list