gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r11472: Build the default media hand


From: Rob Savoye
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11472: Build the default media handler even if no media is specified so the class at the least exists.
Date: Thu, 03 Sep 2009 22:11:18 -0600
User-agent: Bazaar (1.16.1)

------------------------------------------------------------
revno: 11472
committer: Rob Savoye <address@hidden>
branch nick: trunk
timestamp: Thu 2009-09-03 22:11:18 -0600
message:
  Build the default media handler even if no media is specified so the class at 
the least exists.
modified:
  libcore/asobj/flash/media/Microphone_as.cpp
=== modified file 'libcore/asobj/flash/media/Microphone_as.cpp'
--- a/libcore/asobj/flash/media/Microphone_as.cpp       2009-08-28 11:21:24 
+0000
+++ b/libcore/asobj/flash/media/Microphone_as.cpp       2009-09-04 04:11:18 
+0000
@@ -37,7 +37,7 @@
 #include "gst/AudioInputGst.h"
 #endif
 
-#ifdef USE_FFMPEG
+#ifndef USE_GST
 #include "AudioInput.h"
 #endif
 
@@ -156,7 +156,9 @@
 };
 #endif
 
-#ifdef USE_FFMPEG
+// FIXME: this should be USE_FFMPEG, but Microphone has no ffmpeg
+// support yet.
+#ifndef USE_GST
 class microphone_as_object: public as_object, public media::AudioInput
 {
 


reply via email to

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