Changeset 21e5f396d435c593c22a439a7650a2de00792c25
- 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
| r4208865 |
r21e5f39 |
|
| 3 | 3 | ***************************************************************************** |
|---|
| 4 | 4 | * Copyright (C) 1998-2004 the VideoLAN team |
|---|
| 5 | | * $Id: vlc.c 12667 2005-09-25 10:19:26Z zorglub $ |
|---|
| | 5 | * $Id$ |
|---|
| 6 | 6 | * |
|---|
| 7 | 7 | * Authors: Olivier Aubert <oaubert at bat710.univ-lyon1.fr> |
|---|
| … | … | |
| 32 | 32 | |
|---|
| 33 | 33 | #include <stdio.h> |
|---|
| | 34 | #include <vlc/vlc.h> |
|---|
| | 35 | #include <vlc/control_structures.h> |
|---|
| 34 | 36 | #include <vlc/control.h> |
|---|
| 35 | 37 | |
|---|