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
9fa51783
Commit
9fa51783
authored
Jul 05, 2011
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contrib: fix SDL_image dependencies
parent
71adf301
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
contrib/src/SDL_image/rules.mak
contrib/src/SDL_image/rules.mak
+3
-0
contrib/src/tiff/rules.mak
contrib/src/tiff/rules.mak
+0
-2
No files found.
contrib/src/SDL_image/rules.mak
View file @
9fa51783
...
...
@@ -18,6 +18,9 @@ SDL_image: SDL_image-$(SDL_IMAGE_VERSION).tar.gz .sum-SDL_image
$(APPLY)
$(SRC)
/SDL_image/SDL_image.patch
$(MOVE)
DEPS_SDL_image
=
png
$(DEPS_png)
jpeg
$(DEPS_jpeg)
tiff
$(DEPS_tiff)
\
sdl
$(DEPS_sdl)
.SDL_image
:
SDL_image .png .jpeg .sdl
cd
$<
&&
$(HOSTVARS)
./configure
$(HOSTCONF)
--enable-tif
--disable-sdltest
cd
$<
&&
$(MAKE)
install
...
...
contrib/src/tiff/rules.mak
View file @
9fa51783
...
...
@@ -3,8 +3,6 @@
TIFF_VERSION
:=
3.9.5
TIFF_URL
:=
ftp://ftp.remotesensing.org/libtiff/tiff-
$(TIFF_VERSION)
.tar.gz
PKGS
+=
tiff
$(TARBALLS)/tiff-$(TIFF_VERSION).tar.gz
:
$(
call
download,
$(TIFF_URL)
)
...
...
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