Commit 3f8d3763 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Contribs: forcing -O2 on libavcodec is useless on small size

It is actually bigger on ARM/Android...
parent 8d098023
......@@ -34,7 +34,7 @@ endif
# Small size
ifdef ENABLE_SMALL
FFMPEGCONF += --enable-small --optflags=-O2
FFMPEGCONF += --enable-small
ifeq ($(ARCH),arm)
ifdef HAVE_ARMV7A
# XXX: assumes > ARMv7-A, and thus thumb2-able
......
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