Mercurial > mplayer.hg
changeset 6379:48e3f3cc291a
FreeBSD Real support
author | nexus |
---|---|
date | Mon, 10 Jun 2002 16:19:46 +0000 |
parents | 64a828f1872b |
children | 947d6a639c5a |
files | configure |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Mon Jun 10 16:14:25 2002 +0000 +++ b/configure Mon Jun 10 16:19:46 2002 +0000 @@ -3227,8 +3227,11 @@ if linux ; then _real=yes echores "yes" + elif freebsd ; then + _real=yes + echores "yes" else - echores "no (untested on non-linux arch)" + echores "no (tested only on Linux and FreeBSD arch)" fi else echores "no (dynamic loader support needed)"