[vlc-devel] commit: Revert "FFmpeg use --cross-compile option" ( Rafaël Carré )
git version control
git at videolan.org
Mon Apr 21 17:00:45 CEST 2008
vlc | branch: master | Rafaël Carré <funman at videolan.org> | Mon Apr 21 17:01:30 2008 +0200| [5ffe61babe66f195c908891b8ed2ea33c6235979]
Revert "FFmpeg use --cross-compile option"
This reverts commit 63b84d592a8c8ee4edde4b19e4fe1745c8b1e8ac.
Don't use old snapshots and think its HEAD
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5ffe61babe66f195c908891b8ed2ea33c6235979
---
extras/contrib/src/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile
index 7e8d96d..efe2360 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -101,7 +101,7 @@ ifneq ($(BUILD),$(HOST))
#
ifndef HAVE_CYGWIN
# We are REALLY cross compiling
- FFMPEGCONF=--cross-prefix=$(HOST)- --cross-compile
+ FFMPEGCONF=--cross-prefix=$(HOST)- --enable-cross-compile
X264CONF=--host=$(HOST)
PTHREADSCONF="CROSS=$(HOST)-"
else
More information about the vlc-devel
mailing list