[vlc-commits] commit: aa: fix compilation. ( Rémi Duraffort )

git at videolan.org git at videolan.org
Sun May 30 17:54:03 CEST 2010


vlc/vlc-1.1 | branch: master | Rémi Duraffort <ivoire at videolan.org> | Sun May 30 17:53:50 2010 +0200| [302f29298f9317ba978f8f10dff9d962ed3b3400] | committer: Rémi Duraffort 

aa: fix compilation.

> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=302f29298f9317ba978f8f10dff9d962ed3b3400
---

 modules/video_output/aa.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/video_output/aa.c b/modules/video_output/aa.c
index 5a396dd..b04468e 100644
--- a/modules/video_output/aa.c
+++ b/modules/video_output/aa.c
@@ -148,7 +148,7 @@ static void Close(vlc_object_t *object)
     vout_display_t *vd = (vout_display_t *)object;
     vout_display_sys_t *sys = vd->sys;
 
-    vlc_DestroyKeyTread(sys->keys);
+    vlc_DestroyKeyThread(sys->keys);
     if (sys->pool)
         picture_pool_Delete(sys->pool);
     aa_close(sys->aa_context);



More information about the vlc-commits mailing list