[MPlayer-cvslog] r32163 - trunk/udp_sync.h
diego
subversion at mplayerhq.hu
Sun Sep 12 00:12:41 CEST 2010
Author: diego
Date: Sun Sep 12 00:12:41 2010
New Revision: 32163
Log:
Add #include for required header mp_core.h; fixes 'make checkheaders'.
Modified:
trunk/udp_sync.h
Modified: trunk/udp_sync.h
==============================================================================
--- trunk/udp_sync.h Sun Sep 12 00:11:40 2010 (r32162)
+++ trunk/udp_sync.h Sun Sep 12 00:12:41 2010 (r32163)
@@ -22,6 +22,8 @@
#ifndef MPLAYER_UDP_SYNC_H
#define MPLAYER_UDP_SYNC_H
+#include "mp_core.h"
+
// config options for UDP sync
extern int udp_master;
extern int udp_slave;
@@ -31,6 +33,6 @@ extern const char *udp_ip; // where the
extern float udp_seek_threshold; // how far off before we seek
void send_udp(const char *send_to_ip, int port, char *mesg);
-int udp_slave_sync(struct MPContext *mpctx);
+int udp_slave_sync(MPContext *mpctx);
#endif /* MPLAYER_UDP_SYNC_H */
More information about the MPlayer-cvslog
mailing list