Android.mk: Turn off warnings for libvpx
This commit is contained in:
parent
375eec05ac
commit
fab1627121
1 changed files with 3 additions and 0 deletions
3
submodules/externals/build/libvpx/Android.mk
vendored
3
submodules/externals/build/libvpx/Android.mk
vendored
|
@ -4,4 +4,7 @@ include $(CLEAR_VARS)
|
||||||
LOCAL_MODULE := libvpx
|
LOCAL_MODULE := libvpx
|
||||||
LOCAL_SRC_FILES := $(TARGET_ARCH)/libvpx.a
|
LOCAL_SRC_FILES := $(TARGET_ARCH)/libvpx.a
|
||||||
|
|
||||||
|
#turn off warnings since we cannot fix them
|
||||||
|
LOCAL_CFLAGS += -w
|
||||||
|
|
||||||
include $(PREBUILT_STATIC_LIBRARY)
|
include $(PREBUILT_STATIC_LIBRARY)
|
||||||
|
|
Loading…
Reference in a new issue