]> git.sesse.net Git - vlc/commitdiff
* debian/README.Debian:
authorSam Hocevar <sam@videolan.org>
Mon, 9 Feb 2004 20:40:25 +0000 (20:40 +0000)
committerSam Hocevar <sam@videolan.org>
Mon, 9 Feb 2004 20:40:25 +0000 (20:40 +0000)
    + Updated Debian-specific build notes.

debian/README.Debian

index 0a5d5d2d7c274bf21afb1e5c977100b5b4349350..611e12d54482194b942c18610fbbb8c7f7b306f4 100644 (file)
@@ -1,4 +1,4 @@
-$Id: README.Debian,v 1.3 2003/08/01 08:24:53 sam Exp $
+$Id: README.Debian,v 1.4 2004/02/09 20:40:25 sam Exp $
 
 Notes for anyone wanting to build Debian packages of VLC.
 
@@ -7,13 +7,14 @@ Notes for anyone wanting to build Debian packages of VLC.
  - To build for a Debian woody system, first build a tarball using
    "make dist-woody".
 
- - Usually VLC will come with a copy of ffmpeg and faad2 in the extras/
-   directory, because they are not yet available in Debian.
+ - Usually VLC will come with a copy of ffmpeg, faad2 and libmpeg2 in the
+   extras/ directory, because they are not yet available in Debian.
 
  - If there is no CVS directory in the root, debian/rules will assume a
-   full build is requested and will clean ffmpeg and faad2.
+   full build is requested and will clean ffmpeg, faad2 and libmpeg2.
 
  - VLC does not link with libdvdcss by default, thus it will not depend
-   on the libdvdcss packages. To build packages that link against it,
-   remove the --without-dvdcss flag in debian/rules.
+   on the libdvdcss packages. However it will use libdvdread that can
+   optionally open libdvdcss if found. To build packages that link directly
+   against libdvdcss, remove the --without-dvdcss flag in debian/rules.