]> git.sesse.net Git - vlc/commitdiff
Fixed ffmpeg BeOS cross compile on x86_64 (adapted from [12575])
authorEric Petit <titer@videolan.org>
Tue, 20 Sep 2005 20:14:48 +0000 (20:14 +0000)
committerEric Petit <titer@videolan.org>
Tue, 20 Sep 2005 20:14:48 +0000 (20:14 +0000)
extras/contrib/src/Makefile

index 3b4ae548d503b91eed4fab8cbede0135810f62a2..05479105b633b7dd4968e0ca1a9775f941feecb1 100644 (file)
@@ -78,6 +78,9 @@ else
 # Building natively
 RANLIB=ranlib
 endif
+ifeq ($(HOST),i586-pc-beos)
+FFMPEGCONF+=--cpu=x86
+endif
 
 # ***************************************************************************
 # Standard rules