aboutsummaryrefslogtreecommitdiff
path: root/ports/ffmpeg
diff options
context:
space:
mode:
authorAlexander Neumann <30894796+Neumann-A@users.noreply.github.com>2020-11-19 21:33:04 +0100
committerGitHub <noreply@github.com>2020-11-19 12:33:04 -0800
commit678e3057d60fe426dcc589f9fdcbb666b61e8604 (patch)
treec5408b3e8a7da46cad17f03c3aafa9726a099c93 /ports/ffmpeg
parentdd8d436fb03565d6de0a9c5deea228ccad084193 (diff)
downloadvcpkg-678e3057d60fe426dcc589f9fdcbb666b61e8604.tar.gz
vcpkg-678e3057d60fe426dcc589f9fdcbb666b61e8604.zip
[libpq/ffmpeg] Fix iconv/intl linkage not covered by CI (#14626)
* fix iconv naming in ffmpeg * libpq fix features
Diffstat (limited to 'ports/ffmpeg')
-rw-r--r--ports/ffmpeg/0007-fix-lib-naming.patch2
-rw-r--r--ports/ffmpeg/CONTROL2
2 files changed, 2 insertions, 2 deletions
diff --git a/ports/ffmpeg/0007-fix-lib-naming.patch b/ports/ffmpeg/0007-fix-lib-naming.patch
index c9fb9db21..7e4aa7102 100644
--- a/ports/ffmpeg/0007-fix-lib-naming.patch
+++ b/ports/ffmpeg/0007-fix-lib-naming.patch
@@ -8,7 +8,7 @@ index d6c4388..75b96c3 100644
-lx264) echo libx264.lib ;;
+ -lx265) echo libx265.lib ;;
+ -lmp3lame) echo libmp3lame.lib ;;
-+ -liconv) echo libiconv.lib ;;
++ -liconv) echo iconv.lib ;;
+ -lm) ;;
-lstdc++) ;;
-l*) echo ${flag#-l}.lib ;;
diff --git a/ports/ffmpeg/CONTROL b/ports/ffmpeg/CONTROL
index 4ea0d0400..0667d8822 100644
--- a/ports/ffmpeg/CONTROL
+++ b/ports/ffmpeg/CONTROL
@@ -1,6 +1,6 @@
Source: ffmpeg
Version: 4.3.1
-Port-Version: 7
+Port-Version: 8
Homepage: https://ffmpeg.org
Description: a library to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created.
FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. No matter if they were designed by some standards committee, the community or a corporation. It is also highly portable: FFmpeg compiles, runs, and passes our testing infrastructure FATE across Linux, Mac OS X, Microsoft Windows, the BSDs, Solaris, etc. under a wide variety of build environments, machine architectures, and configurations.