Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
e67440af
Commit
e67440af
authored
Jan 13, 2010
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move core Win32 files to their own directory
There is still too much stuff in misc/ ;-)
parent
bb47a4fa
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
11 deletions
+6
-11
po/POTFILES.in
po/POTFILES.in
+0
-3
src/Makefile.am
src/Makefile.am
+4
-4
src/win32/dirs.c
src/win32/dirs.c
+0
-0
src/win32/specific.c
src/win32/specific.c
+1
-2
src/win32/thread.c
src/win32/thread.c
+1
-2
src/win32/winsock.c
src/win32/winsock.c
+0
-0
No files found.
po/POTFILES.in
View file @
e67440af
...
...
@@ -79,7 +79,6 @@ src/config/cmdline.c
src/config/configuration.h
src/config/core.c
src/config/dirs_macos.c
src/config/dirs_win.c
src/config/dirs_xdg.c
src/config/file.c
src/config/intf.c
...
...
@@ -163,7 +162,6 @@ src/misc/update.c
src/misc/update.h
src/misc/variables.c
src/misc/variables.h
src/misc/win32_specific.c
src/misc/xml.c
src/missing.c
src/modules/cache.c
...
...
@@ -180,7 +178,6 @@ src/network/rootbind.c
src/network/tcp.c
src/network/tls.c
src/network/udp.c
src/network/winsock.c
src/osd/osd.c
src/osd/osd_text.c
src/osd/osd_widgets.c
...
...
src/Makefile.am
View file @
e67440af
...
...
@@ -279,10 +279,10 @@ SOURCES_libvlc_linux = \
$(NULL)
SOURCES_libvlc_win32
=
\
config/dirs_win
.c
\
misc/w32thread
.c
\
misc/win32_specific
.c
\
network
/winsock.c
\
win32/dirs
.c
\
win32/specific
.c
\
win32/thread
.c
\
win32
/winsock.c
\
$(NULL)
SOURCES_libvlc_other
=
\
...
...
src/
config/dirs_win
.c
→
src/
win32/dirs
.c
View file @
e67440af
File moved
src/
misc/win32_
specific.c
→
src/
win32/
specific.c
View file @
e67440af
/*****************************************************************************
*
win32_specific.c: Win32 specific features
*
specific.c: Win32 specific initilization
*****************************************************************************
* Copyright (C) 2001-2004 the VideoLAN team
* $Id$
*
* Authors: Samuel Hocevar <sam@zoy.org>
* Gildas Bazin <gbazin@videolan.org>
...
...
src/
misc/w32
thread.c
→
src/
win32/
thread.c
View file @
e67440af
/*****************************************************************************
*
w32
thread.c : Win32 back-end for LibVLC
* thread.c : Win32 back-end for LibVLC
*****************************************************************************
* Copyright (C) 1999-2009 the VideoLAN team
* $Id$
*
* Authors: Jean-Marc Dressler <polux@via.ecp.fr>
* Samuel Hocevar <sam@zoy.org>
...
...
src/
network
/winsock.c
→
src/
win32
/winsock.c
View file @
e67440af
File moved
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