mirror of
https://github.com/videolan/vlc.git
synced 2024-12-01 13:55:14 +08:00
.. | ||
.cvsignore | ||
changelog | ||
compat | ||
control | ||
copyright | ||
gnome-vlc.desktop | ||
gnome-vlc.dirs | ||
gnome-vlc.menu | ||
gvlc.desktop | ||
gvlc.dirs | ||
gvlc.menu | ||
kvlc.dirs | ||
kvlc.menu | ||
libvlc0-dev.dirs | ||
Makefile.am | ||
mozilla-plugin-vlc.dirs | ||
qvlc.dirs | ||
qvlc.menu | ||
README.Debian | ||
rules | ||
vlc-plugin-alsa.dirs | ||
vlc-plugin-arts.dirs | ||
vlc-plugin-esd.dirs | ||
vlc-plugin-ggi.dirs | ||
vlc-plugin-glide.dirs | ||
vlc-plugin-sdl.dirs | ||
vlc-plugin-svgalib.dirs | ||
vlc.dirs | ||
vlc.docs | ||
vlc.menu | ||
vlc.mime | ||
wxvlc.dirs | ||
wxvlc.menu |
$Id: README.Debian,v 1.3 2003/08/01 08:24:53 sam Exp $ Notes for anyone wanting to build Debian packages of VLC. - Default configuration is supposed to be latest unstable. - 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. - If there is no CVS directory in the root, debian/rules will assume a full build is requested and will clean ffmpeg and faad2. - 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.