42a28105f1
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 lines
580 B
Makefile
15 lines
580 B
Makefile
################################################################################
|
|
#
|
|
# xlib_libXvMC -- X.Org XvMC library
|
|
#
|
|
################################################################################
|
|
|
|
XLIB_LIBXVMC_VERSION = 1.0.5
|
|
XLIB_LIBXVMC_SOURCE = libXvMC-$(XLIB_LIBXVMC_VERSION).tar.bz2
|
|
XLIB_LIBXVMC_SITE = http://xorg.freedesktop.org/releases/individual/lib
|
|
XLIB_LIBXVMC_INSTALL_STAGING = YES
|
|
XLIB_LIBXVMC_DEPENDENCIES = xlib_libX11 xlib_libXext xlib_libXv xproto_videoproto xproto_xproto
|
|
XLIB_LIBXVMC_CONF_OPT = --disable-malloc0returnsnull
|
|
|
|
$(eval $(call AUTOTARGETS))
|