Skip to content

Add ffmpeg cli#5865

Open
Alex-PLACET wants to merge 4 commits into
emscripten-forge:mainfrom
Alex-PLACET:ffmpeg-cli
Open

Add ffmpeg cli#5865
Alex-PLACET wants to merge 4 commits into
emscripten-forge:mainfrom
Alex-PLACET:ffmpeg-cli

Conversation

@Alex-PLACET

Copy link
Copy Markdown
Collaborator

Package Details

  • Package Name: ffmpeg
  • Version: 8.1.1

Add ffmpeg cli

@Alex-PLACET Alex-PLACET self-assigned this Jul 13, 2026
--disable-stripping \
--disable-doc --disable-debug --disable-runtime-cpudetect \
--disable-autodetect --disable-pthreads --disable-w32threads \
--disable-autodetect --enable-pthreads --disable-w32threads \

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

are threads absolutely needed?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Yes, I can't compile the CLI without it

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

does that mean the pthread symbols are only dragged into the binary or are the libs also have them?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

I updated the recipe to have two pacakges now, one for the libs and another one for the CLI. I can create two packages which don't share the same core and so have the libs without pthread and the CLI with it

@Alex-PLACET
Alex-PLACET requested a review from DerThorsten July 20, 2026 20:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants