You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Exporting `PKG_CONFIG_PATH` for `ffmpeg` somehow messes with default values.
48
+
49
+
#### Not really `manylinux1`
50
+
51
+
The package is renamed to `manylinux1` from `linux`, because, according to [PEP 513](https://www.python.org/dev/peps/pep-0513/), PyPi repo does not want to apply other architectures.
52
+
And compiling it for CentOS 2007 is pretty challenging and long and denies from using some of the necessary libs (like tbb).
53
+
Also, I suspect that it will be poorly optimized.
54
+
55
+
#### `ffmpeg` with `pthreads`, all other stuff with `tbb`
56
+
57
+
`OpenCV` compiled with `tbb` support, and `ffmpeg` compiled with `pthreads` and this is feels not right.
58
+
There is some unproved solution for how to compile `ffmpeg` with `tbb` support:
0 commit comments