Commit 66be8b84 authored by Jerome Wu's avatar Jerome Wu

Fix fribidi build

parent 05b3da70
Subproject commit 3585a81e625e5b35962bed11fdc99d54485048e0
Subproject commit 5464c284034da9c058269377b7f5013bb089f553
......@@ -9,10 +9,9 @@ CONF_FLAGS=(
--prefix=$BUILD_DIR # install library in a build directory for FFmpeg to include
--host=i686-gnu # use i686 linux
--enable-shared=no # not to build shared library
--enable-static
--enable-static=yes
--disable-dependency-tracking
--disable-debug
--disable-docs
)
echo "CONF_FLAGS=${CONF_FLAGS[@]}"
(cd $LIB_PATH && \
......
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