Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
bcf186fd
Commit
bcf186fd
authored
Jan 04, 2004
by
Gildas Bazin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* modules/gui/skins2/vars/playlist.*: win32 compilation fix (not sure it is the right one).
parent
a3eb233d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
modules/gui/skins2/vars/playlist.cpp
modules/gui/skins2/vars/playlist.cpp
+3
-1
modules/gui/skins2/vars/playlist.hpp
modules/gui/skins2/vars/playlist.hpp
+5
-1
No files found.
modules/gui/skins2/vars/playlist.cpp
View file @
bcf186fd
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* playlist.cpp
* playlist.cpp
*****************************************************************************
*****************************************************************************
* Copyright (C) 2003 VideoLAN
* Copyright (C) 2003 VideoLAN
* $Id: playlist.cpp,v 1.
1 2004/01/03 23:31:34 asmax
Exp $
* $Id: playlist.cpp,v 1.
2 2004/01/04 22:38:49 gbazin
Exp $
*
*
* Authors: Cyril Deguet <asmax@via.ecp.fr>
* Authors: Cyril Deguet <asmax@via.ecp.fr>
*
*
...
@@ -21,6 +21,8 @@
...
@@ -21,6 +21,8 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
*****************************************************************************/
*****************************************************************************/
#include <vlc/vlc.h>
#if defined(HAVE_ICONV)
#if defined(HAVE_ICONV)
#include <iconv.h>
#include <iconv.h>
#include "charset.h"
#include "charset.h"
...
...
modules/gui/skins2/vars/playlist.hpp
View file @
bcf186fd
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* playlist.hpp
* playlist.hpp
*****************************************************************************
*****************************************************************************
* Copyright (C) 2003 VideoLAN
* Copyright (C) 2003 VideoLAN
* $Id: playlist.hpp,v 1.
1 2004/01/03 23:31:34 asmax
Exp $
* $Id: playlist.hpp,v 1.
2 2004/01/04 22:38:49 gbazin
Exp $
*
*
* Authors: Cyril Deguet <asmax@via.ecp.fr>
* Authors: Cyril Deguet <asmax@via.ecp.fr>
* Olivier Teulière <ipkiss@via.ecp.fr>
* Olivier Teulière <ipkiss@via.ecp.fr>
...
@@ -27,6 +27,10 @@
...
@@ -27,6 +27,10 @@
#include "../utils/var_list.hpp"
#include "../utils/var_list.hpp"
#ifndef iconv_t
# define iconv_t libiconv_t
typedef
void
*
iconv_t
;
#endif
/// Variable for VLC playlist
/// Variable for VLC playlist
class
Playlist
:
public
VarList
class
Playlist
:
public
VarList
...
...
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