summaryrefslogtreecommitdiff
path: root/src/test_libFLAC
diff options
context:
space:
mode:
authorErik de Castro Lopo <erikd@mega-nerd.com>2016-01-04 11:29:03 +1100
committerErik de Castro Lopo <erikd@mega-nerd.com>2016-01-04 11:47:21 +1100
commita3224c0434ce2c11f37bbeb4bb44a343771a6f7f (patch)
tree1fb6cf390ce68f329102ec480428980d5e60b15c /src/test_libFLAC
parent6cc1cbad2c40a4406fd911445b86b3df2291dd79 (diff)
downloadflac-a3224c0434ce2c11f37bbeb4bb44a343771a6f7f.tar.gz
configure.ac: Add --enable-64-bit-words option
The old 32 bit words the default which can be overridded with this configure option.
Diffstat (limited to 'src/test_libFLAC')
-rw-r--r--src/test_libFLAC/bitwriter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test_libFLAC/bitwriter.c b/src/test_libFLAC/bitwriter.c
index d8f744c9..303c1373 100644
--- a/src/test_libFLAC/bitwriter.c
+++ b/src/test_libFLAC/bitwriter.c
@@ -33,7 +33,7 @@
* the definition here to get at the internals. Make sure this is kept up
* to date with what is in ../libFLAC/bitwriter.c
*/
-#if 1
+#if (ENABLE_64_BIT_WORDS == 0)
typedef FLAC__uint32 bwword;
#define FLAC__BYTES_PER_WORD 4