[vlc-commits] Atmo: fix compilation

Jean-Baptiste Kempf git at videolan.org
Sat May 14 19:12:52 CEST 2011


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat May 14 19:12:43 2011 +0200| [5de4956b3c1b5035094e318ae848f873281222f1] | committer: Jean-Baptiste Kempf

Atmo: fix compilation

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5de4956b3c1b5035094e318ae848f873281222f1
---

 modules/video_filter/atmo/atmo.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/video_filter/atmo/atmo.cpp b/modules/video_filter/atmo/atmo.cpp
index d3c8d74..119661a 100644
--- a/modules/video_filter/atmo/atmo.cpp
+++ b/modules/video_filter/atmo/atmo.cpp
@@ -1838,7 +1838,7 @@ static void Atmo_SetupParameters(filter_t *p_filter)
           COM Server for AtmoLight not running ?
           if the exe path is configured try to start the "userspace" driver
         */
-        psz_path = var_CreateGetStringCommand( p_filter,
+        char *psz_path = var_CreateGetStringCommand( p_filter,
                                                CFG_PREFIX "atmowinexe" );
         if(psz_path != NULL)
         {



More information about the vlc-commits mailing list