selsta / hlsdl

C program to download VoD HLS (.m3u8) files
MIT License
630 stars 158 forks source link

Error compile #118

Open j4kyu opened 2 years ago

j4kyu commented 2 years ago

~/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 2 years ago

can't you just do make ?