Commit 4a4a0f55 authored by Eric Petit's avatar Eric Petit

Fixed ffmpeg BeOS cross compile on x86_64 (adapted from [12575])

parent 87f2a351
...@@ -78,6 +78,9 @@ else ...@@ -78,6 +78,9 @@ else
# Building natively # Building natively
RANLIB=ranlib RANLIB=ranlib
endif endif
ifeq ($(HOST),i586-pc-beos)
FFMPEGCONF+=--cpu=x86
endif
# *************************************************************************** # ***************************************************************************
# Standard rules # Standard rules
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment