-
- Downloads
Clean up av_get_cpu_flag()
Instead of defining functions in per-arch header files included by the main cpu.c, define them normally and call them from the generic one. Originally committed as revision 25084 to svn://svn.ffmpeg.org/ffmpeg/trunk
Showing
- libavutil/Makefile 4 additions, 0 deletionslibavutil/Makefile
- libavutil/arm/cpu.c 2 additions, 6 deletionslibavutil/arm/cpu.c
- libavutil/cpu.c 3 additions, 8 deletionslibavutil/cpu.c
- libavutil/cpu.h 5 additions, 2 deletionslibavutil/cpu.h
- libavutil/ppc/cpu.c 2 additions, 6 deletionslibavutil/ppc/cpu.c
- libavutil/x86/cpu.c 1 addition, 6 deletionslibavutil/x86/cpu.c
Please register or sign in to comment