[FFmpeg-cvslog] configure: recognise Minix as OS

Mans Rullgard git at videolan.org
Sun Oct 14 14:49:33 CEST 2012


ffmpeg | branch: master | Mans Rullgard <mans at mansr.com> | Fri Oct 12 21:42:27 2012 +0000| [741a8b724e47557c74df8950da5c879787ef55f5] | committer: Mans Rullgard

configure: recognise Minix as OS

No special setup is required for Minix.

Signed-off-by: Mans Rullgard <mans at mansr.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=741a8b724e47557c74df8950da5c879787ef55f5
---

 configure |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/configure b/configure
index 22becbf..534c80d 100755
--- a/configure
+++ b/configure
@@ -2875,6 +2875,8 @@ case $target_os in
         add_cppflags -D_OSF_SOURCE -D_POSIX_PII -D_REENTRANT
         AVSERVERLDFLAGS=
         ;;
+    minix)
+        ;;
     none)
         ;;
     *)



More information about the ffmpeg-cvslog mailing list