1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-07 03:56:28 +02:00

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

This commit is contained in:
Eric Petit 2005-09-20 20:14:48 +00:00
parent 87f2a351f0
commit 4a4a0f5505

View File

@ -78,6 +78,9 @@ else
# Building natively
RANLIB=ranlib
endif
ifeq ($(HOST),i586-pc-beos)
FFMPEGCONF+=--cpu=x86
endif
# ***************************************************************************
# Standard rules