aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authortaw27 <taw27@84d2e878-0bd5-11dd-ad15-13eda11d74c5>2008-06-30 12:47:23 +0000
committertaw27 <taw27@84d2e878-0bd5-11dd-ad15-13eda11d74c5>2008-06-30 12:47:23 +0000
commit7fb0b41b6e319d835de5d5fadb27cd29bafe56ca (patch)
treeb6d6c9510c72584ad68d5d5e890172e3090c04fc /configure.ac
parentf65ea1c43238b6e75c49a87b3aee3156fd00343e (diff)
Decode and convert Vorbis files in a separate thread
git-svn-id: svn://cook.msm.cam.ac.uk:745/thrust3d/thrust3d@122 84d2e878-0bd5-11dd-ad15-13eda11d74c5
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 01b7e6d..b592d4f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -63,7 +63,7 @@ else
AC_MSG_ERROR([*** vorbisfile not found. Do you have 'libvorbis-dev' or similar installed?])
fi
-CFLAGS="$CFLAGS $LIBSDL_CFLAGS $OPENGL_CFLAGS $LIBPNG_CFLAGS $VORBISFILE_CFLAGS"
+CFLAGS="$CFLAGS $LIBSDL_CFLAGS $OPENGL_CFLAGS $LIBPNG_CFLAGS $VORBISFILE_CFLAGS -pthread"
LIBS="$LIBS $LIBSDL_LIBS $OPENGL_LIBS $GLU_LIBS $GLEW_LIBS $LIBPNG_LIBS $VORBISFILE_LIBS"
AC_OUTPUT(Makefile src/Makefile data/Makefile)