[FFmpeg-cvslog] libopenjpeg: rename decoder source file.

Michael Bradshaw git at videolan.org
Thu Nov 17 16:31:54 CET 2011


ffmpeg | branch: master | Michael Bradshaw <mbradshaw at sorensonmedia.com> | Thu Nov 17 15:39:16 2011 +0100| [31ec69477193965111c95fe3bb321c109c9f91f2] | committer: Michael Niedermayer

libopenjpeg: rename decoder source file.

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

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

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

diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 598a877..e385a20 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -605,7 +605,7 @@ OBJS-$(CONFIG_LIBMP3LAME_ENCODER)         += libmp3lame.o
 OBJS-$(CONFIG_LIBOPENCORE_AMRNB_DECODER)  += libopencore-amr.o
 OBJS-$(CONFIG_LIBOPENCORE_AMRNB_ENCODER)  += libopencore-amr.o
 OBJS-$(CONFIG_LIBOPENCORE_AMRWB_DECODER)  += libopencore-amr.o
-OBJS-$(CONFIG_LIBOPENJPEG_DECODER)        += libopenjpeg.o
+OBJS-$(CONFIG_LIBOPENJPEG_DECODER)        += libopenjpegdec.o
 OBJS-$(CONFIG_LIBSCHROEDINGER_DECODER)    += libschroedingerdec.o \
                                              libschroedinger.o    \
                                              libdirac_libschro.o
diff --git a/libavcodec/libopenjpeg.c b/libavcodec/libopenjpegdec.c
similarity index 100%
rename from libavcodec/libopenjpeg.c
rename to libavcodec/libopenjpegdec.c



More information about the ffmpeg-cvslog mailing list