Re: [FFmpeg-devel] [PATCH 3/4] configure: Add msmpeg4(dec|enc) subsystems

2022-07-31 Thread Andreas Rheinhardt
Martin Storsjö: > On Sun, 31 Jul 2022, Andreas Rheinhardt wrote: > >> The msmpeg4 decoders/encoders share a common set of prerequisites, >> ergo it makes sense to use common subsystems for them. This also >> allows to remove the CONFIG_MSMPEG4_DECODER/ENCODER ad-hoc defines >> (which violated the

Re: [FFmpeg-devel] [PATCH 3/4] configure: Add msmpeg4(dec|enc) subsystems

2022-07-31 Thread Martin Storsjö
On Sun, 31 Jul 2022, Andreas Rheinhardt wrote: The msmpeg4 decoders/encoders share a common set of prerequisites, ergo it makes sense to use common subsystems for them. This also allows to remove the CONFIG_MSMPEG4_DECODER/ENCODER ad-hoc defines (which violated the CONFIG_ namespace). Signed-of

[FFmpeg-devel] [PATCH 3/4] configure: Add msmpeg4(dec|enc) subsystems

2022-07-31 Thread Andreas Rheinhardt
The msmpeg4 decoders/encoders share a common set of prerequisites, ergo it makes sense to use common subsystems for them. This also allows to remove the CONFIG_MSMPEG4_DECODER/ENCODER ad-hoc defines (which violated the CONFIG_ namespace). Signed-off-by: Andreas Rheinhardt --- configure