Changeset 5ecef9fc2f16566bd4268e56e531ac705174435f
- Timestamp:
- 11/09/08 19:45:17
(3 months ago)
- Author:
- Jean-Baptiste Kempf <jb@videolan.org>
- git-committer:
- Jean-Baptiste Kempf <jb@videolan.org> 1221155117 +0200
- git-parent:
[5574f54de8a088481ff209b7b87bccad4122f190]
- git-author:
- Jean-Baptiste Kempf <jb@videolan.org> 1221155058 +0200
- Message:
Don't force unnneeded configure options to all libraries.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| red2d5ff |
r5ecef9f |
|
| 115 | 115 | # |
|---|
| 116 | 116 | ifdef HAVE_WIN32 |
|---|
| 117 | | HOSTCONF+= --without-pic --disable-shared --enable-msw --with-included-opencdk --with-included-libtasn1 --disable-dependency-tracking |
|---|
| | 117 | HOSTCONF+= --without-pic --disable-shared --enable-msw --disable-dependency-tracking |
|---|
| 118 | 118 | FFMPEGCONF+= --target-os=mingw32 --enable-memalign-hack --cpu=i686 --arch=i686 --disable-debug |
|---|
| 119 | 119 | endif |
|---|
| … | … | |
| 1921 | 1921 | .gnutls: gnutls .opencdk .gcrypt .gpg-error |
|---|
| 1922 | 1922 | ifdef HAVE_WIN32 |
|---|
| 1923 | | (cd $<; autoconf && $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) CFLAGS="$(CFLAGS)" --target=i586-mingw32msvc --disable-cxx -disable-shared --enable-static --disable-nls && cd lgl && make && cd ../gl && make && cd ../lib &&make && make install && cd ../includes && make install) |
|---|
| | 1923 | (cd $<; autoconf && $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) CFLAGS="$(CFLAGS)" --target=i586-mingw32msvc --disable-cxx -disable-shared --enable-static --disable-nls --with-included-opencdk --with-included-libtasn1 && cd lgl && make && cd ../gl && make && cd ../lib &&make && make install && cd ../includes && make install) |
|---|
| 1924 | 1924 | else |
|---|
| 1925 | 1925 | (cd $<; $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) CFLAGS="$(CFLAGS)" --disable-cxx --with-libopencdk-prefix=$(PREFIX) --disable-guile && make && make install) |
|---|