Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
3d110411
Commit
3d110411
authored
Jun 17, 2000
by
Sam Hocevar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
. ajout� un FIXME pour un bug dans plugins/vout/vout_x11.c
. ajout� un ChangeLog . updat� le README
parent
fbb3c3d6
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
23 additions
and
3 deletions
+23
-3
ChangeLog
ChangeLog
+7
-0
README
README
+6
-1
configure
configure
+1
-1
configure.in
configure.in
+1
-1
debian/changelog
debian/changelog
+8
-0
No files found.
ChangeLog
0 → 100644
View file @
3d110411
Sat Jun 17 03:35:02 CEST 2000
0.1.99b :
* fixed a bug preventing to quit when run with no arguments
* new VLAN changing code
* created the ChangeLog file :)
README
View file @
3d110411
...
@@ -11,8 +11,13 @@
...
@@ -11,8 +11,13 @@
... Building VideoLAN
... Building VideoLAN
[ nothing appropriate yet ]
A typical way to configure the vlc is :
./configure --prefix=/usr --enable-ppro --enable-mmx --enable-gnome
See `./configure --help' for more information.
Then, run `make'.
... Running VideoLAN
... Running VideoLAN
...
...
configure
View file @
3d110411
...
@@ -592,7 +592,7 @@ host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
...
@@ -592,7 +592,7 @@ host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
echo
"
$ac_t
""
$host
"
1>&6
echo
"
$ac_t
""
$host
"
1>&6
VLC_VERSION
=
0.1.99
a
VLC_VERSION
=
0.1.99
b
VLC_CODENAME
=
Onatopp
VLC_CODENAME
=
Onatopp
...
...
configure.in
View file @
3d110411
...
@@ -4,7 +4,7 @@ AC_CONFIG_HEADER(include/defs.h)
...
@@ -4,7 +4,7 @@ AC_CONFIG_HEADER(include/defs.h)
AC_CANONICAL_HOST
AC_CANONICAL_HOST
VLC_VERSION=0.1.99
a
VLC_VERSION=0.1.99
b
AC_SUBST(VLC_VERSION)
AC_SUBST(VLC_VERSION)
VLC_CODENAME=Onatopp
VLC_CODENAME=Onatopp
AC_SUBST(VLC_CODENAME)
AC_SUBST(VLC_CODENAME)
...
...
debian/changelog
View file @
3d110411
vlc (0.1.99b) unstable; urgency=low
* Added a ChangeLog file
* Updated the VLAN code
* Fixed a bug preventing to quit
-- Samuel Hocevar <sam@via.ecp.fr> Sat, 17 Jun 2000 03:46:16 +0200
vlc (0.1.99a) unstable; urgency=low
vlc (0.1.99a) unstable; urgency=low
* Fixed some compile flag errors
* Fixed some compile flag errors
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment