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
7e6486a9
Commit
7e6486a9
authored
Feb 07, 2008
by
Dennis van Amerongen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
extras/contrib/src/packages.mak: bump pthreads in contrib to 2.8.0
parent
bf601791
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+1
-1
extras/contrib/src/packages.mak
extras/contrib/src/packages.mak
+1
-1
No files found.
extras/contrib/src/Makefile
View file @
7e6486a9
...
...
@@ -2246,7 +2246,7 @@ pthreads: pthreads-w32-$(PTHREADS_VERSION)-release.tar.gz
$(EXTRACT_GZ)
.pthreads
:
pthreads
(
cd
$<
;
$(HOSTCC)
make
$(PTHREADSCONF)
GC-static
&&
cp
-v
pthread.h sched.h semaphore.h
$(PREFIX)
/include/
&&
cp
-v
*
.a
$(PREFIX)
/lib/
)
(
cd
$<
;
$(HOSTCC)
make
$(PTHREADSCONF)
GC-static
&&
mkdir
-p
$(PREFIX)
/include
&&
cp
-v
pthread.h sched.h semaphore.h
$(PREFIX)
/include/
&&
mkdir
-p
$(PREFIX)
/lib
&&
cp
-v
*
.a
$(PREFIX)
/lib/
)
$(INSTALL_NAME)
touch
$@
...
...
extras/contrib/src/packages.mak
View file @
7e6486a9
...
...
@@ -196,7 +196,7 @@ EXPAT_URL=$(SF)/expat/expat-$(EXPAT_VERSION).tar.gz
NASM_CVSROOT
=
:pserver:anonymous@cvs.sourceforge.net:/cvsroot/nasm
NASM_VERSION
=
0.98.40-20060130
NASM_URL
=
$(VIDEOLAN)
/testing/contrib/nasm-0.98.40-20060130.tar.bz2
PTHREADS_VERSION
=
2-
7
-0
PTHREADS_VERSION
=
2-
8
-0
PTHREADS_URL
=
ftp://sources.redhat.com/pub/pthreads-win32/pthreads-w32-
$(PTHREADS_VERSION)
-release
.tar.gz
UNICOWS_VERSION
=
1.1.1
UNICOWS_URL
=
$(SF)
/libunicows/libunicows-
$(UNICOWS_VERSION)
-src
.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