Skip to content

[ffmpeg] fix flags#22477

Closed
Neumann-A wants to merge 4 commits intomicrosoft:masterfrom
Neumann-A:ffmpeg_fix_flags
Closed

[ffmpeg] fix flags#22477
Neumann-A wants to merge 4 commits intomicrosoft:masterfrom
Neumann-A:ffmpeg_fix_flags

Conversation

@Neumann-A
Copy link
Copy Markdown
Contributor

@Neumann-A Neumann-A commented Jan 11, 2022

superseded by #23001 ?

Copy link
Copy Markdown

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!

After committing all other changes, the version database must be updated
git add -u && git commit
git checkout 9f04533f307a8560cc1cc5c1fdee0d88d6d7d818 -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/baseline.json b/versions/baseline.json
index 704d032..862c4b3 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -2146,7 +2146,7 @@
     },
     "ffmpeg": {
       "baseline": "4.4.1",
-      "port-version": 4
+      "port-version": 5
     },
     "ffnvcodec": {
       "baseline": "11.1.5.0",
diff --git a/versions/f-/ffmpeg.json b/versions/f-/ffmpeg.json
index 1fdafc9..f4de14d 100644
--- a/versions/f-/ffmpeg.json
+++ b/versions/f-/ffmpeg.json
@@ -1,5 +1,10 @@
 {
   "versions": [
+    {
+      "git-tree": "de630ac8cde06cb944e1f5c962f87f6b96061a2d",
+      "version": "4.4.1",
+      "port-version": 5
+    },
     {
       "git-tree": "d7e12377ceb86caf3720807cb4be9f0f51c93798",
       "version": "4.4.1",

Copy link
Copy Markdown

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!

After committing all other changes, the version database must be updated
git add -u && git commit
git checkout 9f04533f307a8560cc1cc5c1fdee0d88d6d7d818 -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/baseline.json b/versions/baseline.json
index 704d032..862c4b3 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -2146,7 +2146,7 @@
     },
     "ffmpeg": {
       "baseline": "4.4.1",
-      "port-version": 4
+      "port-version": 5
     },
     "ffnvcodec": {
       "baseline": "11.1.5.0",
diff --git a/versions/f-/ffmpeg.json b/versions/f-/ffmpeg.json
index 1fdafc9..ac6b5e3 100644
--- a/versions/f-/ffmpeg.json
+++ b/versions/f-/ffmpeg.json
@@ -1,5 +1,10 @@
 {
   "versions": [
+    {
+      "git-tree": "5bc233d52dee09a6f4aa1dfcce4fe4f8346cf66f",
+      "version": "4.4.1",
+      "port-version": 5
+    },
     {
       "git-tree": "d7e12377ceb86caf3720807cb4be9f0f51c93798",
       "version": "4.4.1",

Copy link
Copy Markdown

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!

After committing all other changes, the version database must be updated
git add -u && git commit
git checkout 9f04533f307a8560cc1cc5c1fdee0d88d6d7d818 -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/baseline.json b/versions/baseline.json
index 704d032..862c4b3 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -2146,7 +2146,7 @@
     },
     "ffmpeg": {
       "baseline": "4.4.1",
-      "port-version": 4
+      "port-version": 5
     },
     "ffnvcodec": {
       "baseline": "11.1.5.0",
diff --git a/versions/f-/ffmpeg.json b/versions/f-/ffmpeg.json
index 1fdafc9..663580f 100644
--- a/versions/f-/ffmpeg.json
+++ b/versions/f-/ffmpeg.json
@@ -1,5 +1,10 @@
 {
   "versions": [
+    {
+      "git-tree": "22f678cd052b3234f227d825358e6c5dce341359",
+      "version": "4.4.1",
+      "port-version": 5
+    },
     {
       "git-tree": "d7e12377ceb86caf3720807cb4be9f0f51c93798",
       "version": "4.4.1",

@Cheney-W
Copy link
Copy Markdown
Contributor

ffmpeg:x64-windows, zxing-cpp:x64-windows-static and zxing-cpp:x64-windows-static-md all failed with error LNK2019, failure logs are here:
ffmpeg:x64-windows
zxing-cpp:x64-windows-static
zxing-cpp:x64-windows-static-md

@Neumann-A Could you please help solve this issue? Thank you!

@Cheney-W Cheney-W added category:port-bug The issue is with a library, which is something the port should already support requires:author-response labels Jan 12, 2022
@ras0219-msft
Copy link
Copy Markdown
Contributor

Yes, I've copied over all of the quoting to the other PR. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

category:port-bug The issue is with a library, which is something the port should already support

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants