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. release_0_8_9_final-


From: Rob Savoye
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-306-gcb9aa89
Date: Thu, 21 Apr 2011 20:45:10 +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  cb9aa89e7ac2cbc4b39d7b5f09b22a045e6050e8 (commit)
      from  3d5783bf91b86369a885a0f5303c34c3f39137c7 (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=cb9aa89e7ac2cbc4b39d7b5f09b22a045e6050e8


commit cb9aa89e7ac2cbc4b39d7b5f09b22a045e6050e8
Author: Rob Savoye <address@hidden>
Date:   Thu Apr 21 14:45:01 2011 -0600

    add LIBVA_LIBS and LIBVA_X11_LIBS to LDADD if VAAPI is enabled to the Cairo 
glue too

diff --git a/gui/gtk/gtk.am b/gui/gtk/gtk.am
index 5d92c13..1e4e5fb 100644
--- a/gui/gtk/gtk.am
+++ b/gui/gtk/gtk.am
@@ -64,7 +64,12 @@ if BUILD_CAIRO_RENDERER
 gtk_gnash_CPPFLAGS += $(CAIRO_CFLAGS)
 gtk_gnash_SOURCES += gtk/gtk_glue_cairo.cpp gtk/gtk_glue_cairo.h 
 gtk_gnash_LDADD = $(top_builddir)/librender/libgnashrender.la \
-               $(GNASH_LIBS) $(GTK_LIBS) $(CAIRO_LIBS)
+       $(GNASH_LIBS) \
+       $(GTK_LIBS) \
+       $(CAIRO_LIBS) \
+       $(LIBVA_LIBS) \
+       $(LIBVA_X11_LIBS) \
+       $(NULL)
 endif  # BUILD_CAIRO_RENDERER
 
 endif  # BUILD_GTK_GUI

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

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


hooks/post-receive
-- 
Gnash



reply via email to

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