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
c7cafcbb
Commit
c7cafcbb
authored
Jun 07, 2001
by
Sam Hocevar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* SDL compilation fix for FreeBSD. * Fixed compilation of motion modules as plugins.
parent
47723362
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
5 deletions
+9
-5
plugins/motion/vdec_motion_inner.c
plugins/motion/vdec_motion_inner.c
+2
-1
plugins/motion/vdec_motion_inner_mmx.c
plugins/motion/vdec_motion_inner_mmx.c
+2
-1
plugins/motion/vdec_motion_inner_mmxext.c
plugins/motion/vdec_motion_inner_mmxext.c
+2
-1
plugins/sdl/vout_sdl.c
plugins/sdl/vout_sdl.c
+3
-2
No files found.
plugins/motion/vdec_motion_inner.c
View file @
c7cafcbb
...
...
@@ -2,7 +2,7 @@
* vdec_motion_inner.c : motion compensation inner routines
*****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN
* $Id: vdec_motion_inner.c,v 1.
2 2001/06/07 15:27:44
sam Exp $
* $Id: vdec_motion_inner.c,v 1.
3 2001/06/07 22:14:55
sam Exp $
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
* Jean-Marc Dressler <polux@via.ecp.fr>
...
...
@@ -23,6 +23,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
*****************************************************************************/
#define MODULE_NAME motion
#include "modules_inner.h"
/*****************************************************************************
...
...
plugins/motion/vdec_motion_inner_mmx.c
View file @
c7cafcbb
...
...
@@ -3,7 +3,7 @@
* MMX
*****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN
* $Id: vdec_motion_inner_mmx.c,v 1.
2 2001/06/07 15:27:44
sam Exp $
* $Id: vdec_motion_inner_mmx.c,v 1.
3 2001/06/07 22:14:55
sam Exp $
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>, largerly inspired by the
* work done by the livid project <http://www.linuxvideo.org/>
...
...
@@ -23,6 +23,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
*****************************************************************************/
#define MODULE_NAME motionmmx
#include "modules_inner.h"
/*****************************************************************************
...
...
plugins/motion/vdec_motion_inner_mmxext.c
View file @
c7cafcbb
...
...
@@ -3,7 +3,7 @@
* in MMX EXT
*****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN
* $Id: vdec_motion_inner_mmxext.c,v 1.
2 2001/06/07 15:27:44
sam Exp $
* $Id: vdec_motion_inner_mmxext.c,v 1.
3 2001/06/07 22:14:55
sam Exp $
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>, largerly inspired by the
* work done by the livid project <http://www.linuxvideo.org/>
...
...
@@ -23,6 +23,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
*****************************************************************************/
#define MODULE_NAME motionmmxext
#include "modules_inner.h"
/*****************************************************************************
...
...
plugins/sdl/vout_sdl.c
View file @
c7cafcbb
...
...
@@ -2,7 +2,7 @@
* vout_sdl.c: SDL video output display method
*****************************************************************************
* Copyright (C) 1998, 1999, 2000 VideoLAN
* $Id: vout_sdl.c,v 1.5
4 2001/05/31 03:23:24
sam Exp $
* $Id: vout_sdl.c,v 1.5
5 2001/06/07 22:14:56
sam Exp $
*
* Authors: Samuel Hocevar <sam@zoy.org>
* Pierre Baillet <oct@zoy.org>
...
...
@@ -35,8 +35,9 @@
#include <stdlib.h>
/* free() */
#include <string.h>
/* strerror() */
#include <sys/types.h>
#ifndef WIN32
#
include <netinet/in.h>
/* BSD: struct in_addr */
#
include <netinet/in.h>
/* BSD: struct in_addr */
#endif
#include <SDL/SDL.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