README.Debian
上传用户:riyaled888
上传日期:2009-03-27
资源大小:7338k
文件大小:1k
源码类别:

多媒体

开发平台:

MultiPlatform

  1. $Id: README.Debian 8532 2004-08-27 12:10:17Z sam $
  2. Notes for anyone wanting to build Debian packages of VLC.
  3.  - Default configuration is supposed to be latest unstable.
  4.  - To build for a Debian woody system, first build a tarball using
  5.    "make dist-woody".
  6.  - Usually VLC will come with a copy of ffmpeg, faad2 and x264 in the
  7.    extras/ directory, because they are not yet available in Debian.
  8.  - If there is no CVS directory in the root, debian/rules will assume a
  9.    full build is requested and will clean ffmpeg, faad2 and x264.
  10.  - VLC does not link with libdvdcss by default, thus it will not depend
  11.    on the libdvdcss packages. However it will use libdvdread that can
  12.    optionally open libdvdcss if found. To build packages that link directly
  13.    against libdvdcss, remove the --without-dvdcss flag in debian/rules.