Commit d049b8aa authored by Gildas Bazin's avatar Gildas Bazin

* src/misc/objects.c: hmmm, did I say vlc_opengl.h was removed ?

parent ff7d97cf
...@@ -48,8 +48,6 @@ ...@@ -48,8 +48,6 @@
#include "vlc_interface.h" #include "vlc_interface.h"
#include "vlc_codec.h" #include "vlc_codec.h"
#include "vlc_opengl.h"
#include "vlc_httpd.h" #include "vlc_httpd.h"
#include "vlc_vlm.h" #include "vlc_vlm.h"
/***************************************************************************** /*****************************************************************************
...@@ -172,7 +170,7 @@ void * __vlc_object_create( vlc_object_t *p_this, int i_type ) ...@@ -172,7 +170,7 @@ void * __vlc_object_create( vlc_object_t *p_this, int i_type )
psz_type = "vlm dameon"; psz_type = "vlm dameon";
break; break;
case VLC_OBJECT_OPENGL: case VLC_OBJECT_OPENGL:
i_size = sizeof( opengl_t ); i_size = sizeof( vout_thread_t );
psz_type = "opengl provider"; psz_type = "opengl provider";
break; break;
case VLC_OBJECT_ANNOUNCE: case VLC_OBJECT_ANNOUNCE:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment