Gpac

From CBLFS
Jump to navigationJump to search
Download Source: http://downloads.sourceforge.net/gpac/gpac-0.4.5.tar.gz

Introduction to Gpac

GPAC is an Open Source multimedia framework for research and academic purposes in different aspects of multimedia, with a focus on presentation technologies (graphics, animation and interactivity).

Project Homepage: http://gpac.sourceforge.net/index.php


Dependencies

Required

Recommended

Optional

Non-Multilib

Compile the package:

chmod +x configure &&
./configure --prefix=/usr --X11-path="${XORG_PREFIX}" &&
make

Install the package:

make install

Multilib

32Bit

Compile the package:

chmod +x configure &&
USE_ARCH=32 ./configure --prefix=/usr --X11-path="${XORG_PREFIX}" \
    --cc="gcc ${BUILD32}" --extra-cflags="${BUILD32}" \
    --cpu="$(cut -d- -f1 <<< ${CLFS_TARGET32})" &&
make

Install the package:

make install

N32

Todo

64Bit

Compile the package:

chmod +x configure &&
USE_ARCH=64 ./configure --prefix=/usr --X11-path="${XORG_PREFIX}" \
    --cc="gcc ${BUILD64}" --extra-cflags="${BUILD64}" &&
make

Install the package:

make install