]> git.sesse.net Git - vlc/commitdiff
Revert "libvlc does not need an object name"
authorAntoine Cellerier <dionoea@videolan.org>
Sat, 6 Sep 2008 13:08:50 +0000 (15:08 +0200)
committerAntoine Cellerier <dionoea@videolan.org>
Sat, 6 Sep 2008 13:12:46 +0000 (15:12 +0200)
This prevents the libvlc object from having it's name set to
"memcpymmxext" by module_Need.
This reverts commit 15e7d1822c4da76b23df3530924022771a56c39f.

src/libvlc.c

index a56443063fd5a7e17cbdd270b3ec2f16145f4001..dc5020d60a0bc8f22fb4d71e6540c94ffc55ae8c 100644 (file)
@@ -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 );