From b43a7bb4f91aa9f6eeb630b625f4cf6f47b335cc Mon Sep 17 00:00:00 2001 From: Michael Bradshaw Date: Thu, 17 Nov 2011 15:39:16 +0100 Subject: [PATCH] libopenjpeg: rename decoder source file. Signed-off-by: Michael Niedermayer Signed-off-by: Luca Barbato --- libavcodec/Makefile | 2 +- libavcodec/{libopenjpeg.c => libopenjpegdec.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename libavcodec/{libopenjpeg.c => libopenjpegdec.c} (100%) diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 81cce1d4c7..fad050e7e6 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