Change #273743
| Category | ffmpeg |
| Changed by | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> |
| Changed at | Thu 02 Jul 2026 20:39:29 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | cd9e6996afe679d713b726e1580a5f855cf7b255 |
Comments
swscale/uops: Move stuff for generating uops_macros.h out It is not used for normal builds and is more an auxiliary dev tool; move the code into a new file, uops_macros_gen.c to be built as a DEVPROG. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Changed files
- libswscale/Makefile
- libswscale/tests/sws_ops.c
- libswscale/uops.c
- libswscale/uops.h
- libswscale/uops_list.h
- libswscale/uops_macros_gen.c
- tests/fate/libswscale.mak