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
7c98e07c
Commit
7c98e07c
authored
Nov 22, 2011
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contrib: fix gcrypt build on osx
parent
f047f096
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
contrib/TODO
contrib/TODO
+0
-3
contrib/src/gcrypt/rules.mak
contrib/src/gcrypt/rules.mak
+3
-0
No files found.
contrib/TODO
View file @
7c98e07c
...
...
@@ -9,9 +9,6 @@ nettle
for 32 bits only:
gcrypt
rijndael.c:895: error: can't find a register in class 'GENERAL_REGS' while reloading 'asm'
gmp
tmp-dive_1.s:108:junk `@GOT' after expression
...
...
contrib/src/gcrypt/rules.mak
View file @
7c98e07c
...
...
@@ -19,6 +19,9 @@ CONFIGURE_OPTS =
ifdef
HAVE_WIN64
CONFIGURE_OPTS
+=
--disable-asm
endif
ifdef
HAVE_MACOSX
CONFIGURE_OPTS
+=
--disable-aesni-support
endif
.gcrypt
:
libgcrypt
#
$(RECONF)
cd
$<
&&
$(HOSTVARS)
./configure
$(HOSTCONF)
--enable-ciphers
=
aes,des,rfc2268,arcfour
--enable-digests
=
sha1,md5,rmd160,sha512
--enable-pubkey-ciphers
=
dsa,rsa,ecc
$(CONFIGURE_OPTS)
...
...
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