Move x86inc.asm to libavutil/.

This allows using it in libswscale/ also.
pull/2/head
Ronald S. Bultje 14 years ago
parent e3a70c7c5f
commit 3a39195b1d
  1. 2
      libavcodec/x86/ac3dsp.asm
  2. 2
      libavcodec/x86/dct32_sse.asm
  3. 2
      libavcodec/x86/deinterlace.asm
  4. 2
      libavcodec/x86/dsputil_yasm.asm
  5. 2
      libavcodec/x86/dsputilenc_yasm.asm
  6. 2
      libavcodec/x86/fft_mmx.asm
  7. 2
      libavcodec/x86/fmtconvert.asm
  8. 2
      libavcodec/x86/h264_chromamc.asm
  9. 2
      libavcodec/x86/h264_chromamc_10bit.asm
  10. 2
      libavcodec/x86/h264_deblock.asm
  11. 2
      libavcodec/x86/h264_deblock_10bit.asm
  12. 2
      libavcodec/x86/h264_idct.asm
  13. 2
      libavcodec/x86/h264_idct_10bit.asm
  14. 2
      libavcodec/x86/h264_intrapred.asm
  15. 2
      libavcodec/x86/h264_intrapred_10bit.asm
  16. 2
      libavcodec/x86/h264_qpel_10bit.asm
  17. 2
      libavcodec/x86/h264_weight.asm
  18. 2
      libavcodec/x86/h264_weight_10bit.asm
  19. 2
      libavcodec/x86/vc1dsp_yasm.asm
  20. 2
      libavcodec/x86/vp3dsp.asm
  21. 2
      libavcodec/x86/vp56dsp.asm
  22. 2
      libavcodec/x86/vp8dsp.asm
  23. 0
      libavutil/x86/x86inc.asm

@ -19,7 +19,7 @@
;* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
;******************************************************************************
%include "x86inc.asm"
%include "libavutil/x86/x86inc.asm"
%include "x86util.asm"
SECTION_RODATA

@ -19,7 +19,7 @@
;* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
;******************************************************************************
%include "x86inc.asm"
%include "libavutil/x86/x86inc.asm"
%include "x86util.asm"
SECTION_RODATA 32

@ -20,7 +20,7 @@
;* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
;******************************************************************************
%include "x86inc.asm"
%include "libavutil/x86/x86inc.asm"
%include "x86util.asm"
SECTION_RODATA

@ -19,7 +19,7 @@
;* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
;******************************************************************************
%include "x86inc.asm"
%include "libavutil/x86/x86inc.asm"
SECTION_RODATA
pb_f: times 16 db 15

@ -21,7 +21,7 @@
;* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
;*****************************************************************************
%include "x86inc.asm"
%include "libavutil/x86/x86inc.asm"
%include "x86util.asm"
SECTION .text

@ -28,7 +28,7 @@
; in blocks as conventient to the vector size.
; i.e. {4x real, 4x imaginary, 4x real, ...} (or 2x respectively)
%include "x86inc.asm"
%include "libavutil/x86/x86inc.asm"
%ifdef ARCH_X86_64
%define pointer resq

@ -19,7 +19,7 @@
;* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
;******************************************************************************
%include "x86inc.asm"
%include "libavutil/x86/x86inc.asm"
%include "x86util.asm"
SECTION_TEXT

@ -20,7 +20,7 @@
;* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
;******************************************************************************
%include "x86inc.asm"
%include "libavutil/x86/x86inc.asm"
%include "x86util.asm"
SECTION_RODATA

@ -22,7 +22,7 @@
;* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
;******************************************************************************
%include "x86inc.asm"
%include "libavutil/x86/x86inc.asm"
%include "x86util.asm"
SECTION_RODATA

@ -24,7 +24,7 @@
;* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
;******************************************************************************
%include "x86inc.asm"
%include "libavutil/x86/x86inc.asm"
%include "x86util.asm"
SECTION .text

@ -24,7 +24,7 @@
;* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
;******************************************************************************
%include "x86inc.asm"
%include "libavutil/x86/x86inc.asm"
%include "x86util.asm"
SECTION_RODATA

@ -26,7 +26,7 @@
;* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
;*****************************************************************************
%include "x86inc.asm"
%include "libavutil/x86/x86inc.asm"
%include "x86util.asm"
SECTION_RODATA

@ -22,7 +22,7 @@
;* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
;******************************************************************************
%include "x86inc.asm"
%include "libavutil/x86/x86inc.asm"
%include "x86util.asm"
SECTION_RODATA

@ -22,7 +22,7 @@
;* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
;******************************************************************************
%include "x86inc.asm"
%include "libavutil/x86/x86inc.asm"
%include "x86util.asm"
SECTION_RODATA

@ -22,7 +22,7 @@
;* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
;******************************************************************************
%include "x86inc.asm"
%include "libavutil/x86/x86inc.asm"
%include "x86util.asm"
SECTION_RODATA

@ -22,7 +22,7 @@
;* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
;******************************************************************************
%include "x86inc.asm"
%include "libavutil/x86/x86inc.asm"
%include "x86util.asm"
SECTION_RODATA 32

@ -21,7 +21,7 @@
;* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
;******************************************************************************
%include "x86inc.asm"
%include "libavutil/x86/x86inc.asm"
SECTION .text

@ -22,7 +22,7 @@
;* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
;******************************************************************************
%include "x86inc.asm"
%include "libavutil/x86/x86inc.asm"
%include "x86util.asm"
SECTION_RODATA 32

@ -19,7 +19,7 @@
;* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
;******************************************************************************
%include "x86inc.asm"
%include "libavutil/x86/x86inc.asm"
%include "x86util.asm"
cextern pw_4

@ -19,7 +19,7 @@
;* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
;******************************************************************************
%include "x86inc.asm"
%include "libavutil/x86/x86inc.asm"
%include "x86util.asm"
; MMX-optimized functions cribbed from the original VP3 source code.

@ -20,7 +20,7 @@
;* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
;******************************************************************************
%include "x86inc.asm"
%include "libavutil/x86/x86inc.asm"
%include "x86util.asm"
cextern pw_64

@ -20,7 +20,7 @@
;* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
;******************************************************************************
%include "x86inc.asm"
%include "libavutil/x86/x86inc.asm"
%include "x86util.asm"
SECTION_RODATA

Loading…
Cancel
Save