Difference between revisions of "Xvid4conf"
From CBLFS
Jump to navigationJump to searchBigdissaved (talk | contribs) (Start page) |
Bigdissaved (talk | contribs) (Finished Editing page for build) |
||
Line 11: | Line 11: | ||
== Dependencies == | == Dependencies == | ||
− | === | + | === Required === |
− | * [[ | + | * [[pkg-config]] |
− | |||
== Non-Multilib == | == Non-Multilib == | ||
Line 19: | Line 18: | ||
Configure and compile the package: | Configure and compile the package: | ||
− | + | ./configure --prefix=/usr && | |
− | |||
make | make | ||
Line 26: | Line 24: | ||
make install && | make install && | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== Multilib == | == Multilib == | ||
Line 39: | Line 31: | ||
Configure and compile the package: | Configure and compile the package: | ||
− | + | CC="gcc ${BUILD32}" ./configure --prefix=/usr && | |
− | CC="gcc ${BUILD32}" ./configure --prefix=/usr | ||
make | make | ||
Install the package: | Install the package: | ||
− | make install | + | make install |
− | |||
− | |||
− | |||
=== N32 === | === N32 === | ||
Line 54: | Line 42: | ||
Configure and compile the package: | Configure and compile the package: | ||
− | |||
CC="gcc ${BUILDN32}" ./configure --prefix=/usr --libdir=/usr/lib32 && | CC="gcc ${BUILDN32}" ./configure --prefix=/usr --libdir=/usr/lib32 && | ||
make | make | ||
Line 60: | Line 47: | ||
Install the package: | Install the package: | ||
− | make install | + | make install |
− | |||
− | |||
− | |||
=== 64Bit === | === 64Bit === | ||
Line 69: | Line 53: | ||
Configure and compile the package: | Configure and compile the package: | ||
− | |||
CC="gcc ${BUILD64}" ./configure --prefix=/usr --libdir=/usr/lib64 && | CC="gcc ${BUILD64}" ./configure --prefix=/usr --libdir=/usr/lib64 && | ||
make | make | ||
Line 75: | Line 58: | ||
Install the package: | Install the package: | ||
− | make install | + | make install |
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 09:08, 17 February 2008
Download Source: | hhttp://apt.cerkinfo.be/pool/main/xvid4conf/xvid4conf_1.12.orig.tar.gz |
---|
Contents
Introduction to Xvid4conf
This tool creates XviD configuration files. The generated configuration file is meant to be read by transcodes xvid4 export module. This module (and so the configuration file) is intended to be used with XviD 1.0 (dev-api-4).
Project Homepage: http://www.t2-project.org/packages/xvid4conf.html
Dependencies
Required
Non-Multilib
Configure and compile the package:
./configure --prefix=/usr && make
Install the package:
make install &&
Multilib
32Bit
Configure and compile the package:
CC="gcc ${BUILD32}" ./configure --prefix=/usr && make
Install the package:
make install
N32
Configure and compile the package:
CC="gcc ${BUILDN32}" ./configure --prefix=/usr --libdir=/usr/lib32 && make
Install the package:
make install
64Bit
Configure and compile the package:
CC="gcc ${BUILD64}" ./configure --prefix=/usr --libdir=/usr/lib64 && make
Install the package:
make install