mirror of
https://github.com/mpv-player/mpv
synced 2024-12-18 12:55:16 +00:00
more ugly hack
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5290 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
e349799514
commit
8311e1c5b2
@ -6,7 +6,12 @@ for i in \
|
||||
"CpuDetect" \
|
||||
"ipentium" \
|
||||
"a3dnow" \
|
||||
"isse"
|
||||
"isse" \
|
||||
"dct36_3dnowex" \
|
||||
"dct36_3dnow" \
|
||||
"x_plus_minus_3dnow" \
|
||||
"tfcos36" \
|
||||
"COS9"
|
||||
do
|
||||
echo "fixing: $i=_$i"
|
||||
objcopy --redefine-sym "$i=_$i" libMP3.a
|
||||
|
Loading…
Reference in New Issue
Block a user