From e461053c7833553c5ea9b88f3c8db28c02b4f126 Mon Sep 17 00:00:00 2001 From: curt Date: Wed, 17 Jun 1998 21:35:10 +0000 Subject: [PATCH] Refined conditional audio support compilation. Moved texture parameter setup calls to ../Scenery/materials.cxx #include before various STL includes. Make HUD default state be enabled. --- Main/GLUTmain.cxx | 25 ++++++++++++------------- Main/Makefile.am | 12 +++++++++--- Main/airports.hxx | 8 +++++++- Main/fg_init.cxx | 7 +++++++ Main/options.cxx | 8 +++++++- 5 files changed, 42 insertions(+), 18 deletions(-) diff --git a/Main/GLUTmain.cxx b/Main/GLUTmain.cxx index b80378d16..c85e8f15a 100644 --- a/Main/GLUTmain.cxx +++ b/Main/GLUTmain.cxx @@ -52,9 +52,9 @@ #include #include -#ifdef HAVE_OSS_AUDIO -# include