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
035e0d75
Commit
035e0d75
authored
Jul 05, 2011
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Contrib: add jpeg
parent
642bfa6e
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
0 deletions
+23
-0
contrib/src/jpeg/SHA512SUMS
contrib/src/jpeg/SHA512SUMS
+1
-0
contrib/src/jpeg/rules.mak
contrib/src/jpeg/rules.mak
+22
-0
No files found.
contrib/src/jpeg/SHA512SUMS
0 → 100644
View file @
035e0d75
9a8de546c1d0746a09f33cc71e7a3e6c584fdd55efb76b2e1fdebf7b649bcc0dde2bff32be5ceb19d7b57ca3fb0f84902d2fd76d5e9f43a1cc4c04777d061a24 jpegsrc.v8c.tar.gz
contrib/src/jpeg/rules.mak
0 → 100644
View file @
035e0d75
# jpeg
JPEG_VERSION
:=
8c
JPEG_URL
:=
http://www.ijg.org/files/jpegsrc.v
$(JPEG_VERSION)
.tar.gz
PKGS
+=
jpeg
$(TARBALLS)/jpegsrc.v$(JPEG_VERSION).tar.gz
:
$(
call
download,
$(JPEG_URL)
)
.sum-jpeg
:
jpegsrc.v$(JPEG_VERSION).tar.gz
jpeg
:
jpegsrc.v$(JPEG_VERSION).tar.gz .sum-jpeg
$(UNPACK)
mv
jpeg-
$(JPEG_VERSION)
jpegsrc.v
$(JPEG_VERSION)
$(MOVE)
.jpeg
:
jpeg
cd
$<
&&
$(HOSTVARS)
./configure
$(HOSTCONF)
cd
$<
&&
$(MAKE)
install
cd
$<
&&
$(RANLIB)
$(PREFIX)
/lib/libjpeg.a
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