Commit 39c89728 authored by Felix Paul Kühne's avatar Felix Paul Kühne Committed by Jean-Baptiste Kempf

ios: enable freetype

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 4e4b98e7
......@@ -193,7 +193,6 @@ fi
--disable-SDL_image \
--disable-fontconfig \
--disable-ass \
--disable-freetype2 \
--disable-iconv \
--disable-fribidi \
--disable-zvbi \
......@@ -215,6 +214,7 @@ fi
--disable-libmpeg2 \
--disable-chromaprint \
--disable-mad \
--enable-freetype2 \
--disable-taglib > ${out}
echo "EXTRA_CFLAGS += ${EXTRA_CFLAGS}" >> config.mak
......@@ -311,7 +311,7 @@ ${VLCROOT}/configure \
--enable-theora \
--enable-flac \
--disable-screen \
--disable-freetype \
--enable-freetype \
--disable-taglib \
--disable-mmx \
--disable-mad > ${out} # MMX and SSE support requires llvm which is broken on Simulator
......
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