Skip to content

Allow getopt fallback to compile on non-Windows platforms

Cameron Cawley requested to merge ccawley2011/dav1d:getopt into master

This allows it to build with SharedCLibrary on RISC OS, although it currently relies on err.h from POSIX to avoid needing extra platform specific code for getting the program name.

Merge request reports