diff options
Diffstat (limited to 'layer_video.h')
-rw-r--r-- | layer_video.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layer_video.h b/layer_video.h index 9b864d2..c3a4806 100644 --- a/layer_video.h +++ b/layer_video.h @@ -12,7 +12,7 @@ #include "layer.h" class LayerVideo : public Layer { - libvlc_instance_t *vlcinst; + static libvlc_instance_t *vlcinst; libvlc_media_player_t *mp; SDL_Surface *surf; |