]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/udp.c
avformat/hlsenc: fix write wrong init file URI string problem
[ffmpeg] / libavformat / udp.c
index 3835f989c42ba1c55658bc47bd106b9cdea17b32..0dde0353fbe820d48c1c880857b0153ce54431f0 100644 (file)
 #include <pthread.h>
 #endif
 
-#ifndef HAVE_PTHREAD_CANCEL
-#define HAVE_PTHREAD_CANCEL 0
-#endif
-
 #ifndef IPV6_ADD_MEMBERSHIP
 #define IPV6_ADD_MEMBERSHIP IPV6_JOIN_GROUP
 #define IPV6_DROP_MEMBERSHIP IPV6_LEAVE_GROUP