UltraStar-Deluxe / USDX

The free and open source karaoke singing game UltraStar Deluxe, inspired by Sony SingStarâ„¢
https://usdx.eu
GNU General Public License v2.0
832 stars 160 forks source link

ffmpeg-4.2 support #474

Closed SoundHunter closed 4 years ago

SoundHunter commented 5 years ago

Actual behaviour

Building USDX against ffmpeg-4.2 on Archlinux with the AUR package (https://aur.archlinux.org/packages/ultrastardx-git) fails:

USDX/src/lib/ffmpeg-4.0/avutil.pas(81,4) Error: User defined: Linked version of libavutil is not yet supported!

Expected behaviour

Successful build

Steps to reproduce

Build USDX against the latest version of ffmpeg (currently ffmpeg-4.2 on Archlinux).

Details

Provide some additional information:

luto commented 5 years ago

@SoundHunter please check if #477 works for you and let us know! thanks.

SoundHunter commented 5 years ago

Hey @luto , #477 compiles without errors and the game works as expected. Thank you so much!