Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5473 in orxonox.OLD


Ignore:
Timestamp:
Nov 3, 2005, 1:24:18 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: sound-engine finishes faster.

Location:
trunk/src/lib/sound
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/sound/Makefile.in

    r5465 r5473  
    1 # Makefile.in generated by automake 1.8.5 from Makefile.am.
     1# Makefile.in generated by automake 1.9.5 from Makefile.am.
    22# @configure_input@
    33
    44# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
    5 # 2003, 2004  Free Software Foundation, Inc.
     5# 2003, 2004, 2005  Free Software Foundation, Inc.
    66# This Makefile.in is free software; the Free Software Foundation
    77# gives unlimited permission to copy and/or distribute it,
     
    3838PRE_UNINSTALL = :
    3939POST_UNINSTALL = :
     40build_triplet = @build@
    4041host_triplet = @host@
     42target_triplet = @target@
    4143subdir = src/lib/sound
    4244DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
     
    6163depcomp = $(SHELL) $(top_srcdir)/depcomp
    6264am__depfiles_maybe = depfiles
    63 @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/ogg_player.Po \
    64 @AMDEP_TRUE@    ./$(DEPDIR)/sound_buffer.Po \
    65 @AMDEP_TRUE@    ./$(DEPDIR)/sound_engine.Po \
    66 @AMDEP_TRUE@    ./$(DEPDIR)/sound_source.Po
    6765CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
    6866        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
     
    152150am__leading_dot = @am__leading_dot@
    153151am__quote = @am__quote@
     152am__tar = @am__tar@
     153am__untar = @am__untar@
    154154bindir = @bindir@
    155155build = @build@
     
    252252@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
    253253@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    254 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
    255 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
     254@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    256255@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
    257256
     
    260259@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
    261260@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    262 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
    263 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
     261@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    264262@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
    265263uninstall-info-am:
     
    363361
    364362distclean-generic:
    365         -rm -f $(CONFIG_CLEAN_FILES)
     363        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
    366364
    367365maintainer-clean-generic:
  • trunk/src/lib/sound/sound_engine.cc

    r5427 r5473  
    8787
    8888  // removing openAL from AudioResource
    89   alutExit();
     89  //! @todo this should be terminated through alc
     90  //alutExit();
    9091
    9192  SoundEngine::singletonRef = NULL;
Note: See TracChangeset for help on using the changeset viewer.