flathub / org.freedesktop.Platform.ffmpeg

https://flathub.org/apps/details/org.freedesktop.Platform.ffmpeg
1 stars 2 forks source link

add HEVC, AC3/DTS and extensions, TrueHD #2

Closed MatMaul closed 6 years ago

MatMaul commented 6 years ago

1

TingPing commented 6 years ago

bot, build

TingPing commented 6 years ago

Build failed on arm: libavcodec/libavcodec.so: undefined reference to 'ff_mlpdsp_init_arm'

MatMaul commented 6 years ago

:( then I either need some kind of conditional depending of the arch (I could do that in a script then call ./configure) or I just disable TrueHD.

MatMaul commented 6 years ago

bot, build

MatMaul commented 6 years ago

bot, build

TingPing commented 6 years ago

:( then I either need some kind of conditional depending of the arch (I could do that in a script then call ./configure) or I just disable TrueHD.

Something like this based on the docs overrides the build-options for a module:

"build-options": {
  "arch": {
    "arm": {
       "config-opts": [
       ]
    }
  }
}
MatMaul commented 6 years ago

thanks ! Should I be able to trigger a build ? if not could you please ? I tried to fix it by explicitly adding mlp decoder, let's see.

MatMaul commented 6 years ago

bot, build

barthalion commented 6 years ago

That doesn't work unless you're flathub staff or repository contributor.

bot, build

MatMaul commented 6 years ago

Fixed the problem thanks \o/