sdk-hwV1.3/external/eyesee-mpp/system/private/rtsp/cpLibrary.mk

8 lines
436 B
Makefile
Raw Normal View History

2024-05-07 10:09:20 +00:00
TARGET_PATH :=$(call my-dir)
TOP_PATH := $(TARGET_PATH)
$(info $(shell cp -v $(TARGET_PATH)/IPCProgram/interface/TinyServer.h $(TARGET_TOP)/custom_aw/include/rtsp))
$(info $(shell cp -v $(TARGET_PATH)/IPCProgram/interface/MediaStream.h $(TARGET_TOP)/custom_aw/include/rtsp))
$(info $(shell cp -v $(TARGET_PATH)/libTinyServer.* $(TARGET_TOP)/custom_aw/lib))
$(shell arm-linux-gnueabi-strip $(TARGET_TOP)/custom_aw/lib/libTinyServer.so)