チケット #44018

SDL_HINT_AUDIO_RESAMPLING_MODE not available in the oldest sdl2 releases

登録: 2022-03-04 05:18 最終更新: 2022-03-07 13:05

報告者:
担当者:
チケットの種類:
状況:
完了
コンポーネント:
マイルストーン:
優先度:
5 - 中
重要度:
5 - 中
解決法:
修正済み
ファイル:
5

詳細

I've got build failure on Ubuntu Trusty because of SDL_HINT_AUDIO_RESAMPLING_MODE.

sdl2 documentation does not list as something that's been added since initial 2.0.0 release (and that's the documentation I've been relying so far), but looking various Release Notes it seems that it was added in sdl2-2.0.6.

In master and S3_1 we can simply bump minimum sdl2 requirement.

S3_0 likely needs more conditional compiling, or in worst case dropping the hint completely.

チケットの履歴 (12 件中 3 件表示)

2022-03-04 05:18 更新者: cazfi
  • 新しいチケット "SDL_HINT_AUDIO_RESAMPLING_MODE not available in the oldest sdl2 releases" が作成されました
2022-03-04 05:49 更新者: cazfi
コメント

Considering that SDL2_mixer is the only audio option in branches later than S3_0, requiring SDL2 >= 2.0.6 in S3_1 is a bit out of the general line (trusty can still use gtk3-client in S3_1 etc). Such a requirement is in line with master's requirements.

2022-03-04 05:56 更新者: cazfi
  • 担当者(未割り当て) から cazfi に更新されました
  • 解決法なし から 受領 に更新されました
2022-03-06 03:18 更新者: cazfi
コメント

- Rebased master patch against current HEAD (it was originally made on top of #43942)

2022-03-06 04:31 更新者: alienvalkyrie
コメント

The S3_0 patch checks that AUDIO_SDL1_2 is defined, rather than undefined (as before); I assume that's not intended.

2022-03-06 06:05 更新者: cazfi
コメント

Reply To alienvalkyrie

The S3_0 patch checks that AUDIO_SDL1_2 is defined, rather than undefined (as before); I assume that's not intended.

Corrected patch attached.

2022-03-07 13:05 更新者: cazfi
  • 状況オープン から 完了 に更新されました
  • 解決法受領 から 修正済み に更新されました

編集

このチケットにコメントを追加するには、ログインが必要です » ログインする