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
5594c61a
Commit
5594c61a
authored
Jul 27, 2001
by
Christophe Massiot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed a FreeBSD bug (again).
parent
d307283d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
10 deletions
+10
-10
plugins/sdl/aout_sdl.c
plugins/sdl/aout_sdl.c
+5
-5
plugins/sdl/vout_sdl.c
plugins/sdl/vout_sdl.c
+5
-5
No files found.
plugins/sdl/aout_sdl.c
View file @
5594c61a
...
...
@@ -2,7 +2,7 @@
* aout_sdl.c : audio sdl functions library
*****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN
* $Id: aout_sdl.c,v 1.1
6 2001/07/25 19:14:06
massiot Exp $
* $Id: aout_sdl.c,v 1.1
7 2001/07/27 16:40:20
massiot Exp $
*
* Authors: Michel Kaempf <maxx@via.ecp.fr>
* Samuel Hocevar <sam@zoy.org>
...
...
@@ -38,14 +38,14 @@
#include <stdio.h>
/* "intf_msg.h" */
#include <stdlib.h>
/* calloc(), malloc(), free() */
#if
def
HAVE_SDL_SDL_H
#if HAVE_SDL_SDL_H
# include <SDL/SDL.h>
#elif
defined(HAVE_SDL11_SDL_H)
#elif
HAVE_SDL11_SDL_H
# include <SDL11/SDL.h>
#elif
defined(HAVE_SDL12_SDL_H)
#elif
HAVE_SDL12_SDL_H
# include <SDL12/SDL.h>
#else
#
error
# error
#endif
#include "config.h"
...
...
plugins/sdl/vout_sdl.c
View file @
5594c61a
...
...
@@ -2,7 +2,7 @@
* vout_sdl.c: SDL video output display method
*****************************************************************************
* Copyright (C) 1998, 1999, 2000 VideoLAN
* $Id: vout_sdl.c,v 1.
59 2001/07/25 19:14:06
massiot Exp $
* $Id: vout_sdl.c,v 1.
60 2001/07/27 16:40:20
massiot Exp $
*
* Authors: Samuel Hocevar <sam@zoy.org>
* Pierre Baillet <oct@zoy.org>
...
...
@@ -40,14 +40,14 @@
# include <netinet/in.h>
/* BSD: struct in_addr */
#endif
#if
def
HAVE_SDL_SDL_H
#if HAVE_SDL_SDL_H
# include <SDL/SDL.h>
#elif
defined(HAVE_SDL11_SDL_H)
#elif
HAVE_SDL11_SDL_H
# include <SDL11/SDL.h>
#elif
defined(HAVE_SDL12_SDL_H)
#elif
HAVE_SDL12_SDL_H
# include <SDL12/SDL.h>
#else
#
error
# error
#endif
#include "config.h"
...
...
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