projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de40eb8
)
Define _BSD_SOURCE in bktr.c, dev/ic/bt8xx.h needs the u_short etc. typedefs,
author
Reimar Döffinger
<Reimar.Doeffinger@gmx.de>
Sat, 13 Dec 2008 09:16:12 +0000
(09:16 +0000)
committer
Reimar Döffinger
<Reimar.Doeffinger@gmx.de>
Sat, 13 Dec 2008 09:16:12 +0000
(09:16 +0000)
which sys/types.h will not generate without this.
Originally committed as revision 16089 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavdevice/bktr.c
patch
|
blob
|
history
diff --git
a/libavdevice/bktr.c
b/libavdevice/bktr.c
index 7b37f1115986b8256104a8e72ac34f424762dd82..ea9a6e25e112531efa7b4cafe69bc3300aedad99 100644
(file)
--- a/
libavdevice/bktr.c
+++ b/
libavdevice/bktr.c
@@
-24,6
+24,7
@@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#define _BSD_SOURCE 1
#include "libavformat/avformat.h"
#if defined (HAVE_DEV_BKTR_IOCTL_METEOR_H) && defined (HAVE_DEV_BKTR_IOCTL_BT848_H)
# include <dev/bktr/ioctl_meteor.h>