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
0f35c7c8
Commit
0f35c7c8
authored
Feb 10, 2003
by
Marc Ariberti
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* sdl.c : added includes (vlc/aout.h & aout_internal.h)
=> to make volumeup/down compile
parent
ef190780
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
modules/video_output/sdl.c
modules/video_output/sdl.c
+3
-1
No files found.
modules/video_output/sdl.c
View file @
0f35c7c8
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* sdl.c: SDL video output display method
* sdl.c: SDL video output display method
*****************************************************************************
*****************************************************************************
* Copyright (C) 1998-2001 VideoLAN
* Copyright (C) 1998-2001 VideoLAN
* $Id: sdl.c,v 1.
7 2003/01/13 13:28:55 sam
Exp $
* $Id: sdl.c,v 1.
8 2003/02/10 23:16:37 marcari
Exp $
*
*
* Authors: Samuel Hocevar <sam@zoy.org>
* Authors: Samuel Hocevar <sam@zoy.org>
* Pierre Baillet <oct@zoy.org>
* Pierre Baillet <oct@zoy.org>
...
@@ -33,6 +33,7 @@
...
@@ -33,6 +33,7 @@
#include <vlc/vlc.h>
#include <vlc/vlc.h>
#include <vlc/intf.h>
#include <vlc/intf.h>
#include <vlc/vout.h>
#include <vlc/vout.h>
#include <vlc/aout.h>
#include <sys/types.h>
#include <sys/types.h>
#ifndef WIN32
#ifndef WIN32
...
@@ -41,6 +42,7 @@
...
@@ -41,6 +42,7 @@
#include SDL_INCLUDE_FILE
#include SDL_INCLUDE_FILE
#include "aout_internal.h"
#include "netutils.h"
#include "netutils.h"
#define SDL_MAX_DIRECTBUFFERS 10
#define SDL_MAX_DIRECTBUFFERS 10
...
...
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