Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
99eda04a
Commit
99eda04a
authored
Aug 21, 2000
by
Sam Hocevar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
. updated version number
. removed a verbose message in intf_sdl.c
parent
0b5a98ad
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
8 additions
and
11 deletions
+8
-11
ChangeLog
ChangeLog
+2
-2
configure
configure
+1
-1
configure.in
configure.in
+1
-1
plugins/sdl/intf_sdl.c
plugins/sdl/intf_sdl.c
+2
-3
plugins/sdl/sdl.c
plugins/sdl/sdl.c
+0
-2
vlc.spec
vlc.spec
+2
-2
No files found.
ChangeLog
View file @
99eda04a
Thu Aug 18 00:21:33 BST 2000
0.1.99g :
0.1.99h :
* added support for the SDL vout : the --display fullscreen allows
fullscreen when possible. Disabled by default.
...
...
@@ -11,6 +10,7 @@ Thu Aug 18 00:21:33 BST 2000
* fixed the input_file exit bug.
* fixed a Makefile bug which removed the CVS directory.
* removed the frame statistics output.
* removed a verbose message in intf_sdl.c.
Wed Aug 16 01:07:14 CEST 2000
0.1.99g :
...
...
configure
View file @
99eda04a
...
...
@@ -592,7 +592,7 @@ host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
echo
"
$ac_t
""
$host
"
1>&6
VLC_VERSION
=
0.1.99
g
VLC_VERSION
=
0.1.99
h
VLC_CODENAME
=
Onatopp
...
...
configure.in
View file @
99eda04a
...
...
@@ -4,7 +4,7 @@ AC_CONFIG_HEADER(include/defs.h)
AC_CANONICAL_HOST
VLC_VERSION=0.1.99
g
VLC_VERSION=0.1.99
h
AC_SUBST(VLC_VERSION)
VLC_CODENAME=Onatopp
AC_SUBST(VLC_CODENAME)
...
...
plugins/sdl/intf_sdl.c
View file @
99eda04a
...
...
@@ -136,9 +136,7 @@ void intf_SDLManage( intf_thread_t *p_intf )
while
(
SDL_PollEvent
(
&
event
)
)
{
i_key
=
event
.
key
.
keysym
.
sym
;
/* forward it */
intf_ErrMsgImm
(
"key :%c:
\n
"
,(
char
)
i_key
);
switch
(
event
.
type
)
{
case
SDL_KEYDOWN
:
/* if a key is pressed */
...
...
@@ -184,3 +182,4 @@ void intf_SDL_Keymap(intf_thread_t * p_intf )
intf_AssignKey
(
p_intf
,
SDLK_s
,
's'
);
}
plugins/sdl/sdl.c
View file @
99eda04a
...
...
@@ -106,8 +106,6 @@ plugin_info_t * GetConfig( void )
p_info
->
i_score
=
0x100
;
/* If this plugin was requested, score it higher */
if
(
TestMethod
(
VOUT_METHOD_VAR
,
"sdl"
)
)
{
...
...
vlc.spec
View file @
99eda04a
Name: vlc
Version: 0.1.99
g
Version: 0.1.99
h
Release: 1
Copyright: GPL
Url: http://www.videolan.org/
Group: X11/Applications/Graphics
Source0: http://www.videolan.org/packages/0.1.99
g/vlc-0.1.99g
.tar.gz
Source0: http://www.videolan.org/packages/0.1.99
h/vlc-0.1.99h
.tar.gz
Packager: Samuel Hocevar <sam@via.ecp.fr>
Buildroot: /tmp/vlc-build
...
...
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