Changeset 129582fb64723cfd56bd584a982fba10f071a38f
- Timestamp:
- 20/09/08 00:46:52
(2 months ago)
- Author:
- Jean-Baptiste Kempf <jb@videolan.org>
- git-committer:
- Jean-Baptiste Kempf <jb@videolan.org> 1221864412 -0700
- git-parent:
[14149265e6fc1854ab15eb555d74003f681886ea]
- git-author:
- Jean-Baptiste Kempf <jb@videolan.org> 1221863557 -0700
- Message:
Contribs: Die if NO_RELOCATION
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rfa79d12 |
r129582f |
|
| 144 | 144 | endif |
|---|
| 145 | 145 | |
|---|
| 146 | | ifdef NO_TEXT_RELOCATION |
|---|
| 147 | | FFMPEGCONF += --disable-mmx |
|---|
| 148 | | endif |
|---|
| 149 | | |
|---|
| 150 | 146 | ifdef HAVE_DARWIN_OS |
|---|
| 151 | 147 | X264CONF += --enable-pic |
|---|
| … | … | |
| 794 | 790 | (cd $<; $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) $(THEORACONF) --disable-asm && make && make install) |
|---|
| 795 | 791 | else |
|---|
| 796 | | ifdef NO_TEXT_RELOCATION |
|---|
| 797 | | (cd $<; $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) --disable-asm $(THEORACONF) && make && make install) |
|---|
| 798 | | else |
|---|
| 799 | 792 | (cd $<; $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) $(THEORACONF)&& make && make install) |
|---|
| 800 | | endif |
|---|
| 801 | 793 | endif |
|---|
| 802 | 794 | $(INSTALL_NAME) |
|---|
| … | … | |
| 1082 | 1074 | (cd $@; patch -p0 < ../Patches/ffmpeg-macosx-intel-mmx.patch) |
|---|
| 1083 | 1075 | endif |
|---|
| 1084 | | ifdef NO_TEXT_RELOCATION |
|---|
| 1085 | | (cd $@; patch -p0 < ../Patches/ffmpeg-svn-mmx_removal-darwin9.patch) |
|---|
| 1086 | | endif |
|---|
| 1087 | 1076 | ifdef HAVE_UCLIBC |
|---|
| 1088 | 1077 | patch -p0 < Patches/ffmpeg-svn-uclibc.patch |
|---|
| 1089 | 1078 | patch -p0 < Patches/ffmpeg-svn-internal-define.patch |
|---|
| 1090 | 1079 | patch -p0 < Patches/ffmpeg-svn-libavformat.patch |
|---|
| | 1080 | endif |
|---|
| | 1081 | ifdef NO_TEXT_RELOCATION |
|---|
| | 1082 | echo "Broken LD. Fix your tools." |
|---|
| | 1083 | exit -1 |
|---|
| 1091 | 1084 | endif |
|---|
| 1092 | 1085 | else |
|---|