[FFmpeg-cvslog] r24893 - trunk/ffplay.c
diego
subversion
Mon Aug 23 23:12:34 CEST 2010
Author: diego
Date: Mon Aug 23 23:12:34 2010
New Revision: 24893
Log:
Add _XOPEN_SOURCE definition for usleep().
patch by Dave Yeo, daveryeo telus net
Modified:
trunk/ffplay.c
Modified: trunk/ffplay.c
==============================================================================
--- trunk/ffplay.c Mon Aug 23 22:00:03 2010 (r24892)
+++ trunk/ffplay.c Mon Aug 23 23:12:34 2010 (r24893)
@@ -19,6 +19,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#define _XOPEN_SOURCE 600
+
#include "config.h"
#include <inttypes.h>
#include <math.h>
More information about the ffmpeg-cvslog
mailing list