Do not build openh264 by default for now.
This commit is contained in:
parent
b69fe818b6
commit
efd549ee4b
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue