Difference between revisions of "Libdvbpsi"

From CBLFS
Jump to navigationJump to search
Line 15: Line 15:
 
Compile the package:
 
Compile the package:
  
 +
autoreconf &&
 
  ./configure --prefix=/usr &&
 
  ./configure --prefix=/usr &&
 
  make
 
  make
Line 28: Line 29:
 
Compile the package:
 
Compile the package:
  
  To do ...
+
  autoreconf &&
 +
CC="gcc ${BUILD32}" ./configure --prefix=/usr &&
 +
make
  
 
Install the package
 
Install the package
Line 38: Line 41:
 
Compile the package:
 
Compile the package:
  
  To do ...
+
  autoreconf &&
 +
CC="gcc ${BUILD32}" ./configure --prefix=/usr \
 +
    --libdir=/usr/lib32 &&
 +
make
  
 
Install the package
 
Install the package
Line 48: Line 54:
 
Compile the package:
 
Compile the package:
  
  To do ...
+
  autoreconf &&
 +
CC="gcc ${BUILD64}" ./configure --prefix=/usr \
 +
    --libdir=/usr/lib64 &&
 +
make
  
 
Install the package
 
Install the package

Revision as of 18:35, 28 October 2007

Download Source: http://download.videolan.org/pub/libdvbpsi/0.1.7/libdvbpsi4-0.1.7.tar.bz2

Introduction to Libdvbpsi

Libdvbpsi is a very simple and fully portable library designed for MPEG TS and DVB PSI table decoding and generation.

Project Homepage: http://www.videolan.org/developers/libdvbpsi.html

Dependencies

Non-Multilib

Compile the package:

autoreconf &&
./configure --prefix=/usr &&
make

Install the package

make install

Multilib

32Bit

Compile the package:

autoreconf &&
CC="gcc ${BUILD32}" ./configure --prefix=/usr &&
make

Install the package

make install

N32

Compile the package:

autoreconf &&
CC="gcc ${BUILD32}" ./configure --prefix=/usr \
    --libdir=/usr/lib32 &&
make

Install the package

make install

64Bit

Compile the package:

autoreconf && 
CC="gcc ${BUILD64}" ./configure --prefix=/usr \
    --libdir=/usr/lib64 &&
make

Install the package

make install

Contents

Installed Programs: None
Installed Libraries: libdvbpsi.{a,la,so}
Installed Directory: /usr/include/dvbpsi