2014-09-10 15:52:33 +00:00
|
|
|
Index: libdc1394-2.2.3/dc1394/conversions.c
|
2014-03-08 09:06:01 +00:00
|
|
|
===================================================================
|
2014-09-10 15:52:33 +00:00
|
|
|
--- libdc1394-2.2.3.orig/dc1394/conversions.c
|
|
|
|
+++ libdc1394-2.2.3/dc1394/conversions.c
|
2014-03-08 09:06:01 +00:00
|
|
|
@@ -20,13 +20,12 @@
|
|
|
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
|
|
*/
|
2008-06-25 18:45:42 +00:00
|
|
|
|
2014-03-08 09:06:01 +00:00
|
|
|
+#define _XOPEN_SOURCE
|
2008-06-25 18:45:42 +00:00
|
|
|
#include <string.h>
|
|
|
|
#include <stdlib.h>
|
|
|
|
+#include <unistd.h>
|
|
|
|
#include "conversions.h"
|
|
|
|
|
|
|
|
-// this should disappear...
|
|
|
|
-extern void swab();
|
|
|
|
-
|
|
|
|
/**********************************************************************
|
|
|
|
*
|
|
|
|
* CONVERSION FUNCTIONS TO YUV422
|