diff options
author | Emil Velikov <[email protected]> | 2014-09-24 11:54:07 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2014-09-24 11:54:28 +0100 |
commit | a3e9582f09249ad27716ba82c7dfcee685b65d51 (patch) | |
tree | dfd88875e6ea8d0031892fc7cacbc850cc48b080 /src/gallium/targets/vdpau/Makefile.am | |
parent | 5a68432f04e5d6b5492840e5a14e40a00a8d01b8 (diff) |
targets/vl: don't forget to set GALLIUM_STATIC_TARGETS
git rebase failure while dropping out a patch that reworks
the way we build aux/vl.
Signed-off-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/gallium/targets/vdpau/Makefile.am')
-rw-r--r-- | src/gallium/targets/vdpau/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/targets/vdpau/Makefile.am b/src/gallium/targets/vdpau/Makefile.am index ce22508ed57..9bec6a3a44d 100644 --- a/src/gallium/targets/vdpau/Makefile.am +++ b/src/gallium/targets/vdpau/Makefile.am @@ -48,7 +48,7 @@ include $(top_srcdir)/src/gallium/drivers/radeonsi/Automake.inc if HAVE_GALLIUM_STATIC_TARGETS libvdpau_gallium_la_SOURCES += target.c -libvdpau_gallium_la_CPPFLAGS = $(TARGET_CPPFLAGS) +libvdpau_gallium_la_CPPFLAGS = $(TARGET_CPPFLAGS) -DGALLIUM_STATIC_TARGETS=1 libvdpau_gallium_la_LIBADD += $(TARGET_LIB_DEPS) \ $(TARGET_RADEON_WINSYS) $(TARGET_RADEON_COMMON) |