OSDN Git Service

android: simplify makefiles
[android-x86/external-ffmpeg.git] / Android.mk
1 #
2 # Copyright (C) 2013-2017 The Android-x86 Open Source Project
3 #
4 # Licensed under the GNU General Public License Version 2 or later.
5 # You may not use this file except in compliance with the License.
6 # You may obtain a copy of the License at
7 #
8 #      http://www.gnu.org/licenses/gpl.html
9 #
10
11 FFMPEG_DIR := $(call my-dir)/
12
13 define RESET
14 $(1) :=
15 $(1)-yes :=
16 endef
17
18 FF_VARS := FFLIBS OBJS ARMV5TE-OBJS ARMV6-OBJS VFP-OBJS NEON-OBJS MIPSFPU-OBJS MIPS32R2-OBJS MIPSDSPR1-OBJS MIPSDSPR2-OBJS ALTIVEC-OBJS VIS-OBJS MMX-OBJS YASM-OBJS
19
20 include $(call all-subdir-makefiles)