]> git.sesse.net Git - vlc/blob - INSTALL.libdvdcss
* ./src/input/mpeg_system.c: fixed a bus error on UltraSparc.
[vlc] / INSTALL.libdvdcss
1 INSTALL file for libdvdcss, a DVD access library
2
3
4 Configuring libdvdcss
5 =====================
6
7 A typical way to configure libdvdcss is:
8
9    ./configure --prefix=/usr
10
11 See `./configure --help' for more information.
12
13 It is also possible to cross-compile for the Win32 platform using mingw32:
14
15    CC=i586-mingw32msvc-gcc CFLAGS=-I/usr/i586-mingw32msvc \
16      RANLIB=i586-mingw32msvc-ranlib ./configure --host=i386-mingw32msvc \
17      --target=i386-mingw32msvc --build=i386-linux
18
19
20 Building libdvdcss
21 ==================
22
23 Once configured, run `make' to build libdvdcss.
24
25 If you have player keys, you need to put them in the file csskeys.h, before
26 configuring libdvdcss to enable the "key" method (the one from libcss).
27
28
29 Installing libdvdcss
30 ====================
31
32 You can install libdvdcss by typing:
33
34    make install
35
36