Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
15fa20ca
Commit
15fa20ca
authored
Mar 29, 2010
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Contrib: jpeg update to v8a
parent
f89305a2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+2
-2
extras/contrib/src/packages.mak
extras/contrib/src/packages.mak
+2
-2
No files found.
extras/contrib/src/Makefile
View file @
15fa20ca
...
...
@@ -2011,10 +2011,10 @@ DISTCLEAN_PKG += firefox-source-$(MOZILLA_VERSION).tar.bz2
jpegsrc.v$(JPEG_VERSION).tar.gz
:
$(WGET)
$(JPEG_URL)
jpeg-
7
:
jpegsrc.v$(JPEG_VERSION).tar.gz
jpeg-
$(JPEG_VERSION)
:
jpegsrc.v$(JPEG_VERSION).tar.gz
$(EXTRACT_GZ)
.jpeg
:
jpeg-
7
.jpeg
:
jpeg-
$(JPEG_VERSION)
(
cd
$<
;
$(HOSTCC)
./configure
$(HOSTCONF)
--prefix
=
$(PREFIX)
CFLAGS
=
"
$(CFLAGS)
"
$(HOSTCC)
&&
make
&&
make
install
)
$(RANLIB)
$(PREFIX)
/lib/libjpeg.a
touch
$@
...
...
extras/contrib/src/packages.mak
View file @
15fa20ca
...
...
@@ -167,8 +167,8 @@ TWOLAME_VERSION=0.3.12
TWOLAME_URL
=
$(SF)
/twolame/twolame-
$(TWOLAME_VERSION)
.tar.gz
X264_VERSION
=
20050609
X264_URL
=
$(CONTRIB_VIDEOLAN)
/x264-
$(X264_VERSION)
.tar.gz
JPEG_VERSION
=
7
JPEG_URL
=
$(VIDEOLAN)
/contrib
/jpegsrc.v
$(JPEG_VERSION)
.tar.gz
JPEG_VERSION
=
8a
JPEG_URL
=
http://www.ijg.org/files
/jpegsrc.v
$(JPEG_VERSION)
.tar.gz
TIFF_VERSION
=
3.9.2
TIFF_URL
=
ftp://ftp.remotesensing.org/libtiff/tiff-
$(TIFF_VERSION)
.tar.gz
#TIFF_URL=http://dl.maptools.org/dl/libtiff/tiff-$(TIFF_VERSION).tar.gz
...
...
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