[vlc-devel] commit: Remove enums from public APIs ( Rémi Denis-Courmont )
Pierre d'Herbemont
pdherbemont at free.fr
Mon Jul 6 05:02:12 CEST 2009
On Sun, Jul 5, 2009 at 7:18 PM, Pierre Ynard<linkfanel at yahoo.fr> wrote:
>> vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Mon Jun 29 18:38:32 2009 +0300| [3d0ef0165c1c9189192d6f7dad3fd5901db6034c] | committer: Rémi Denis-Courmont
>>
>> Remove enums from public APIs
>
> This commit breaks compilation of test/libvlc/media_player.c:
>
> libvlc/media_player.c:51: error: 'libvlc_state_t' undeclared (first use
> in this function)
>
> However since I'm a little clueless, I'm not sure whether the
> 'libvlc_state_t' there must be replaced by 'enum libvlc_state_t' or
> 'unsigned'
This should be fixed.
The original issue is not yet fixed. Don't build your VLC app with -fshort-enum.
Pierre.
More information about the vlc-devel
mailing list