gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] [SCM] Gnash branch, master, updated. 68db32d4c765b76a3d2c


From: Markus Gothe
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. 68db32d4c765b76a3d2cfbf2d218f7d58bad654d
Date: Fri, 07 Jan 2011 17:40:09 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  68db32d4c765b76a3d2cfbf2d218f7d58bad654d (commit)
      from  3b784c5782413624299ba5711e975ebbc814e492 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=68db32d4c765b76a3d2cfbf2d218f7d58bad654d


commit 68db32d4c765b76a3d2cfbf2d218f7d58bad654d
Author: Markus Gothe <address@hidden>
Date:   Fri Jan 7 18:38:59 2011 +0100

    Fix for Xvlib.h

diff --git a/gui/gtk/gtk.cpp b/gui/gtk/gtk.cpp
index fe86993..352d712 100644
--- a/gui/gtk/gtk.cpp
+++ b/gui/gtk/gtk.cpp
@@ -42,8 +42,10 @@
 # include <X11/keysym.h>
 # include <gdk/gdkx.h>
 # include <X11/Xlib.h>
-# include <X11/extensions/Xv.h>
-# include <X11/extensions/Xvlib.h>
+# ifdef HAVE_XV
+#  include <X11/extensions/Xv.h>
+#  include <X11/extensions/Xvlib.h>
+# endif
 #endif
 
 #include "log.h"

-----------------------------------------------------------------------

Summary of changes:
 gui/gtk/gtk.cpp |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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