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
3c16afd2
Commit
3c16afd2
authored
Apr 03, 2008
by
Pavlov Konstantin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Contrib: attempt to fix gcrypt on mingw32.
Added Patches/gcrypt-win32-use-automake19.patch.
parent
001ec5ad
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
0 deletions
+15
-0
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+3
-0
extras/contrib/src/Patches/gcrypt-win32-use-automake19.patch
extras/contrib/src/Patches/gcrypt-win32-use-automake19.patch
+12
-0
No files found.
extras/contrib/src/Makefile
View file @
3c16afd2
...
...
@@ -1829,6 +1829,9 @@ libgcrypt-$(GCRYPT_VERSION).tar.bz2:
libgcrypt
:
libgcrypt-$(GCRYPT_VERSION).tar.bz2
$(EXTRACT_BZ2)
patch
-p0
< Patches/gcrypt.patch
ifdef
HAVE_WIN32
patch
-p0
< Patches/gcrypt-win32-use-automake19.patch
endif
CIPHDIG
=
--enable-ciphers
=
aes,des,rfc2268,arcfour
--enable-digests
=
sha1,md5,rmd160
--enable-publickey-digests
=
dsa
...
...
extras/contrib/src/Patches/gcrypt-win32-use-automake19.patch
0 → 100644
View file @
3c16afd2
--- libgcrypt/configure.ac 2007-12-10 12:04:29 +0300
+++ libgcrypt.p/configure.ac 2008-04-03 20:23:22 +0400
@@ -21,7 +21,7 @@
# (Process this file with autoconf to produce a configure script.)
AC_REVISION($Revision: 1277 $)
AC_PREREQ(2.60)
-min_automake_version="1.10"
+min_automake_version="1.9"
# Remember to change the version number immediately *after* a release.
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