Diego Biurrun
|
04581c8c77
|
x86: yasm: Use complete source path for macro helper %includes
This is more consistent with the way we handle C #includes and
it simplifies the build system.
|
12 years ago |
Diego Biurrun
|
6860b4081d
|
x86: include x86inc.asm in x86util.asm
This is necessary to allow refactoring some x86util macros with cpuflags.
|
12 years ago |
Mans Rullgard
|
a3df4781f4
|
x86: add colons after labels
nasm prints a warning if the colon is missing.
Signed-off-by: Mans Rullgard <mans@mansr.com>
|
12 years ago |
Kieran Kunhya
|
b1766c170c
|
Move x264asm to libavutil.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
13 years ago |
Dave Yeo
|
cc73511e8e
|
Fix NASM include directive
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
|
13 years ago |
Ronald S. Bultje
|
b2c087871d
|
Move x86util.asm from libavcodec/ to libavutil/.
This allows using it in swscale also.
|
13 years ago |
Ronald S. Bultje
|
3a39195b1d
|
Move x86inc.asm to libavutil/.
This allows using it in libswscale/ also.
|
13 years ago |
Diego Biurrun
|
888fa31eca
|
Fix FSF address copy paste error in some license headers.
|
14 years ago |
Mans Rullgard
|
2912e87a6c
|
Replace FFmpeg with Libav in licence headers
Signed-off-by: Mans Rullgard <mans@mansr.com>
|
14 years ago |
avcoder
|
1761272ba9
|
Use SECTION .text for yasm code.
Patch by avcoder, ffmpeg gmail
Originally committed as revision 25859 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
14 years ago |
Vitor Sessak
|
de4bc44abb
|
Convert deinterlacing MMX code to YASM
Originally committed as revision 24615 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
15 years ago |