Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
VideoLAN
x264
Commits
08ad421f
Commit
08ad421f
authored
May 07, 2008
by
Henry Bent
Committed by
Loren Merritt
May 14, 2008
Browse files
use elf instead of a.out on netbsd
parent
a0194ef6
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure
View file @
08ad421f
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment