Recognize OpenBSD

Issue #76 closed
Brad Smith created an issue

Here is a patch to have the output of x265 --version recognize OpenBSD.

--- source/common/version.cpp.orig      Sun Aug 31 12:21:25 2014
+++ source/common/version.cpp   Sun Aug 31 12:22:17 2014
@@ -63,6 +63,8 @@
 #define NVM_ONOS        "[Cygwin]"
 #elif __APPLE__
 #define NVM_ONOS        "[Mac OS X]"
+#elif __OpenBSD__
+#define NVM_ONOS        "[OpenBSD]"
 #else
 #define NVM_ONOS "[Unk-OS]"
 #endif

Comments (1)

  1. Log in to comment