Removed unneeded -Lfoo/bar/ flag from Makefile.
Undef FG_VIEW_INLINE_OPTIMIZATIONS for the moment.
This commit is contained in:
parent
4202c82732
commit
6aa07ad71a
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
if ENABLE_AUDIO_SUPPORT
|
||||
DEFS += -DENABLE_AUDIO_SUPPORT
|
||||
AUDIO_LIBS = -L$(top_builddir)/Lib/plib/src/sl -lsl -lsm
|
||||
AUDIO_LIBS = -lsl -lsm
|
||||
endif
|
||||
|
||||
if ENABLE_IRIX_AUDIO
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
// from matrices we have allready computed
|
||||
// rather then performing 'textbook algebra' to rederive them
|
||||
// Norman Vine -- nhv@yahoo.com
|
||||
#define FG_VIEW_INLINE_OPTIMIZATIONS
|
||||
// #define FG_VIEW_INLINE_OPTIMIZATIONS
|
||||
|
||||
// temporary (hopefully) hack
|
||||
static int panel_hist = 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue