dummy_drv_video: add back VA_DRIVER_INIT_FUNC definition for __vaDriverInit_*()
authorVincent Bernat <bernat@luffy.cx>
Thu, 13 Jun 2013 06:20:05 +0000 (08:20 +0200)
committerXiang, Haihao <haihao.xiang@intel.com>
Thu, 27 Jun 2013 01:14:08 +0000 (09:14 +0800)
commit5fa4c3b3e0d06cfa92edc2dddc517a402b25add8
tree001c77377f12fcfb06d29804047ac9a034202690
parent908f6a7e6bdd162b40d83279a54195652339ecdf
dummy_drv_video: add back VA_DRIVER_INIT_FUNC definition for __vaDriverInit_*()

Since commit ca1798e77b6fa99dbb010f202a057f75415afd52, dummy driver
was defining VA_DRIVER_INIT_FUNC symbol instead of __vaDriverInit_0_33
and therefore cannot be used for testing anymore. We restore the
definition of this symbol in configure.ac.

Signed-off-by: Vincent Bernat <bernat@luffy.cx>
configure.ac