Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FFMpeg Compiling Error #21

Closed
miomirradovanovic opened this issue Feb 10, 2019 · 6 comments
Closed

FFMpeg Compiling Error #21

miomirradovanovic opened this issue Feb 10, 2019 · 6 comments

Comments

@miomirradovanovic
Copy link

When I try to build the project I get FFMpeg compiling error:

building x86_64...
Generating opus.pc
ERROR: opus not found using pkg-config

If you think configure made a mistake, make sure you are using the latest
version from Git. If the latest version fails, report the problem to the
ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.freenode.net.
Include the log file "ffbuild/config.log" produced by configure as this will help
solve the problem.
Command PhaseScriptExecution failed with a nonzero exit code

Is there any building guide with straightforward instructions?

@realmedik
Copy link

just install yasm and pkg-config for prebuilding ffmpeg

brew install pkg-config
brew install yasm

@XavierLost
Copy link

@badgentlemen next ??

@laktyushin
Copy link
Contributor

@hoootan
Copy link

hoootan commented Sep 26, 2019

I'm in Catalina and still get this error despite installed yasm and pkg-config
(tested on both Xcode 11 and 10)

@stevenwy
Copy link

@hoootan Have you solved this issue?

@hoootan
Copy link

hoootan commented Oct 12, 2019

@stevenwy Not yet, I think I have to test it on Xcode 10.

Henoshel added a commit to Henoshel/Telegram-iOS that referenced this issue Jul 28, 2020
…ottom

Disabled displaying push notifications when payload contains `account…
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

No branches or pull requests

6 participants