mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 19:25:27 +08:00
fixed: error LNK2001: unresolved external symbol _INT123_dct36_sse
https://github.com/Microsoft/vcpkg/issues/1976
This commit is contained in:
parent
e44c1b292d
commit
babddd9dd7
@ -22,3 +22,16 @@ index 6012ccc..bf37cd7 100644
|
|||||||
#define FUNC ASM_NAME
|
#define FUNC ASM_NAME
|
||||||
#define EXTERNAL_FUNC ASM_NAME
|
#define EXTERNAL_FUNC ASM_NAME
|
||||||
#define GET_GOT
|
#define GET_GOT
|
||||||
|
diff --git a/ports/MSVC++/2015/win32/libmpg123/libmpg123.vcxproj b/ports/MSVC++/2015/win32/libmpg123/libmpg123.vcxproj
|
||||||
|
index 1edf77d..f78999b 100644
|
||||||
|
--- a/ports/MSVC++/2015/win32/libmpg123/libmpg123.vcxproj
|
||||||
|
+++ b/ports/MSVC++/2015/win32/libmpg123/libmpg123.vcxproj
|
||||||
|
@@ -700,7 +700,7 @@ yasm -a x86 -p gas -r raw -f win32 -g null -m x86 -o "$(IntDir)synth_stereo_sse_
|
||||||
|
</Command>
|
||||||
|
</PreLinkEvent>
|
||||||
|
<Lib>
|
||||||
|
- <AdditionalDependencies>Shlwapi.lib;dct36_3dnow.o;dct36_3dnowext.o;dct64_3dnow.o;dct64_3dnowext.o;dct64_mmx.o;dct64_sse.o;dct64_sse_float.o;equalizer_3dnow.o;getcpuflags.o;synth_3dnow.o;synth_3dnowext.o;synth_i586.o;synth_mmx.o;synth_sse.o;synth_sse_float.o;synth_stereo_sse_float.o;tabinit_mmx.o;synth_sse_accurate.o;synth_sse_s32.o;synth_stereo_sse_accurate.o;synth_stereo_sse_s32.o;%(AdditionalDependencies)</AdditionalDependencies>
|
||||||
|
+ <AdditionalDependencies>Shlwapi.lib;dct36_3dnow.o;dct36_3dnowext.o;dct36_sse.o;dct64_3dnow.o;dct64_3dnowext.o;dct64_mmx.o;dct64_sse.o;dct64_sse_float.o;equalizer_3dnow.o;getcpuflags.o;synth_3dnow.o;synth_3dnowext.o;synth_i586.o;synth_mmx.o;synth_sse.o;synth_sse_float.o;synth_stereo_sse_float.o;tabinit_mmx.o;synth_sse_accurate.o;synth_sse_s32.o;synth_stereo_sse_accurate.o;synth_stereo_sse_s32.o;%(AdditionalDependencies)</AdditionalDependencies>
|
||||||
|
<AdditionalLibraryDirectories>$(IntDir);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
||||||
|
<Verbose>true</Verbose>
|
||||||
|
</Lib>
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
Source: mpg123
|
Source: mpg123
|
||||||
Version: 1.25.8-1
|
Version: 1.25.8-2
|
||||||
Description: mpg123 is a real time MPEG 1.0/2.0/2.5 audio player/decoder for layers 1, 2 and 3 (MPEG 1.0 layer 3 also known as MP3).
|
Description: mpg123 is a real time MPEG 1.0/2.0/2.5 audio player/decoder for layers 1, 2 and 3 (MPEG 1.0 layer 3 also known as MP3).
|
Loading…
x
Reference in New Issue
Block a user