[SCM] libav/experimental: Add _NETBSD_SOURCE definition to fix compilation on NetBSD. NetBSD is unlikely to fix their headers and the FATE box passes it as -D_NETBSD_SOURCE on the command line anyway. In this case, it's better to keep the hack well-contained within this file. Closes issue 886. patch by Jorge Acereda, jacereda brainstorm es

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:02:31 UTC 2013


The following commit has been merged in the experimental branch:
commit d5963ee64aa07295d5058f6400b8f1794123122a
Author: Jorge Acereda <jacereda at brainstorm.es>
Date:   Wed Mar 3 09:16:45 2010 +0000

    Add _NETBSD_SOURCE definition to fix compilation on NetBSD.
    NetBSD is unlikely to fix their headers and the FATE box passes it
    as -D_NETBSD_SOURCE on the command line anyway. In this case, it's
    better to keep the hack well-contained within this file.
    Closes issue 886.
    patch by Jorge Acereda, jacereda brainstorm es
    
    Originally committed as revision 22164 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavdevice/bktr.c b/libavdevice/bktr.c
index 33744aa..744fa0f 100644
--- a/libavdevice/bktr.c
+++ b/libavdevice/bktr.c
@@ -25,6 +25,8 @@
  */
 
 #define _BSD_SOURCE 1
+#define _NETBSD_SOURCE
+
 #include "libavformat/avformat.h"
 #if HAVE_DEV_BKTR_IOCTL_METEOR_H && HAVE_DEV_BKTR_IOCTL_BT848_H
 # include <dev/bktr/ioctl_meteor.h>

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list