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
bf9ab955
Commit
bf9ab955
authored
Nov 22, 2011
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contrib: use gcrypt for gnutls on OSX too
parent
7c98e07c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
16 deletions
+9
-16
contrib/TODO
contrib/TODO
+1
-16
contrib/src/gnutls/rules.mak
contrib/src/gnutls/rules.mak
+8
-0
No files found.
contrib/TODO
View file @
bf9ab955
binary package
creation/
downloading/extraction (prebuilt contribs)
binary package downloading/extraction (prebuilt contribs)
### Software that fails to build on MacOSX intel
for 64 bits only:
nettle
undefined symbols when making lib
for 32 bits only:
gmp
tmp-dive_1.s:108:junk `@GOT' after expression
for 32 and 64 bits
SDL_image
Undefined symbols (missing OpenGL framework?)
...
...
@@ -27,10 +14,8 @@ gnutls, gpg-error
live555
use old libtool options (/usr/bin/libtool), we use GNU
### Missing software for MacOSX (was present in extras/contrib)
# These 3 are binary framework downloads : no source code is used
BGHUDAppKit
Growl -- last free version: 1.3.0: http://code.google.com/p/growl/source/list http://itunes.apple.com/us/app/growl/id467939042
...
...
contrib/src/gnutls/rules.mak
View file @
bf9ab955
...
...
@@ -32,7 +32,15 @@ GNUTLS_CONF := \
--disable-guile
\
$(HOSTCONF)
USE_GCRYPT
=
0
ifdef
HAVE_WIN32
USE_GCRYPT
=
1
endif
ifdef
HAVE_MACOSX
USE_GCRYPT
=
1
endif
ifeq
(1,$(USE_GCRYPT))
GNUTLS_CONF
+=
--with-libgcrypt
DEPS_gnutls
=
gcrypt
$(DEPS_gcrypt)
else
...
...
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