Changeset 693e4708d9319ec64f7a009fe4a8d3e0cf5378ec
- Timestamp:
- 11/12/01 12:37:30
(7 years ago)
- Author:
- Christophe Massiot <massiot@videolan.org>
- git-committer:
- Christophe Massiot <massiot@videolan.org> 1005565050 +0000
- git-parent:
[2dccc4a495858a1fbdb110009b047b238fb61e35]
- git-author:
- Christophe Massiot <massiot@videolan.org> 1005565050 +0000
- Message:
Documentation updates.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r6601f36 |
r693e470 |
|
| 1 | 1 | Frequentely Asked Questions for VideoLAN Client |
|---|
| 2 | | $Id: FAQ,v 1.1 2001/10/26 16:23:06 massiot Exp $ |
|---|
| | 2 | $Id: FAQ,v 1.2 2001/11/12 11:37:30 massiot Exp $ |
|---|
| 3 | 3 | |
|---|
| 4 | 4 | 1. Using VLC |
|---|
| … | … | |
| 122 | 122 | information on them. |
|---|
| 123 | 123 | |
|---|
| | 124 | 3.2 Win32 port |
|---|
| | 125 | |
|---|
| | 126 | 3.2.2 When moving the focus to another window, VLC network input stops |
|---|
| | 127 | working properly ! |
|---|
| | 128 | --------------------------------------------------------------------------- |
|---|
| | 129 | This is a known problem with Win 95-class systems. Upgrade to an NT-class |
|---|
| | 130 | system. |
|---|
| rc085b21 |
r693e470 |
|
| 7 | 7 | A typical way to configure vlc is: |
|---|
| 8 | 8 | |
|---|
| 9 | | ./configure --prefix=/usr --enable-gnome --with-sdl |
|---|
| | 9 | ./configure --prefix=/usr --enable-gnome |
|---|
| 10 | 10 | |
|---|
| 11 | 11 | See `./configure --help' for more information. |
|---|
| … | … | |
| 14 | 14 | |
|---|
| 15 | 15 | make distclean ; ./configure --prefix=/usr --enable-gnome \ |
|---|
| 16 | | --enable-fb --with-glide --with-ggi --with-sdl --enable-esd \ |
|---|
| 17 | | --enable-mga --enable-gtk --enable-qt --enable-xvideo --enable-alsa |
|---|
| | 16 | --enable-fb --with-glide --with-ggi --enable-esd \ |
|---|
| | 17 | --enable-gtk --enable-qt --enable-xvideo --enable-alsa |
|---|
| 18 | 18 | |
|---|
| 19 | | If you intend to debug stuff, you may want to disable optimizations: |
|---|
| | 19 | If you intend to debug stuff, you may want to compile with debugging |
|---|
| | 20 | symbols: |
|---|
| 20 | 21 | |
|---|
| 21 | 22 | make distclean ; ./configure --prefix=/usr --enable-gnome \ |
|---|
| 22 | | --enable-fb --with-glide --with-ggi --with-sdl --enable-esd \ |
|---|
| 23 | | --enable-mga --enable-gtk --enable-qt --enable-xvideo --enable-alsa \ |
|---|
| | 23 | --enable-fb --with-glide --with-ggi --enable-esd \ |
|---|
| | 24 | --enable-gtk --enable-qt --enable-xvideo --enable-alsa \ |
|---|
| 24 | 25 | --enable-debug |
|---|
| 25 | 26 | |
|---|
| … | … | |
| 29 | 30 | RANLIB=i586-mingw32msvc-ranlib ./configure --host=i386-mingw32msvc \ |
|---|
| 30 | 31 | --target=i386-mingw32msvc --build=i386-linux --disable-dsp \ |
|---|
| 31 | | --disable-gtk --disable-x11 --disable-xvideo |
|---|
| | 32 | --disable-x11 --disable-xvideo |
|---|
| 32 | 33 | |
|---|
| 33 | 34 | |
|---|
| … | … | |
| 67 | 68 | rpm -ba vlc.spec |
|---|
| 68 | 69 | |
|---|
| | 70 | To build an ipkg package (iPAQ familiar Linux), use: |
|---|
| | 71 | |
|---|
| | 72 | ipkg-buildpackage |
|---|