summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorMichael Bradshaw <mbradshaw@sorensonmedia.com>2011-11-17 15:39:16 +0100
committerMichael Niedermayer <michaelni@gmx.at>2011-11-17 16:28:37 +0100
commit31ec69477193965111c95fe3bb321c109c9f91f2 (patch)
tree768edc256ad71a0469081ad047c6ccb978a89bfd /libavcodec
parentd50122eafaa0cc70d6186c3c106c47ed0b3490d9 (diff)
libopenjpeg: rename decoder source file.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/Makefile2
-rw-r--r--libavcodec/libopenjpegdec.c (renamed from libavcodec/libopenjpeg.c)0
2 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 598a877cf5..e385a208b0 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
index 42c71e361c..42c71e361c 100644
--- a/libavcodec/libopenjpeg.c
+++ b/libavcodec/libopenjpegdec.c