RPi-Distro / vlc

GNU General Public License v2.0
41 stars 4 forks source link

Any plans to port hw acceleration patches into 3.0.19? #89

Closed graysky2 closed 11 months ago

graysky2 commented 11 months ago

I tried rebasing mmal_35.patch for version 3.0.19 but met with tons of build errors. This requires someone with more knowledge than I have.

Here are the hunks that got applied cleanly. Here is what I manually rebased.

This is the resulting build log.

jc-kynesim commented 11 months ago

Short answer - yes. Indeed it is done - if you look at branch dev/3.0.19/port_1 in https://github.com/jc-kynesim/vlc.git - it has had very limited testing so far and there is some question about whether we want to track the version that debian uses or go forward to 3.0.19.

graysky2 commented 11 months ago

Nice! For others finding this:

git remote add vlc-upstream https://code.videolan.org/videolan/vlc.git
git fetch vlc-upstream
git fetch --tags vlc-upstream
git checkout dev/3.0.19/port_1
git diff-index --binary 3.0.19 > 0003-dev-3.0.19-port_1.patch

Here are my build files: https://github.com/graysky2/PKGBUILDs/tree/vlc-rpi-3.0.19/alarm/vlc-rpi