st/vdpau: Link vdpau targets with librt to avoid unresolved symbols error related...
authorEmeric Grange <emeric.grange@gmail.com>
Thu, 22 Sep 2011 19:03:43 +0000 (21:03 +0200)
committerChristian König <deathsimple@vodafone.de>
Sun, 25 Sep 2011 10:50:12 +0000 (12:50 +0200)
commit1f23ac8082b51bc22000933919256e5a03fd073f
treed642738c36ce3834baeb9304f9057bd207df99b1
parent86f97f7dc015092aa7fa1b0bdc4fe0a9f696d418
st/vdpau: Link vdpau targets with librt to avoid unresolved symbols error related to the use of the clock_gettime() function

This patch fix a "Unresolved Symbols" run time error when using G3DVL
through the VDPAU state tracker, by linking the vdpau targets with librt.
Reported by Arkadiusz Miśkiewicz.

Caused by this commit :
commit e911dbb56374edf9f3b7c4cec0cf9a22738bb198
Author: Emeric Grange <emeric.grange@gmail.com>
Date:   Mon Sep 12 23:39:33 2011 +0200

Signed-off-by: Emeric Grange <emeric.grange@gmail.com>
src/gallium/targets/Makefile.vdpau