[FFmpeg-cvslog] x86: Give RV40 init file a more suitable name.

Diego Biurrun git at videolan.org
Wed Feb 1 03:06:29 CET 2012


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Mon Jan 30 09:56:28 2012 +0100| [91bafb52ae31d85314e77ba84dc1e10348cd114e] | committer: Diego Biurrun

x86: Give RV40 init file a more suitable name.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=91bafb52ae31d85314e77ba84dc1e10348cd114e
---

 libavcodec/x86/Makefile                      |    2 +-
 libavcodec/x86/{rv40dsp.c => rv40dsp_init.c} |    0
 2 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libavcodec/x86/Makefile b/libavcodec/x86/Makefile
index 0576c3a..2f29138 100644
--- a/libavcodec/x86/Makefile
+++ b/libavcodec/x86/Makefile
@@ -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
diff --git a/libavcodec/x86/rv40dsp.c b/libavcodec/x86/rv40dsp_init.c
similarity index 100%
rename from libavcodec/x86/rv40dsp.c
rename to libavcodec/x86/rv40dsp_init.c



More information about the ffmpeg-cvslog mailing list