Skip to content

Commit

Permalink
Add comments about PORTAUDIO API version comment out use of PORTAUDIO…
Browse files Browse the repository at this point in the history
… library for now.

svn path=/trunk/; revision=19161
  • Loading branch information
AndersBroman committed Sep 6, 2006
1 parent 57bdace commit 5534f74
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions config.nmake
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,12 @@ LUA_DIR=$(WIRESHARK_LIBS)\lua5.1
# If you don't have PORTAUDIO, comment this line out, so that
# PORTAUDIO_DIR isn't defined.
#
PORTAUDIO_DIR=$(WIRESHARK_LIBS)\portaudio_v18_1
PORTAUDIO_API_CONFIG=^#define PORTAUDIO_API_1 1
# PORTAUDIO_DIR=$(WIRESHARK_LIBS)\portaudio_v18_1

# If the PORTAUDIO library is used this line must be uncommented if v18
# is used. V18 uses API version 1 and v19 API version 2
#
# PORTAUDIO_API_CONFIG=^#define PORTAUDIO_API_1 1


#
Expand Down

0 comments on commit 5534f74

Please sign in to comment.