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
72959a53
Commit
72959a53
authored
Jul 05, 2011
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Contribs: add SDL
parent
035e0d75
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
38 additions
and
0 deletions
+38
-0
contrib/src/sdl/SHA512SUMS
contrib/src/sdl/SHA512SUMS
+1
-0
contrib/src/sdl/rules.mak
contrib/src/sdl/rules.mak
+37
-0
No files found.
contrib/src/sdl/SHA512SUMS
0 → 100644
View file @
72959a53
61ab65661492038d319b83521a27dc80dc71c76b63965ec094c9f53fbb76466e612d119297f9797d62147a0641808136181d0926e8082cb9b3e8d2a8e688a8b2 SDL-1.2.14.tar.gz
contrib/src/sdl/rules.mak
0 → 100644
View file @
72959a53
# SDL
SDL_VERSION
:=
1.2.14
SDL_URL
:=
http://www.libsdl.org/release/SDL-
$(SDL_VERSION)
.tar.gz
PKGS
+=
sdl
ifeq
($(call need_pkg,"sdl"),)
PKGS_FOUND
+=
sdl
endif
$(TARBALLS)/SDL-$(SDL_VERSION).tar.gz
:
$(
call
download,
$(SDL_URL)
)
.sum-sdl
:
SDL-$(SDL_VERSION).tar.gz
sdl
:
SDL-$(SDL_VERSION).tar.gz .sum-sdl
$(UNPACK)
$(MOVE)
SDLCONF
:=
$(HOSTCONF)
\
--disable-video-x11
\
--disable-video-aalib
\
--disable-video-dga
\
--disable-video-fbcon
\
--disable-video-directfb
\
--disable-video-ggi
\
--disable-video-svga
\
--disable-directx
\
--disable-joystick
\
--disable-cdrom
\
--disable-threads
\
--disable-sdl-dlopen
.sdl
:
sdl
cd
$<
&&
$(HOSTVARS)
./configure
$(SDLCONF)
cd
$<
&&
$(MAKE)
install
touch
$@
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