From 8e16634a2267f4642f1ee9edeec7e815f0b49896 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 22 Aug 2015 12:27:21 +0200 Subject: [PATCH] libmpeg2: Fix build on x86_64 Signed-off-by: Michael Tremer --- lfs/libmpeg2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lfs/libmpeg2 b/lfs/libmpeg2 index 2bf1c6c6af..6d664c9f0c 100644 --- a/lfs/libmpeg2 +++ b/lfs/libmpeg2 @@ -77,7 +77,8 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && ./configure --prefix=/usr --enable-shared + cd $(DIR_APP) && ./configure --prefix=/usr --enable-shared \ + --disable-accel-detect cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install @rm -rf $(DIR_APP) -- 2.39.5