Opened 9 months ago
Closed 9 months ago
#20102 closed enhancement (fixed)
Port QtWebEngine to use system ffmpeg 7
Reported by: | Xi Ruoyao | Owned by: | Douglas R. Reno |
---|---|---|---|
Priority: | normal | Milestone: | 12.2 |
Component: | BOOK | Version: | git |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
Change History (6)
comment:1 by , 9 months ago
follow-up: 3 comment:2 by , 9 months ago
patch -Np1 -d src/3rdparty/chromium < ../qtwebengine-ffmpeg-7.patch
should be easier. Note that using -i
instead of <
won't work.
follow-up: 4 comment:3 by , 9 months ago
Replying to Xi Ruoyao:
patch -Np1 -d src/3rdparty/chromium < ../qtwebengine-ffmpeg-7.patchshould be easier. Note that using
-i
instead of<
won't work.
Wouldn't the output then be to stdout?
comment:4 by , 9 months ago
Replying to Bruce Dubbs:
Replying to Xi Ruoyao:
patch -Np1 -d src/3rdparty/chromium < ../qtwebengine-ffmpeg-7.patchshould be easier. Note that using
-i
instead of<
won't work.Wouldn't the output then be to stdout?
No, patch is not sed :).
comment:5 by , 9 months ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:6 by , 9 months ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
I'm not sure how it applies.
I guess after extracting qtwebengine it needs:
At least that applied with some offsets and fuzz.
I have not tried building.