Do not build openh264 by default for now.

This commit is contained in:
Ghislain MARY 2014-04-08 09:29:55 +02:00
parent b69fe818b6
commit efd549ee4b

View file

@ -33,7 +33,7 @@ ENABLE_GPL_THIRD_PARTIES=1
#default options, can be overidden using make OPTION=value . #default options, can be overidden using make OPTION=value .
ifeq ($(ENABLE_GPL_THIRD_PARTIES),1) ifeq ($(ENABLE_GPL_THIRD_PARTIES),1)
BUILD_X264=0 BUILD_X264=1
BUILD_G729=1 BUILD_G729=1
else else
#x264 and g729 requires additional licensing agreements. #x264 and g729 requires additional licensing agreements.
@ -43,7 +43,7 @@ endif
NDK_DEBUG=0 NDK_DEBUG=0
BUILD_VIDEO=1 BUILD_VIDEO=1
BUILD_OPENH264=1 BUILD_OPENH264=0
BUILD_UPNP=1 BUILD_UPNP=1
BUILD_AMRNB=full # 0, light or full BUILD_AMRNB=full # 0, light or full
BUILD_AMRWB=1 BUILD_AMRWB=1