Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
VideoLAN
x264
Commits
bdfec13d
Commit
bdfec13d
authored
Mar 31, 2008
by
Guillaume Poirier
Committed by
Loren Merritt
Apr 02, 2008
Browse files
fix shared libs on MacOSX
based on a patch by İsmail Dönmez
parent
658b0586
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure
View file @
bdfec13d
...
...
@@ -463,6 +463,9 @@ if [ "$shared" = "yes" ]; then
echo
"SONAME=libx264-
$API
.dll"
>>
config.mak
echo
'IMPLIBNAME=libx264.dll.a'
>>
config.mak
echo
'SOFLAGS=-Wl,--out-implib,$(IMPLIBNAME) -Wl,--enable-auto-image-base'
>>
config.mak
elif
[
"
$SYS
"
=
"MACOSX"
]
;
then
echo
"SONAME=libx264.
$API
.dylib"
>>
config.mak
echo
'SOFLAGS=-dynamiclib -Wl,-single_module -Wl,-read_only_relocs,suppress'
>>
config.mak
else
echo
"SONAME=libx264.so.
$API
"
>>
config.mak
echo
'SOFLAGS=-Wl,-soname,$(SONAME)'
>>
config.mak
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment