gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] [SCM] Gnash branch, hwaccel, updated. release_0_8_9_final


From: Rob Savoye
Subject: [Gnash-commit] [SCM] Gnash branch, hwaccel, updated. release_0_8_9_final-772-gcf34856
Date: Tue, 03 May 2011 01:58:08 +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, hwaccel has been updated
       via  cf34856d6cdf5013d57e615f1efa7f2e8d4fde28 (commit)
       via  f0c9f04a10806eb17c58ea3aa4d5dab626ad7615 (commit)
      from  3305d06784a094be758fb8b4ed84b1ea6a212092 (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=cf34856d6cdf5013d57e615f1efa7f2e8d4fde28


commit cf34856d6cdf5013d57e615f1efa7f2e8d4fde28
Author: Rob Savoye <address@hidden>
Date:   Mon May 2 19:55:01 2011 -0600

    Gnash*Texture files moved to librender

diff --git a/libbase/Makefile.am b/libbase/Makefile.am
index 8f7ea8e..7487a16 100644
--- a/libbase/Makefile.am
+++ b/libbase/Makefile.am
@@ -138,13 +138,6 @@ libgnashbase_la_SOURCES += \
        $(NULL)
 endif
 
-if BUILD_OGL_RENDERER
-libgnashbase_la_SOURCES += \
-       GnashTexture.cpp \
-       GnashTexture.h \
-       $(NULL)
-endif
-
 if HAVE_VAAPI
 libgnashbase_la_SOURCES += \
        GnashVaapiImage.cpp \
@@ -152,13 +145,6 @@ libgnashbase_la_SOURCES += \
        GnashVaapiImageProxy.h \
        $(NULL)
 
-if HAVE_VAAPI_GLX
-libgnashbase_la_SOURCES += \
-       GnashTexture.h \
-       GnashVaapiTexture.cpp \
-       GnashVaapiTexture.h \
-       $(NULL)
-endif
 endif
 
 

http://git.savannah.gnu.org/cgit//commit/?id=f0c9f04a10806eb17c58ea3aa4d5dab626ad7615


commit f0c9f04a10806eb17c58ea3aa4d5dab626ad7615
Author: Rob Savoye <address@hidden>
Date:   Mon May 2 19:53:40 2011 -0600

    vaapi headers need vaapi/ prefixed to the name.

diff --git a/libdevice/vaapi/vaapi.am b/libdevice/vaapi/vaapi.am
index fb5e840..f6a18e7 100644
--- a/libdevice/vaapi/vaapi.am
+++ b/libdevice/vaapi/vaapi.am
@@ -57,9 +57,9 @@ libgnashvaapi_la_LIBADD += \
        $(NULL)
 
 libgnashvaapi_la_SOURCES += \
-       VaapiDisplayGLX.h \
-       VaapiSurfaceGLX.cpp \
-       VaapiSurfaceGLX.h \
+       vaapi/VaapiDisplayGLX.h \
+       vaapi/VaapiSurfaceGLX.cpp \
+       vaapi/VaapiSurfaceGLX.h \
        $(NULL)
 endif
 

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

Summary of changes:
 libbase/Makefile.am      |   14 --------------
 libdevice/vaapi/vaapi.am |    6 +++---
 2 files changed, 3 insertions(+), 17 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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