commit 69b21105ca7ff0ec85af48f41bec4142bcfbdc87 broke cross-compiling ffmpeg

Issue #36 new
Former user created an issue

Hello. When cross-compiling ffmpeg under ubuntu :-

  1. first building https://bitbucket.org/mpyne/game-music-emu.git with commit a8da3a1992d2e099201392d630d99ef2c3f070ee works OK.

  2. first building https://bitbucket.org/mpyne/game-music-emu.git with commit 69b21105ca7ff0ec85af48f41bec4142bcfbdc87 fails with:

ERROR: libgme not found

Looks like something broke cross-compiling with that commit.

Thanks

Comments (3)

  1. Michael Pyne repo owner

    Hi, do you have any additional information you can provide that would help me to reproduce? Especially about your CBUILD/CHOST/CTARGET triples, the toolchain you’re using, configure/build commands?

    It may be easier to show the error message details (if any are given) for why libgme could not be found. I’m expecting that there would be a syntax error reported but it would help to know what line it is choking on.

  2. Log in to comment