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
325812b6
Commit
325812b6
authored
Aug 07, 2011
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Contribs: add regex (necessary for Win32 libcddb)
parent
887b13d2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
0 deletions
+21
-0
contrib/src/regex/SHA512SUMS
contrib/src/regex/SHA512SUMS
+1
-0
contrib/src/regex/rules.mak
contrib/src/regex/rules.mak
+20
-0
No files found.
contrib/src/regex/SHA512SUMS
0 → 100644
View file @
325812b6
85a4f5161759646b3cf5484539cebe92e51ee1896f7853084d4aba2b5399164922103dc2b49971eca9821bec56195fef999f100f61b6d734955ccd7c81ca3ca7 regex-0.12.tar.gz
contrib/src/regex/rules.mak
0 → 100644
View file @
325812b6
# REGEX
REGEX_VERSION
:=
0.12
REGEX_URL
:=
http://ftp.gnu.org/old-gnu/regex/regex-
$(REGEX_VERSION)
.tar.gz
PKGS_FOUND
+=
regex
$(TARBALLS)/regex-$(REGEX_VERSION).tar.gz
:
$(
call
download,
$(REGEX_URL)
)
.sum-regex
:
regex-$(REGEX_VERSION).tar.gz
regex
:
regex-$(REGEX_VERSION).tar.gz .sum-regex
$(UNPACK)
$(MOVE)
.regex
:
regex
cd
$<
&&
$(HOSTVARS)
./configure
$(HOSTCONF)
cd
$<
&&
make
subirs
=
cd
$<
&&
$(AR)
rcvu libregex.a regex.o
&&
$(RANLIB)
libregex.a
&&
cp
-v
regex.h
$(PREFIX)
/include
&&
cp
-v
libregex.a
$(PREFIX)
/lib
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