mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 16:07:42 +00:00
package/meda3d: add xlib_libXvMC optional dependency
If xlib_libXvMC package is build before mesa3d, it will be detected and enabled by the configure script. Handle xlib_libXvMC in mesa3d for consistency. Signed-off-by: Romain Naour <romain.naour@gmail.com> Cc: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
9c4002e9af
commit
59b8975047
@ -176,6 +176,13 @@ else
|
|||||||
MESA3D_CONF_OPTS += --disable-texture-float
|
MESA3D_CONF_OPTS += --disable-texture-float
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_XLIB_LIBXVMC),y)
|
||||||
|
MESA3D_DEPENDENCIES += xlib_libXvMC
|
||||||
|
MESA3D_CONF_OPTS += --enable-xvmc
|
||||||
|
else
|
||||||
|
MESA3D_CONF_OPTS += --disable-xvmc
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_LIBVDPAU),y)
|
ifeq ($(BR2_PACKAGE_LIBVDPAU),y)
|
||||||
MESA3D_DEPENDENCIES += libvdpau
|
MESA3D_DEPENDENCIES += libvdpau
|
||||||
MESA3D_CONF_OPTS += --enable-vdpau
|
MESA3D_CONF_OPTS += --enable-vdpau
|
||||||
|
Loading…
x
Reference in New Issue
Block a user