a7e49eb2af
quite work yet for me, but this clearly is a huge project and not having it quite work on the first pass is hardly unexpected. We definately want this stuff in buildroot.
16 lines
656 B
Makefile
16 lines
656 B
Makefile
################################################################################
|
|
#
|
|
# xlib_libXvMC -- X.Org XvMC library
|
|
#
|
|
################################################################################
|
|
|
|
XLIB_LIBXVMC_VERSION = 1.0.4
|
|
XLIB_LIBXVMC_SOURCE = libXvMC-$(XLIB_LIBXVMC_VERSION).tar.bz2
|
|
XLIB_LIBXVMC_SITE = http://xorg.freedesktop.org/releases/individual/lib
|
|
XLIB_LIBXVMC_AUTORECONF = YES
|
|
XLIB_LIBXVMC_INSTALL_STAGING = YES
|
|
XLIB_LIBXVMC_DEPENDANCIES = xlib_libX11 xlib_libXext xlib_libXv xproto_videoproto xproto_xproto
|
|
XLIB_LIBXVMC_CONF_OPT = --disable-malloc0returnsnull --enable-shared --disable-static
|
|
|
|
$(eval $(call AUTOTARGETS,xlib_libXvMC))
|