Fix static x264 static link on Windows

This commit is contained in:
Sergey Stepanov 2023-05-14 01:47:37 +03:00
parent 0aeaa5580c
commit 75e41e4fd0
No known key found for this signature in database
GPG key ID: A56B4929BAA8556B

View file

@ -2,7 +2,7 @@
package h264
/*
#cgo pkg-config: x264
#cgo !st pkg-config: x264
#cgo st LDFLAGS: -l:libx264.a
#include "stdint.h"