Commit a041b0ae authored by Frank Barchard's avatar Frank Barchard

Android.mk for libyuv - unused parameters warning enabled

BUG=libyuv:682
TEST=mm from android tree.

Change-Id: I13be3eaa6a33741797360d57bc5cf5fed91678ef
Reviewed-on: https://chromium-review.googlesource.com/445935Reviewed-by: 's avatarFrank Barchard <fbarchard@google.com>
Reviewed-by: 's avatarHenrik Kjellander <kjellander@chromium.org>
Commit-Queue: Frank Barchard <fbarchard@google.com>
parent 054ec37f
# This is the Android makefile for libyuv for both platform and NDK.
# This is the Android makefile for libyuv for NDK.
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
......@@ -49,7 +49,7 @@ LOCAL_SRC_FILES := \
source/scale_neon64.cc \
source/video_common.cc
common_CFLAGS := -Wall -fexceptions -DHAVE_JPEG -Wno-unused-parameter
common_CFLAGS := -Wall -fexceptions -DHAVE_JPEG
LOCAL_CFLAGS += $(common_CFLAGS)
LOCAL_SHARED_LIBRARIES := libjpeg
LOCAL_EXPORT_C_INCLUDES := $(LOCAL_PATH)/include
......
Name: libyuv
URL: http://code.google.com/p/libyuv/
Version: 1644
Version: 1645
License: BSD
License File: LICENSE
......
......@@ -11,6 +11,6 @@
#ifndef INCLUDE_LIBYUV_VERSION_H_
#define INCLUDE_LIBYUV_VERSION_H_
#define LIBYUV_VERSION 1644
#define LIBYUV_VERSION 1645
#endif // INCLUDE_LIBYUV_VERSION_H_
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