1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-04 09:11:33 +02:00

Python bindings fixed for the new mediacontrol headers

This commit is contained in:
Filippo Carone 2005-12-14 17:52:33 +00:00
parent 5918009da6
commit 21e5f396d4

View File

@ -2,7 +2,7 @@
* vlcglue.h: Main header for the Python binding
*****************************************************************************
* Copyright (C) 1998-2004 the VideoLAN team
* $Id: vlc.c 12667 2005-09-25 10:19:26Z zorglub $
* $Id$
*
* Authors: Olivier Aubert <oaubert at bat710.univ-lyon1.fr>
* Clément Stenac <zorglub@videolan.org>
@ -31,6 +31,8 @@
#define __VLC__
#include <stdio.h>
#include <vlc/vlc.h>
#include <vlc/control_structures.h>
#include <vlc/control.h>
#define SELF ((MediaControl*)self)