gnash-dev
[Top][All Lists]
Advanced

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

Re: [Gnash-dev] Patch which fixes compiling Gnash without GStreamer


From: strk
Subject: Re: [Gnash-dev] Patch which fixes compiling Gnash without GStreamer
Date: Sun, 4 Apr 2010 16:34:06 +0200

Committed, thanks and happy holidays.

--strk;

  ()   Free GIS & Flash consultant/developer
  /\   http://strk.keybit.net/services.html

On Sat, Apr 03, 2010 at 06:52:22PM +0200, Nico R. wrote:
> I tried to compile Gnash, but with GStreamer support disabled, which
> revealed a small bug.
> 
> Patch attached.
> 
> Happy Easter holidays!
> -- 
> Nico

> === modified file 'gui/pythonmod/gnash-view.cpp'
> --- gui/pythonmod/gnash-view.cpp      2010-03-14 02:26:46 +0000
> +++ gui/pythonmod/gnash-view.cpp      2010-04-03 15:00:01 +0000
> @@ -225,7 +225,7 @@
>      view->media_handler.reset( new gnash::media::gst::MediaHandlerGst() );
>      gnash::media::MediaHandler::set(view->media_handler);
>  #else
> -    log_error(_("No media support compiled in"));
> +    gnash::log_error(_("No media support compiled in"));
>  #endif    
>  
>      // Init sound
> 







reply via email to

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