Changeset 36eedf407fcec5b1e377ada3654de1ab633cc53e
- Timestamp:
- 08/10/07 15:57:22
(1 year ago)
- Author:
- Rafaël Carré <funman@videolan.org>
- git-committer:
- Rafaël Carré <funman@videolan.org> 1191851842 +0000
- git-parent:
[2a9a3965078ee0451c8102119f5d274d2ffd0a27]
- git-author:
- Rafaël Carré <funman@videolan.org> 1191851842 +0000
- Message:
contribs: don't try to install the shared library if it doesn't exist, fix [22437]. Spotted by John Dalgliesh
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rd118657 |
r36eedf4 |
|
| 880 | 880 | .faad: faad |
|---|
| 881 | 881 | (cd $< && $(HOSTCC) ./configure $(HOSTCONF) --disable-shared --prefix=$(PREFIX) CFLAGS="-O3" && sed -i.orig "s/shrext_cmds/shrext/g" libtool && make -C libfaad && make -C libfaad install) |
|---|
| 882 | | $(INSTALL_NAME) |
|---|
| 883 | 882 | touch $@ |
|---|
| 884 | 883 | |
|---|