freedreno/a3xx: fix write to bogus register
[mesa.git] / src / gallium / Automake.inc
index 5a4f4e8c4552c2c6e8d3dcfc872c008c6d397434..4519c161c09f270d4c06202788288d3800a01ca9 100644 (file)
@@ -64,7 +64,7 @@ GALLIUM_VDPAU_LINKER_FLAGS = \
        -module \
        -no-undefined \
        -version-number $(VDPAU_MAJOR):$(VDPAU_MINOR) \
-       -export-symbols-regex $(VDPAU_EXPORTS) \
+       -Wl,--version-script=$(top_srcdir)/src/gallium/targets/vdpau.sym \
        $(GC_SECTIONS) \
        $(LD_NO_UNDEFINED)