Thanks for fixing this,
Reviewed-by: Dylan Baker
Quoting Eric Engestrom (2018-12-11 09:13:54)
> This mirrors what autotools does in
> src/gallium/state_trackers/vdpau/Makefile.am
> and src/gallium/targets/vdpau/Makefile.am:
>
> VDPAU_MAJOR = 1
> VDPAU_MINOR = 0
> libvdpau_gallium_la_LDFLA
On Tue, 11 Dec 2018 at 17:14, Eric Engestrom wrote:
>
> This mirrors what autotools does in
> src/gallium/state_trackers/vdpau/Makefile.am
> and src/gallium/targets/vdpau/Makefile.am:
>
> VDPAU_MAJOR = 1
> VDPAU_MINOR = 0
> libvdpau_gallium_la_LDFLAGS = -version-number $(VDPAU_MAJOR):$(VDPA
This mirrors what autotools does in src/gallium/state_trackers/vdpau/Makefile.am
and src/gallium/targets/vdpau/Makefile.am:
VDPAU_MAJOR = 1
VDPAU_MINOR = 0
libvdpau_gallium_la_LDFLAGS = -version-number $(VDPAU_MAJOR):$(VDPAU_MINOR)
Reported-by: Igor Gnatenko
Fixes: 68076b87474e7959c161 "me