diff --git a/package/netease/ihw_player/src/Makefile b/package/netease/ihw_player/src/Makefile index 1796554eb..2add58b02 100755 --- a/package/netease/ihw_player/src/Makefile +++ b/package/netease/ihw_player/src/Makefile @@ -16,7 +16,7 @@ SourceIncludePath := -I$(STAGING_DIR)/usr/include/allwinner/include -I$(STAGING_ # 依赖的第3方库 LoadLibs += -ltplayer -lxplayer -lvdecoder -ladecoder -lsubdecoder -lcdc_base -lVE -lMemAdapter \ -lcdx_parser -lcdx_playback -lcdx_stream -lcdx_base \ - -lpthread -ldl -luapi -lrt -lm -lc -lz -lasound -lmad -ljson-c -lspeech -luWS -lcrypto -lssl $(BUILD_COMMON_LIB) + -lpthread -ldl -luapi -lrt -lm -lc -lz -lasound -ljson-c -lspeech -luWS -lcrypto -lssl $(BUILD_COMMON_LIB) # 依赖文件 CppObject = $(CppFiles:%.cpp=%.o)