aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/frontends/xvmc/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/frontends/xvmc/meson.build')
-rw-r--r--src/gallium/frontends/xvmc/meson.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/frontends/xvmc/meson.build b/src/gallium/frontends/xvmc/meson.build
index 6ed9f30248b..75a2716a239 100644
--- a/src/gallium/frontends/xvmc/meson.build
+++ b/src/gallium/frontends/xvmc/meson.build
@@ -18,6 +18,9 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
+XVMC_MAJOR = 1
+XVMC_MINOR = 0
+
libxvmc_st = static_library(
'xvmc_st',
files('attributes.c', 'block.c', 'context.c', 'surface.c', 'subpicture.c'),