Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
fbfd5149
Commit
fbfd5149
authored
Apr 08, 2014
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
extras/tools: remove openssl
it is never enabled
parent
017fa489
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
21 deletions
+0
-21
extras/tools/packages.mak
extras/tools/packages.mak
+0
-3
extras/tools/tools.mak
extras/tools/tools.mak
+0
-18
No files found.
extras/tools/packages.mak
View file @
fbfd5149
...
...
@@ -29,9 +29,6 @@ TAR_URL=$(GNU)/tar/tar-$(TAR_VERSION).tar.bz2
XZ_VERSION
=
5.0.3
XZ_URL
=
http://tukaani.org/xz/xz-
$(XZ_VERSION)
.tar.bz2
OPENSSL_VERSION
=
1.0.0e
OPENSSL_URL
=
http://www.openssl.org/source/openssl-
$(OPENSSL_VERSION)
.tar.gz
GAS_VERSION
=
eca4c18
GAS_URL
=
http://git.libav.org/?p
=
gas-preprocessor.git
;
a
=
snapshot
;
h
=
$(GAS_VERSION)
;
sf
=
tgz
...
...
extras/tools/tools.mak
View file @
fbfd5149
...
...
@@ -197,24 +197,6 @@ CLEAN_FILE += .pkg-config
CLEAN_PKG
+=
pkgconfig
DISTCLEAN_PKG
+=
pkg-config-
$(PKGCFG_VERSION)
.tar.gz
# openssl
# we need to use -j1 here, since otherwise compilation fails (at least on Darwin)
openssl-$(OPENSSL_VERSION).tar.gz
:
$(
call
download,
$(OPENSSL_URL)
)
openssl
:
openssl-$(OPENSSL_VERSION).tar.gz
$(UNPACK)
$(MOVE)
.openssl
:
openssl
(
cd
openssl
;
./config
--prefix
=
$(PREFIX)
no-shared no-zlib
&&
$(MAKE)
-j1
&&
$(MAKE)
test
&&
$(MAKE)
install
)
touch
$@
CLEAN_FILE
+=
.openssl
CLEAN_PKG
+=
openssl
DISTCLEAN_PKG
+=
openssl-
$(OPENSSL_VERSION)
.tar.gz
# gas-preprocessor
gas-preprocessor-$(GAS_VERSION).tar.gz
:
$(
call
download,
$(GAS_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