remove mad lib from ihw player stop from crash

This commit is contained in:
wangzijiao 2018-12-28 18:16:01 +08:00
parent 122bc33533
commit a21dd54468
1 changed files with 1 additions and 1 deletions

View File

@ -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)