[x264-devel] commit: use elf instead of a.out on netbsd (Henry Bent )
git version control
git at videolan.org
Wed May 14 08:01:13 CEST 2008
x264 | branch: master | Henry Bent <hbent at cs.oberlin.edu> | Wed May 7 19:49:14 2008 -0600| [9386865f979a21d2a1000b77ac13cc51f16d7fcd]
use elf instead of a.out on netbsd
> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=9386865f979a21d2a1000b77ac13cc51f16d7fcd
---
configure | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/configure b/configure
index 10e0aa5..94554de 100755
--- a/configure
+++ b/configure
@@ -241,8 +241,6 @@ case $host_cpu in
ASFLAGS="$ASFLAGS -f macho -DPREFIX"
elif [ "$SYS" = MINGW ]; then
ASFLAGS="$ASFLAGS -f win32 -DPREFIX"
- elif [ "$SYS" = NETBSD ]; then
- ASFLAGS="$ASFLAGS -f aoutb"
else
ASFLAGS="$ASFLAGS -f elf"
fi
More information about the x264-devel
mailing list