[FFmpeg-cvslog] libopenjpeg: rename decoder source file.
Michael Bradshaw
git at videolan.org
Wed Jul 18 01:53:40 CEST 2012
ffmpeg | branch: master | Michael Bradshaw <mbradshaw at sorensonmedia.com> | Thu Nov 17 15:39:16 2011 +0100| [b43a7bb4f91aa9f6eeb630b625f4cf6f47b335cc] | committer: Luca Barbato
libopenjpeg: rename decoder source file.
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
Signed-off-by: Luca Barbato <lu_zero at gentoo.org>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b43a7bb4f91aa9f6eeb630b625f4cf6f47b335cc
---
libavcodec/Makefile | 2 +-
libavcodec/{libopenjpeg.c => libopenjpegdec.c} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 81cce1d..fad050e 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -611,7 +611,7 @@ OBJS-$(CONFIG_LIBMP3LAME_ENCODER) += libmp3lame.o mpegaudiodecheader.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
OBJS-$(CONFIG_LIBSCHROEDINGER_ENCODER) += libschroedingerenc.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