[MPlayer-cvslog] r37525 - trunk/stream/tvi_bsdbt848.c

rtogni subversion at mplayerhq.hu
Wed Sep 16 20:34:19 CEST 2015


Author: rtogni
Date: Wed Sep 16 20:34:19 2015
New Revision: 37525

Log:
Fix build failure in kfreeBSD

Patch by Miguel A. Colón Vélez debian.micove gmail

Modified:
   trunk/stream/tvi_bsdbt848.c

Modified: trunk/stream/tvi_bsdbt848.c
==============================================================================
--- trunk/stream/tvi_bsdbt848.c	Sat Sep 12 17:27:47 2015	(r37524)
+++ trunk/stream/tvi_bsdbt848.c	Wed Sep 16 20:34:19 2015	(r37525)
@@ -27,6 +27,8 @@
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
+#define _BSD_SOURCE
+
 #include "config.h"
 
 #define RINGSIZE 8


More information about the MPlayer-cvslog mailing list