Browse Source

libavdevice: Define _XOPEN_SOURCE for usleep

This hopefully fixes build failures on Dragonfly BSD.

Signed-off-by: Martin Storsjö <martin@martin.st>
tags/n0.8
Martin Storsjö 15 years ago
parent
commit
32a128522a
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavdevice/bktr.c

+ 1
- 0
libavdevice/bktr.c View File

@@ -26,6 +26,7 @@

#define _BSD_SOURCE 1
#define _NETBSD_SOURCE
#define _XOPEN_SOURCE 600

#include "libavformat/avformat.h"
#if HAVE_DEV_BKTR_IOCTL_METEOR_H && HAVE_DEV_BKTR_IOCTL_BT848_H


Loading…
Cancel
Save