Browse Source

x86: Give RV40 init file a more suitable name.

tags/n0.11
Diego Biurrun 14 years ago
parent
commit
91bafb52ae
2 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/x86/Makefile
  2. +0
    -0
      libavcodec/x86/rv40dsp_init.c

+ 1
- 1
libavcodec/x86/Makefile View File

@@ -27,7 +27,7 @@ MMX-OBJS-$(CONFIG_H264PRED) += x86/h264_intrapred_init.o
MMX-OBJS-$(CONFIG_RV30_DECODER) += x86/rv34dsp_init.o
YASM-OBJS-$(CONFIG_RV30_DECODER) += x86/rv34dsp.o
MMX-OBJS-$(CONFIG_RV40_DECODER) += x86/rv34dsp_init.o \
x86/rv40dsp.o
x86/rv40dsp_init.o
YASM-OBJS-$(CONFIG_RV40_DECODER) += x86/rv34dsp.o

YASM-OBJS-$(CONFIG_VC1_DECODER) += x86/vc1dsp_yasm.o


libavcodec/x86/rv40dsp.c → libavcodec/x86/rv40dsp_init.c View File


Loading…
Cancel
Save