[vlc-devel] Python bindings (vlcinternal build problem?)
Olivier Aubert
olivier.aubert at liris.cnrs.fr
Fri Jan 18 15:22:05 CET 2008
> --- mediacontrol_structures.h 2008-01-17 06:50:26.000000000 -0600
> +++ mediacontrol_structures.h.mine 2008-01-17 06:50:00.000000000 -0600
> @@ -84,7 +84,7 @@
> typedef struct {
> int width;
> int height;
> - int32_t type;
> + u_int32_t type;
> int64_t date;
> int size;
> char *data;
Strange. In the repository, type is defined as uint32_t (which u_int32_t
is also a typedef for anyway) since rev. 22709, so I cannot figure where
your source really comes from.
> Now if I'm trying to execute the setup-internal.py script in bindings/python:
> [...]
It is just that some internal features of VLC have been even more
"privatized". It is now fixed in svn. Please be aware that vlc_internal,
as its name implies, is really doing things it should not do (accessing
private variables, etc), and should only be used by knowledgeable
people.
Olivier
More information about the vlc-devel
mailing list