1LOCAL_PATH := $(call my-dir) 2include $(CLEAR_VARS) 3 4LOCAL_SRC_FILES := \ 5 6 7 8 9 10LOCAL_CFLAGS := $(PV_CFLAGS) 11 12 13 14LOCAL_STATIC_LIBRARIES := 15 16LOCAL_SHARED_LIBRARIES := 17 18LOCAL_C_INCLUDES := \ 19 $(PV_TOP)/nodes/common/src \ 20 $(PV_TOP)/nodes/common/include \ 21 $(PV_INCLUDES) 22 23LOCAL_COPY_HEADERS_TO := $(PV_COPY_HEADERS_TO) 24 25LOCAL_COPY_HEADERS := \ 26 include/pvmf_common_audio_decnode.h \ 27 include/pvmf_composer_size_and_duration.h \ 28 include/pvmf_data_source_init_extension.h \ 29 include/pvmf_data_source_playback_control.h \ 30 include/pvmf_data_source_direction_control.h \ 31 include/pvmf_download_data_source.h \ 32 include/pvmf_download_progress_interface.h \ 33 include/pvmf_ffparsernode_extension.h \ 34 include/pvmf_media_presentation_info.h \ 35 include/pvmf_meta_data_extension.h \ 36 include/pvmf_mp4_progdownload_support_extension.h \ 37 include/pvmf_node_shared_lib_interface.h \ 38 include/pvmf_node_registry.h \ 39 include/pvmf_nodes_sync_control.h \ 40 include/pvmf_track_level_info_extension.h \ 41 include/pvmf_track_selection_extension.h \ 42 include/pvmf_local_data_source.h \ 43 include/pvmf_source_context_data.h \ 44 include/pv_player_node_registry_interface.h \ 45 include/pvmf_streaming_data_source.h \ 46 include/pvmf_audio_encnode_extension.h \ 47 include/pvmfamrencnode_extension.h \ 48 include/pvmp4h263encextension.h \ 49 include/pvmf_format_progdownload_support_extension.h 50 51include $(BUILD_COPY_HEADERS) 52