problem with compile libreelec from source (master) for odroid C2

  • Hi,
    I have problem with compile libreelec from source (master) for odroid C2.

    Code
    $ git branch
    * master
    Code
    $ PROJECT=Odroid_C2 ARCH=aarch64 SWAP_SUPPORT=no make image(...)
    libavutil/libavutil.so: undefined reference to `rpi_sand128b_stripe_to_8_10'
    collect2: error: ld returned 1 exit status
    make[1]: *** [Makefile:136: ffmpeg_g] Error 1
    make[1]: Leaving directory '/build/LibreELEC.tv/build.LibreELEC-Odroid_C2.aarch64-9.0-devel/ffmpeg-20f6654'
    Makefile:12: recipe for target 'image' failed
    make: *** [image] Error 2

    Problem exist after this commit:

    Code
    commit 72a2f66951b9a3ec96e7eeebbb27d3236dac17a1
    Author: MilhouseVH <[email protected]>
    Date:   Fri Sep 8 20:14:45 2017 +0100
    
        ffmpeg: update to ffmpeg-20f6654 (3.3.4-Leia-Alpha-1)
  • Try removing file packages/multimedia/ffmpeg/patches/ffmpeg-99.1001-pfcd_hevc_optimisations.patch. Maybe it is only RPi specific.

    Update: Yes, with this change project builds fine.