[vlc-devel] [PATCH] libvlc-common.c: 983: passing argument 1 of 'vlm_Delete' from incompatible pointer type
Ibraheem P
ibraheemp at gmail.com
Thu Apr 10 22:06:18 CEST 2008
---
src/libvlc-common.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/libvlc-common.c b/src/libvlc-common.c
index c951a38..aae5437 100644
--- a/src/libvlc-common.c
+++ b/src/libvlc-common.c
@@ -980,7 +980,7 @@ int libvlc_InternalCleanup( libvlc_int_t *p_libvlc )
/* Destroy VLM if created in libvlc_InternalInit */
if( p_libvlc->p_vlm )
{
- vlm_Delete( p_libvlc->p_vlm );
+ vlm_Delete( (vlm_t*)p_libvlc->p_vlm );
}
/* Free interaction */
--
1.5.4.4
More information about the vlc-devel
mailing list