mirror of
https://github.com/mpv-player/mpv
synced 2025-01-24 19:37:30 +01:00
Remove macho64 special-case for yasm options, -DPIC is already added
by the PIC-detection code. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29856 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
4c3dc1b10b
commit
3cc24f5bee
1
configure
vendored
1
configure
vendored
@ -2605,7 +2605,6 @@ if test -z "$YASMFLAGS" ; then
|
||||
test "$pic" = "yes" && YASMFLAGS="$YASMFLAGS -DPIC"
|
||||
case "$objformat" in
|
||||
elf) test $_debug && YASMFLAGS="$YASMFLAGS -g dwarf2" ;;
|
||||
macho64) YASMFLAGS="$YASMFLAGS -DPIC -DPREFIX" ;;
|
||||
*) YASMFLAGS="$YASMFLAGS -DPREFIX" ;;
|
||||
esac
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user