[FFmpeg-cvslog] r16089 - trunk/libavdevice/bktr.c

reimar subversion
Sat Dec 13 10:16:13 CET 2008


Author: reimar
Date: Sat Dec 13 10:16:12 2008
New Revision: 16089

Log:
Define _BSD_SOURCE in bktr.c, dev/ic/bt8xx.h needs the u_short etc. typedefs,
which sys/types.h will not generate without this.


Modified:
   trunk/libavdevice/bktr.c

Modified: trunk/libavdevice/bktr.c
==============================================================================
--- trunk/libavdevice/bktr.c	(original)
+++ trunk/libavdevice/bktr.c	Sat Dec 13 10:16:12 2008
@@ -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>




More information about the ffmpeg-cvslog mailing list