Files
MINGW-packages/mingw-w64-x264
Christoph Reiter b7bd614ea5 x264: split into libx264 and x264
the latter depends on ffmpeg, ffms2 and l-smash which users of
the library don't need. This also allows us break some
dependency cyles with ffmpeg.

* remove the libwinpthread dependency which it doesn't
  seem to use anymore.
* note that x264.exe statically links the encoder, so there
  is no dependency to libx264 needed, but we add it anyway,
  to avoid breaking existing users.
2023-02-17 16:24:47 +01:00
..