File README of Package crystalhd-libs
1
Broadcom CrystalHD Linux Software Release v3.205
2
3
This is beta release of the Linux driver and application software with support for the BCM70012 and BCM70015
4
5
This is a source release with Ubuntu 10.10 32-bit (SSE enabled) binary packages
6
7
FEATURES SUPPORTED -
8
9
Playback support for H.264 and other codecs using the default media players for Ubuntu and Meego. This includes support for GStreamer based applications. Support for VLC and Adobe Flash Player is also in beta with this release.
10
11
Support both BCM70012 and BCM70015
12
13
FIXED ISSUES
14
15
Fixed issue with crash when two instances of the decoder were opened
16
Allow building on non-SSE CPUs - use "NOLIB_SSE=yes make" in the command to build the library
17
18
KNOWN ISSUES
19
20
BUILD and INSTALL instructions for source packages
21
22
Required packages -
23
24
Under Ubuntu the following additional packages are required, install them using "sudo apt-get <package-name>"
25
26
build-essential
27
g++
28
automake
29
autoconf
30
libtool
31
libgstreamer0.10-dev
32
libgstreamer-plugins-base0.10-dev
33
34
In order to build and install the driver -
35
36
In the crystalhd-driver folder, run the following commands -
37
38
make
39
sudo make install
40
41
Or using the deb file use module-assistant to install the module
42
43
In order to build and install the library -
44
45
In the crystalhd-libs folder, run the following commands -
46
47
make
48
sudo make install
49
50
If a deb binary package is desired - run dpkg-buildpackage -rfakeroot
51
52
53
In order to build and install the media player application library (gstreamer plugin) -
54
55
In the crystalhd-gst, run the following commands -
56
57
./autogen.sh
58
make
59
sudo make install
60
61
If a deb binary package is desired - run dpkg-buildpackage -rfakeroot
62
63
Finally copy the firmware files from firmware/fwbin/70015 and firmware/fwbin/70012 directories to /lib/firmware
64
65
If using the lib deb package, the firmware is installed automatically
66
67
If HW scaling is necessary - Enable from the GStreamer plugin explicitly. Search for bEnableScaling
68