7 lines
251 B
Makefile
7 lines
251 B
Makefile
# Automatically generated by configure - do not modify!
|
|
FFMPEG_ARCH_VARIANT := $(TARGET_ARCH_VARIANT)
|
|
ifeq ($(FFMPEG_2ND_ARCH), true)
|
|
FFMPEG_ARCH_VARIANT := $(TARGET_2ND_ARCH_VARIANT)
|
|
endif
|
|
|
|
include $(call my-dir)/config-$(FFMPEG_ARCH_VARIANT).mak
|