Skip to content

Commit 56c7bab

Browse files
author
oddsock
committed
mostly win32 project updates
added config.h added win32 specific README for certain build options git-svn-id: http://svn.xiph.org/trunk/speex@7150 0101bb08-14d6-0310-b084-bc0e0c8e3800
1 parent 33886da commit 56c7bab

File tree

12 files changed

+999
-592
lines changed

12 files changed

+999
-592
lines changed

README.win32

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Win32 Specific options
2+
3+
In order to enable the following options within Speex, you will need to manually edit the project options for the appropriate VC configuration. These macros can be specified by adding them as "Preprocessor Definitions" under the appropriate Configuration's project options. If you don't know how to do this, please check your Visual C documentation.
4+
5+
Feature:
6+
7+
Intel Streaming SIMD Extensions - SSE - macro: USE_SSE
8+
Fixed point - macro: FIXED_POINT
9+
Epic 48 - macro: EPIC_48K
10+
11+
Note: USE_SSE and FIXED_POINT are mutually exclusive.

win32/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55

66
SUBDIRS = libspeex speexenc speexdec
77

8-
EXTRA_DIST = speex.iss speexlogo.bmp
8+
EXTRA_DIST = speex.iss

win32/config.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
#define inline __inline

win32/libspeex/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# Disable automatic dependency tracking if using other tools than gcc and gmake
44
#AUTOMAKE_OPTIONS = no-dependencies
55

6-
EXTRA_DIST = libspeex.dsp libspeex.dsw
6+
EXTRA_DIST = libspeex.dsp libspeex.dsw libspeex_dynamic.dsp speex.def

0 commit comments

Comments
 (0)