OSDN Git Service

meson/vdpau: add missing soversion
authorEric Engestrom <eric.engestrom@intel.com>
Tue, 11 Dec 2018 16:51:25 +0000 (16:51 +0000)
committerEmil Velikov <emil.l.velikov@gmail.com>
Tue, 29 Jan 2019 17:44:27 +0000 (17:44 +0000)
commit6050d6f1cf4e0fb5566719a3802162a12029e968
tree59c91f6c28cb34564eeffc396dc5c2af83945ffb
parentcadab68f95b6111efdf6f50ddb2ce274d4e48236
meson/vdpau: add missing soversion

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 <i.gnatenko.brain@gmail.com>
Fixes: 68076b87474e7959c161 "meson: build gallium vdpau state tracker"
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
(cherry picked from commit 69e944036720d826d0548a019f8fe18b9ed57e6e)
src/gallium/state_trackers/vdpau/meson.build
src/gallium/targets/vdpau/meson.build