CasparCG / server

CasparCG Server is a Windows and Linux software used to play out professional graphics, audio and video to multiple outputs. It has been in 24/7 broadcast production since 2006. Ready-to-use downloads are available under the Releases tab https://casparcg.com.
GNU General Public License v3.0
915 stars 269 forks source link

fix: compilation on 32bit platforms #1562

Closed dimitry-ishenko closed 2 months ago

dimitry-ishenko commented 2 months ago

On 32bit platforms passing long to data_t causes ambiguity, because it doesn't map directly into any of the types held by data_t.

Julusian commented 2 months ago

I would say that I don't see the value in supporting armhf, or other 32bit platforms, but as the change is so simple I don't object to it

dimitry-ishenko commented 2 months ago

I would say that I don't see the value in supporting armhf, or other 32bit platforms, but as the change is so simple I don't object to it

I was just thinking maybe some cheaper ARM boxen that don't have proper 64 bit Linux support can benefit from it. Otherwise, I was of the same frame of mind as you, since this is a very small change, why not. Thanks for accepting.