gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/trunk r10087: Fix build without RESAMPLING


From: Benjamin Wolsey
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r10087: Fix build without RESAMPLING_SPEEX defined.
Date: Fri, 24 Oct 2008 22:17:14 +0200
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 10087
committer: Benjamin Wolsey <address@hidden>
branch nick: trunk
timestamp: Fri 2008-10-24 22:17:14 +0200
message:
  Fix build without RESAMPLING_SPEEX defined.
modified:
  libmedia/AudioDecoderSpeex.cpp
=== modified file 'libmedia/AudioDecoderSpeex.cpp'
--- a/libmedia/AudioDecoderSpeex.cpp    2008-10-24 17:11:59 +0000
+++ b/libmedia/AudioDecoderSpeex.cpp    2008-10-24 20:17:14 +0000
@@ -66,8 +66,9 @@
 
     speex_decoder_destroy(_speex_dec_state);
 
-
+#ifdef RESAMPLING_SPEEX
     speex_resampler_destroy(_resampler);
+#endif
 }
 
 struct DecodedFrame : boost::noncopyable


reply via email to

[Prev in Thread] Current Thread [Next in Thread]