aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/gnash/files/patch-libbase_Makefile.am
blob: b1e893b73a0a9a0168cc91838798da7cafeb336c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
--- libbase/Makefile.am.orig    2016-07-21 14:25:09.000000000 +0200
+++ libbase/Makefile.am 2016-12-13 22:20:48.980088000 +0100
@@ -135,6 +135,7 @@
 endif
 
 if HAVE_VAAPI
+if HAVE_VAAPI_GLX
 libgnashbase_la_SOURCES += \
    GnashVaapiImage.cpp \
    GnashVaapiImage.h \
@@ -143,6 +144,14 @@
    GnashVaapiTexture.h \
    $(NULL)
 
+else
+libgnashbase_la_SOURCES += \
+   GnashVaapiImage.cpp \
+   GnashVaapiImage.h \
+   GnashVaapiImageProxy.h \
+   $(NULL)
+
+endif
 endif