Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xiph/speex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjm <jm@0101bb08-14d6-0310-b084-bc0e0c8e3800>2007-12-08 13:07:00 +0300
committerjm <jm@0101bb08-14d6-0310-b084-bc0e0c8e3800>2007-12-08 13:07:00 +0300
commitdd01771b2a0dda3d9fff458ee88d504cbc4b23ef (patch)
tree26ff5c37f9f6155090fa07c2e5916e2af0c54203 /src
parentc0c8853f11a8298e460f65dea6e64ca966925d90 (diff)
MinGW support by mikael Magnusson and last updates for 1.2beta3.Speex-1.2beta3
git-svn-id: http://svn.xiph.org/trunk/speex@14283 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'src')
-rw-r--r--src/speexdec.c2
-rw-r--r--src/speexenc.c2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/speexdec.c b/src/speexdec.c
index b8252b5..76b6892 100644
--- a/src/speexdec.c
+++ b/src/speexdec.c
@@ -36,6 +36,8 @@
#include <stdio.h>
#if !defined WIN32 && !defined _WIN32
#include <unistd.h>
+#endif
+#ifdef HAVE_GETOPT_H
#include <getopt.h>
#endif
#ifndef HAVE_GETOPT_LONG
diff --git a/src/speexenc.c b/src/speexenc.c
index 52f7117..2d1e639 100644
--- a/src/speexenc.c
+++ b/src/speexenc.c
@@ -36,6 +36,8 @@
#include <stdio.h>
#if !defined WIN32 && !defined _WIN32
#include <unistd.h>
+#endif
+#ifdef HAVE_GETOPT_H
#include <getopt.h>
#endif
#ifndef HAVE_GETOPT_LONG