Changeset 3d759900f16d3f904010332c50b736ba5d0bfe0c
- Timestamp:
- 04/15/08 23:24:07
(3 months ago)
- Author:
- Pierre d'Herbemont <pdherbemont@videolan.org>
- git-committer:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1208294647 +0200
- git-parent:
[664eb2399a74220f604632467e09bdab1e720a96]
- git-author:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1208294647 +0200
- Message:
configure: Enable read_only_reloc for x264.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r698d753 |
r3d75990 |
|
| 175 | 175 | VLC_ADD_LDFLAGS([vlc],[-Wl,-undefined,dynamic_lookup]) |
|---|
| 176 | 176 | VLC_ADD_LDFLAGS([libvlc_control],[-Wl,dynamic_lookup]) |
|---|
| 177 | | VLC_ADD_LDFLAGS([ffmpeg i420_rgb_mmx],[-Wl,-read_only_relocs,suppress]) |
|---|
| | 177 | VLC_ADD_LDFLAGS([ffmpeg i420_rgb_mmx x264],[-Wl,-read_only_relocs,suppress]) |
|---|
| 178 | 178 | VLC_ADD_CFLAGS([motion],[-fconstant-cfstrings]) |
|---|
| 179 | 179 | VLC_ADD_LDFLAGS([libvlc],[-Wl,-framework,Cocoa,-framework,CoreFoundation]) |
|---|