summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorJosh Coalson <jcoalson@users.sourceforce.net>2004-12-30 01:09:53 +0000
committerJosh Coalson <jcoalson@users.sourceforce.net>2004-12-30 01:09:53 +0000
commit81b3cae6d5e00cef9e7450934ae07b4dc63a8aaf (patch)
treeef1148e332550847cbe200ed49faccc1b1a1f395 /build
parentd56ac5951826231816102a4b95fab9760d046cc8 (diff)
downloadflac-81b3cae6d5e00cef9e7450934ae07b4dc63a8aaf.tar.gz
revamp plugin_common to use utf-8 instead of wchar_t as the internal comment format
Diffstat (limited to 'build')
-rw-r--r--build/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/config.mk b/build/config.mk
index aa80afa6..2dbf799d 100644
--- a/build/config.mk
+++ b/build/config.mk
@@ -42,7 +42,7 @@ all default: $(DEFAULT_BUILD)
VERSION=\"1.1.1\"
-CONFIG_CFLAGS=-D_GNU_SOURCE -DHAVE_INTTYPES_H -DHAVE_WCSDUP -DHAVE_WCSCASECMP -DFLAC__HAS_OGG
+CONFIG_CFLAGS=-D_GNU_SOURCE -DHAVE_INTTYPES_H -DFLAC__HAS_OGG
OGG_INCLUDE_DIR=$(HOME)/local/include
OGG_LIB_DIR=$(HOME)/local/lib