2020-08-19 03:58:14 +08:00
|
|
|
diff --git a/configure b/configure
|
2023-01-04 02:32:17 +08:00
|
|
|
index d6c4388..75b96c3 100644
|
2020-08-19 03:58:14 +08:00
|
|
|
--- a/configure
|
|
|
|
+++ b/configure
|
[alsa,fdk-aac,ffmpeg,libsrt,snappy,x265] Code cleanup, fix and use pkg-config (#39077)
- Setup and use pkg-config for ffmpeg dependencies.
https://github.com/microsoft/vcpkg/pull/38011#discussion_r1623174355.
- Export actual c++ link libraries for fdk-aac via pkg-config. (Same
pattern as lerc, geos.)
- Rectify link libraries in pkg-config for alsa, libsrt, snappy, x265.
- Burn-in dllimport for libsrt and x265.
- Pass detected STRIP to ffmpeg. Fixes
https://github.com/microsoft/vcpkg/issues/36852.
2024-06-06 15:48:31 +08:00
|
|
|
@@ -4378,6 +4378,7 @@ msvc_common_flags(){
|
2020-08-19 03:58:14 +08:00
|
|
|
-march=*) ;;
|
|
|
|
-lz) echo zlib.lib ;;
|
|
|
|
-lx264) echo libx264.lib ;;
|
|
|
|
+ -lmp3lame) echo libmp3lame.lib ;;
|
|
|
|
-lstdc++) ;;
|
|
|
|
-l*) echo ${flag#-l}.lib ;;
|
|
|
|
-LARGEADDRESSAWARE) echo $flag ;;
|