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 { ...@@ -84,7 +84,7 @@ typedef struct {
typedef struct { typedef struct {
int width; int width;
int height; int height;
uint32_t type; u_int32_t type;
int64_t date; int64_t date;
int size; int size;
char *data; 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