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
1187cda5
Commit
1187cda5
authored
Nov 25, 2002
by
Sam Hocevar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* ./src/misc/messages.c: we overwrite the WinCE logfile instead of appending
data to it. * ./evc/vlc.vcw: minor updates.
parent
17f26347
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
29 additions
and
2 deletions
+29
-2
evc/vlc.vcw
evc/vlc.vcw
+27
-0
src/misc/messages.c
src/misc/messages.c
+2
-2
No files found.
evc/vlc.vcw
View file @
1187cda5
...
...
@@ -3,6 +3,18 @@ Microsoft eMbedded Visual Tools Workspace File, Format Version 3.00
###############################################################################
Project: "libmad"="..\..\mad-0.14.2b\evc++\libmad\libmad.vcp" - Package Owner=<4>
Package=<5>
{{{
}}}
Package=<4>
{{{
}}}
###############################################################################
Project: "libvlc"=.\libvlc.vcp - Package Owner=<4>
Package=<5>
...
...
@@ -231,6 +243,21 @@ Package=<4>
###############################################################################
Project: "plugin_mad"=.\plugin_mad.vcp - Package Owner=<4>
Package=<5>
{{{
}}}
Package=<4>
{{{
Begin Project Dependency
Project_Dep_Name libmad
End Project Dependency
}}}
###############################################################################
Project: "plugin_memcpy"=.\plugin_memcpy.vcp - Package Owner=<4>
Package=<5>
...
...
src/misc/messages.c
View file @
1187cda5
...
...
@@ -4,7 +4,7 @@
* modules, especially intf modules. See config.h for output configuration.
*****************************************************************************
* Copyright (C) 1998-2002 VideoLAN
* $Id: messages.c,v 1.2
4 2002/11/20 19:07:27
sam Exp $
* $Id: messages.c,v 1.2
5 2002/11/25 12:08:58
sam Exp $
*
* Authors: Vincent Seguin <seguin@via.ecp.fr>
* Samuel Hocevar <sam@zoy.org>
...
...
@@ -80,7 +80,7 @@ void __msg_Create( vlc_object_t *p_this )
p_this
->
p_libvlc
->
msg_bank
.
logfile
=
CreateFile
(
L"vlc-log.txt"
,
GENERIC_WRITE
,
FILE_SHARE_READ
|
FILE_SHARE_WRITE
,
NULL
,
OPEN
_ALWAYS
,
0
,
NULL
);
CREATE
_ALWAYS
,
0
,
NULL
);
SetFilePointer
(
p_this
->
p_libvlc
->
msg_bank
.
logfile
,
0
,
NULL
,
FILE_END
);
#endif
}
...
...
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