Changeset 3d1104112bebfdd6f1d3201e03da01db54c93bd6
- Timestamp:
- 06/17/00 03:49:09
(8 years ago)
- Author:
- Sam Hocevar <sam@videolan.org>
- git-committer:
- Sam Hocevar <sam@videolan.org> 961206549 +0000
- git-parent:
[fbb3c3d6fb9c744f61f735225baaa7003b9d62a5]
- git-author:
- Sam Hocevar <sam@videolan.org> 961206549 +0000
- Message:
. ajout� un FIXME pour un bug dans plugins/vout/vout_x11.c
. ajout� un ChangeLog?
. updat� le README
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rf2f5c4a |
r3d11041 |
|
| 12 | 12 | ... Building VideoLAN |
|---|
| 13 | 13 | |
|---|
| 14 | | [ nothing appropriate yet ] |
|---|
| | 14 | A typical way to configure the vlc is : |
|---|
| 15 | 15 | |
|---|
| | 16 | ./configure --prefix=/usr --enable-ppro --enable-mmx --enable-gnome |
|---|
| | 17 | |
|---|
| | 18 | See `./configure --help' for more information. |
|---|
| | 19 | |
|---|
| | 20 | Then, run `make'. |
|---|
| 16 | 21 | |
|---|
| 17 | 22 | |
|---|
| r7945499 |
r3d11041 |
|
| 593 | 593 | |
|---|
| 594 | 594 | |
|---|
| 595 | | VLC_VERSION=0.1.99a |
|---|
| | 595 | VLC_VERSION=0.1.99b |
|---|
| 596 | 596 | |
|---|
| 597 | 597 | VLC_CODENAME=Onatopp |
|---|
| r08dcf8d |
r3d11041 |
|
| 5 | 5 | AC_CANONICAL_HOST |
|---|
| 6 | 6 | |
|---|
| 7 | | VLC_VERSION=0.1.99a |
|---|
| | 7 | VLC_VERSION=0.1.99b |
|---|
| 8 | 8 | AC_SUBST(VLC_VERSION) |
|---|
| 9 | 9 | VLC_CODENAME=Onatopp |
|---|
| r08dcf8d |
r3d11041 |
|
| | 1 | vlc (0.1.99b) unstable; urgency=low |
|---|
| | 2 | |
|---|
| | 3 | * Added a ChangeLog file |
|---|
| | 4 | * Updated the VLAN code |
|---|
| | 5 | * Fixed a bug preventing to quit |
|---|
| | 6 | |
|---|
| | 7 | -- Samuel Hocevar <sam@via.ecp.fr> Sat, 17 Jun 2000 03:46:16 +0200 |
|---|
| | 8 | |
|---|
| 1 | 9 | vlc (0.1.99a) unstable; urgency=low |
|---|
| 2 | 10 | |
|---|