win32/pthread: define _POSIX_TIMERS to notify they are not supported

This commit is contained in:
Kacper Michajłow
2023-09-17 00:37:15 +02:00
committed by Dudemanguy
parent 318b5471a1
commit cdfd5c280a
10 changed files with 11 additions and 8 deletions

View File

@@ -15,6 +15,8 @@
* License along with mpv. If not, see <http://www.gnu.org/licenses/>.
*/
#include <pthread.h>
#include <libavformat/avformat.h>
#include <libavformat/avio.h>
#include <libavutil/opt.h>