summaryrefslogtreecommitdiff
path: root/graphics/gnash/files/patch-libbase-Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/gnash/files/patch-libbase-Makefile.am')
-rw-r--r--graphics/gnash/files/patch-libbase-Makefile.am25
1 files changed, 25 insertions, 0 deletions
diff --git a/graphics/gnash/files/patch-libbase-Makefile.am b/graphics/gnash/files/patch-libbase-Makefile.am
new file mode 100644
index 000000000000..90e2e60819e2
--- /dev/null
+++ b/graphics/gnash/files/patch-libbase-Makefile.am
@@ -0,0 +1,25 @@
+--- libbase/Makefile.am.orig 2016-07-21 12:25:09 UTC
++++ libbase/Makefile.am
+@@ -135,6 +135,7 @@ libgnashbase_la_SOURCES += \
+ endif
+
+ if HAVE_VAAPI
++if HAVE_VAAPI_GLX
+ libgnashbase_la_SOURCES += \
+ GnashVaapiImage.cpp \
+ GnashVaapiImage.h \
+@@ -143,6 +144,14 @@ libgnashbase_la_SOURCES += \
+ GnashVaapiTexture.h \
+ $(NULL)
+
++else
++libgnashbase_la_SOURCES += \
++ GnashVaapiImage.cpp \
++ GnashVaapiImage.h \
++ GnashVaapiImageProxy.h \
++ $(NULL)
++
++endif
+ endif
+
+