Changeset 1bd034706f0346cd6a65e074797e5e95d7d2aabb
- Timestamp:
- 04/04/08 02:06:47
(6 months ago)
- Author:
- Pavlov Konstantin <thresh@videolan.org>
- git-committer:
- Pavlov Konstantin <thresh@videolan.org> 1207267607 +0400
- git-parent:
[75588190d9df465b062cdd8ed2d782c87f1a0113]
- git-author:
- Pavlov Konstantin <thresh@videolan.org> 1207267607 +0400
- Message:
Revert "Contrib: attempt to fix gcrypt on mingw32."
As even mingw has automake 1.10 and buildbot is updated, this is not needed for contribs to build.
This reverts commit 3c16afd227beba8da6b5243952d90ef03f76dbe8.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r7558819 |
r1bd0347 |
|
| 1828 | 1828 | $(EXTRACT_BZ2) |
|---|
| 1829 | 1829 | patch -p0 < Patches/gcrypt.patch |
|---|
| 1830 | | ifdef HAVE_WIN32 |
|---|
| 1831 | | patch -p0 < Patches/gcrypt-win32-use-automake19.patch |
|---|
| 1832 | | endif |
|---|
| 1833 | 1830 | |
|---|
| 1834 | 1831 | CIPHDIG= --enable-ciphers=aes,des,rfc2268,arcfour --enable-digests=sha1,md5,rmd160 --enable-publickey-digests=dsa |
|---|