selsta/hlsdl

Error compile

j4kyu opened this issue · 1 comments

j4kyu commented

~/hlsdl-main $ make cc src/main.o src/aes_openssl.o src/curl.o src/hls.o src/misc.o src/msg.o src/mpegts.o -lpthread -lcurl -lcrypto -lssl -o hlsdl ld.lld: error: undefined symbol: pthread_cancel

referenced by hls.c >>> src/hls.o:(download_live_hls) clang-13: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [makefile:43: hlsdl] Error 1

How to fix this?

BW155 commented

can't you just do make ?