linux-sunxi / libvdpau-sunxi

Experimental VDPAU for Allwinner sunxi SoCs (obsolete, see https://linux-sunxi.org/Sunxi-Cedrus)
https://linux-sunxi.org/Cedrus
166 stars 80 forks source link

Avoid stropts.h to fix compilation. #19

Closed rdoeffinger closed 10 years ago

rdoeffinger commented 10 years ago

There is no stropts.h on my system. Also the documentation says to include sys/ioctl.h for ioctl(). The files do not seem to use the streams interface (e.g. strioctl struct) that stropts.h is intended to be used for.

Signed-off-by: Reimar Döffinger Reimar.Doeffinger@gmx.de

jemk commented 10 years ago

Right, 34a94b4df3e7f93fed0b868927cb203593dd0fbc fixed this on the master branch, but the osd merge introduced new ones.