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

revert LD_LIBRARY_PATH before calling ffmpeg #2842

Merged
merged 3 commits into from
Mar 6, 2020
Merged

Conversation

BrannonKing
Copy link
Member

PyInstaller modifies the LD_LIBRARY_PATH variable. This affects the execution of files external to the package. It was affecting the execution of ffmpeg but is handled here as suggested in the documentation at https://pyinstaller.readthedocs.io/en/stable/runtime-information.html#ld-library-path-libpath-considerations

Fixes #2838

lbry/file_analysis.py Show resolved Hide resolved
@lbry-bot lbry-bot assigned BrannonKing and unassigned BrannonKing Mar 5, 2020
@eukreign eukreign added area: files type: bug Existing functionality is wrong or broken area: packaging and removed area: files labels Mar 6, 2020
lbry/conf.py Outdated Show resolved Hide resolved
@jackrobison jackrobison merged commit 0f53cd8 into master Mar 6, 2020
@jackrobison jackrobison deleted the debug_find_ffmpeg branch March 6, 2020 20:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Existing functionality is wrong or broken
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ffmpeg not found when using linux binary / folder issue
3 participants