Revert removal of _NETBSD_SOURCE definition.
authorDiego Biurrun <diego@biurrun.de>
Sun, 21 Mar 2010 09:24:04 +0000 (09:24 +0000)
committerDiego Biurrun <diego@biurrun.de>
Sun, 21 Mar 2010 09:24:04 +0000 (09:24 +0000)
It is indeed necessary to compile on NetBSD.

Originally committed as revision 22613 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavdevice/bktr.c

index 942f58d..c63d79e 100644 (file)
@@ -25,6 +25,7 @@
  */
 
 #define _BSD_SOURCE 1
+#define _NETBSD_SOURCE
 
 #include "libavformat/avformat.h"
 #if HAVE_DEV_BKTR_IOCTL_METEOR_H && HAVE_DEV_BKTR_IOCTL_BT848_H