]> git.sesse.net Git - vlc/blobdiff - modules/video_output/ggi.c
Copy modules/codec/telx.c to modules/codec/zvbi.c
[vlc] / modules / video_output / ggi.c
index 01e9e86e784be3060a68fadc0544eab9b75d567b..37a98ee1178729ba950b160271298502c416d845 100644 (file)
@@ -32,8 +32,8 @@
 #include <ggi/ggi.h>
 
 #include <vlc/vlc.h>
-#include <vlc/intf.h>
-#include <vlc/vout.h>
+#include <vlc_interface.h>
+#include <vlc_vout.h>
 
 /*****************************************************************************
  * Local prototypes
@@ -293,7 +293,7 @@ static int Manage( vout_thread_t *p_vout )
                     case 'q':
                     case 'Q':
                     case GIIUC_Escape:
-                        p_vout->p_vlc->b_die = 1;
+                        vlc_object_kill( p_vout->p_libvlc );
                         break;
 
                     default: