xiph / speexdsp

Speex audio processing library - THIS IS A MIRROR, DEVELOPMENT HAPPENS AT https://gitlab.xiph.org/xiph/speexdsp
https://speex.org
Other
469 stars 190 forks source link

resample_neon.h: add missing stdint include for aarch64 #43

Closed lazka closed 1 year ago

lazka commented 2 years ago

aarch64 code is referencing stdint types but the file is missing the include.

tmatth commented 2 years ago

@lazka thanks, I've moved this to a gitlab MR here (all development happens on gitlab now, this is just a mirror): https://gitlab.xiph.org/xiph/speexdsp/-/merge_requests/12/commits

We don't have AARCH64 CI yet so I will try it out manually before merging.

lazka commented 1 year ago

Closing as https://gitlab.xiph.org/xiph/speexdsp/-/merge_requests/12 was merged

thanks