Difference between revisions of "Libdvbpsi"
From CBLFS
Jump to navigationJump to searchLine 76: | Line 76: | ||
| /usr/include/dvbpsi | | /usr/include/dvbpsi | ||
|} | |} | ||
+ | |||
+ | [[Category:Media Libraries]] |
Revision as of 15:26, 19 March 2009
Download Source: | http://download.videolan.org/pub/libdvbpsi/0.1.7/libdvbpsi5-0.1.7.tar.bz2 |
---|
Contents
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 -f -i && ./configure --prefix=/usr && make
Install the package
make install
Multilib
32Bit
Compile the package:
autoreconf -f -i && CC="gcc ${BUILD32}" ./configure --prefix=/usr && make
Install the package
make install
N32
Compile the package:
autoreconf -f -i && CC="gcc ${BUILD32}" ./configure --prefix=/usr \ --libdir=/usr/lib32 && make
Install the package
make install
64Bit
Compile the package:
autoreconf -f -i && 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 |