Changeset 21e5f396d435c593c22a439a7650a2de00792c25

Show
Ignore:
Timestamp:
12/14/05 18:52:33 (3 years ago)
Author:
Filippo Carone <littlejohn@videolan.org>
git-committer:
Filippo Carone <littlejohn@videolan.org> 1134582753 +0000
git-parent:

[5918009da6e71f2fd93cbff9e3f1581cb9d47d2d]

git-author:
Filippo Carone <littlejohn@videolan.org> 1134582753 +0000
Message:

Python bindings fixed for the new mediacontrol headers

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • bindings/python/vlcglue.h

    r4208865 r21e5f39  
    33 ***************************************************************************** 
    44 * Copyright (C) 1998-2004 the VideoLAN team 
    5  * $Id: vlc.c 12667 2005-09-25 10:19:26Z zorglub
     5 * $Id
    66 * 
    77 * Authors: Olivier Aubert <oaubert at bat710.univ-lyon1.fr> 
     
    3232 
    3333#include <stdio.h> 
     34#include <vlc/vlc.h> 
     35#include <vlc/control_structures.h> 
    3436#include <vlc/control.h> 
    3537