Skip to content

Instantly share code, notes, and snippets.

@lhjnano
Created December 13, 2016 05:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lhjnano/b0a1ceecf8d7b397f03c1ecf8e525d37 to your computer and use it in GitHub Desktop.
Save lhjnano/b0a1ceecf8d7b397f03c1ecf8e525d37 to your computer and use it in GitHub Desktop.
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := ffmpeg
LOCAL_SRC_FILES := ffmpeg.c ffmpeg_opt.c cmdutils.c ffmpeg_filter.c
LOCAL_LDLIBS := -llog
LOCAL_SHARED_LIBRARIES := libavformat libavcodec libswscale libavutil libswresample libavfilter
include $(BUILD_SHARED_LIBRARY)
$(call import-module, ffmpeg-3.2.2/android/arm)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment