Changeset 3d1104112bebfdd6f1d3201e03da01db54c93bd6

Show
Ignore:
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
  • README

    rf2f5c4a r3d11041  
    1212... Building VideoLAN 
    1313 
    14 [ nothing appropriate yet ] 
     14A typical way to configure the vlc is : 
    1515 
     16   ./configure --prefix=/usr --enable-ppro --enable-mmx --enable-gnome 
     17 
     18See `./configure --help' for more information. 
     19 
     20Then, run `make'. 
    1621 
    1722 
  • configure

    r7945499 r3d11041  
    593593 
    594594 
    595 VLC_VERSION=0.1.99a 
     595VLC_VERSION=0.1.99b 
    596596 
    597597VLC_CODENAME=Onatopp 
  • configure.in

    r08dcf8d r3d11041  
    55AC_CANONICAL_HOST 
    66 
    7 VLC_VERSION=0.1.99a 
     7VLC_VERSION=0.1.99b 
    88AC_SUBST(VLC_VERSION) 
    99VLC_CODENAME=Onatopp 
  • debian/changelog

    r08dcf8d r3d11041  
     1vlc (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 
    19vlc (0.1.99a) unstable; urgency=low 
    210