singe/thirdparty/SDL3_mixer/external/opusfile/Android.mk
2026-09-03 22:01:35 -05:00

20 lines
383 B
Makefile

LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := opusfile
LOCAL_C_INCLUDES := \
$(LOCAL_PATH)/include
LOCAL_CFLAGS := -DOPUS_BUILD -DHAVE_LRINTF -DFLOATING_POINT -DFLOAT_APPROX -DUSE_ALLOCA
LOCAL_SRC_FILES += \
src/info.c \
src/internal.c \
src/opusfile.c \
src/stream.c
LOCAL_SHARED_LIBRARIES := opus ogg
include $(BUILD_STATIC_LIBRARY)