[MPlayer-cvslog] r37526 - in branches/1.2: . stream/tvi_bsdbt848.c

rtogni subversion at mplayerhq.hu
Wed Sep 16 20:37:00 CEST 2015


Author: rtogni
Date: Wed Sep 16 20:37:00 2015
New Revision: 37526

Log:
Port kfreeBSD compilation fix from r37525

Modified:
   branches/1.2/   (props changed)
   branches/1.2/stream/tvi_bsdbt848.c

Modified: branches/1.2/stream/tvi_bsdbt848.c
==============================================================================
--- branches/1.2/stream/tvi_bsdbt848.c	Wed Sep 16 20:34:19 2015	(r37525)
+++ branches/1.2/stream/tvi_bsdbt848.c	Wed Sep 16 20:37:00 2015	(r37526)
@@ -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