Commit 25aa7cd6 authored by Olivier Aubert's avatar Olivier Aubert

include/vlc/mediacontrol_structures.h: use u_int32_t instead of uint32_t,...

include/vlc/mediacontrol_structures.h: use u_int32_t instead of uint32_t, since some versions of gcc seem to get confused (reported by Etienne Robillard)
parent 8f3d5d03
......@@ -84,7 +84,7 @@ typedef struct {
typedef struct {
int width;
int height;
uint32_t type;
u_int32_t type;
int64_t date;
int size;
char *data;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment