- Update ffmpeg-chromium-opera to 110.0.5481.100
- Update package to fix build issue
Details
- Reviewers
Staudey - Group Reviewers
Triage Team - Commits
- R5512:482a05222608: Update ffmpeg-chromium-opera to 110.0.5481.100
- Perform DRM test
- Stream YouTube
- Stream Hulu
Diff Detail
- Repository
- R5512 ffmpeg-chromium-opera
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
| package.yml | ||
|---|---|---|
| 55 | I don't think we need this part. Opera places its ffmpeg lib in the /usr/lib/opera directory | |
@Staudey I built successfully without that in there, but Opera wouldn't launch. I didn't grab the exact error message from the terminal, but it referenced /usr/lib/opera/libffmpeg.so, so I added it back as an install path.
Weird, seeing as Opera itself puts it in that directory (which is why we remove it in the Opera install step to use this ffmpeg package)
I'm going to take a closer look.
I just tested it, and as suspected it only needs the install -Dm00644 out/Release/libffmpeg.so $installdir/usr/lib/opera/libffmpeg.so part
install -Dm00644 out/Release/libffmpeg.so $installdir/usr/share/opera/libffmpeg.so can be removed
Rereading your previous comment I also realize that we had a misunderstanding here. I always meant removing the new /usr/share portion, not the /usr/lib/ one that was always there.
Removed install -Dm00644 out/Release/libffmpeg.so $installdir/usr/share/opera/libffmpeg.so from package.yml