[vlc-devel] commit: Revert "libvlc does not need an object name" (Antoine Cellerier )
git version control
git at videolan.org
Sat Sep 6 15:09:21 CEST 2008
vlc | branch: master | Antoine Cellerier <dionoea at videolan.org> | Sat Sep 6 15:08:50 2008 +0200| [177d9f10b8cc4489a6186acd4d19b42d7040dae2] | committer: Antoine Cellerier
Revert "libvlc does not need an object name"
This prevents the libvlc object from having it's name set to
"memcpymmxext" by module_Need.
This reverts commit 15e7d1822c4da76b23df3530924022771a56c39f.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=177d9f10b8cc4489a6186acd4d19b42d7040dae2
---
src/libvlc.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/libvlc.c b/src/libvlc.c
index a564430..dc5020d 100644
--- a/src/libvlc.c
+++ b/src/libvlc.c
@@ -207,6 +207,7 @@ libvlc_int_t * libvlc_InternalCreate( void )
priv->p_playlist = NULL;
priv->p_interaction = NULL;
priv->p_vlm = NULL;
+ p_libvlc->psz_object_name = strdup( "libvlc" );
/* Initialize message queue */
msg_Create( p_libvlc );
More information about the vlc-devel
mailing list