From: Michael Bradshaw <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
Signed-off-by: Luca Barbato <[email protected]>
---
libavcodec/Makefile | 2 +-
libavcodec/{libopenjpeg.c => libopenjpegdec.c} | 0
2 files changed, 1 insertions(+), 1 deletions(-)
rename libavcodec/{libopenjpeg.c => libopenjpegdec.c} (100%)
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
--
1.7.8.rc1
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel