Skip to content
  • amyspark's avatar
    x264: Update to r3108, switch to meson-ports, and fix Android builds · 896d0e38
    amyspark authored and GStreamer Marge Bot's avatar GStreamer Marge Bot committed
    Upstream no longer provides Mercurial-style snapshots. However,
    we already host a port which follows that convention. I turned it into a
    patch following the well known convention,
    
    > git switch stable
    > git diff stable..164.3108-meson | git apply
    > git add *
    > git commit -m "Add Meson build"
    > git format-patch -n HEAD~1
    
    And since x264 is another library that shares bugs w.r.t. Android 32-bit
    linking, I ported the relevant linker flags to the Android.mk for
    GStreamer so that downstream users can get it fixed out of the box.
    
    See #215
    
    Fixes #286
    
    Part-of: <!1400>
    896d0e38