OSDN Git Service

proresdec: rename to avoid confusion
authorMichael Niedermayer <michaelni@gmx.at>
Fri, 14 Oct 2011 19:45:14 +0000 (21:45 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Fri, 14 Oct 2011 19:45:14 +0000 (21:45 +0200)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/Makefile
libavcodec/proresdec2.c [moved from libavcodec/proresdec.c with 100% similarity]

index c0397a8..97edaee 100644 (file)
@@ -313,7 +313,7 @@ OBJS-$(CONFIG_PNG_DECODER)             += png.o pngdec.o
 OBJS-$(CONFIG_PNG_ENCODER)             += png.o pngenc.o
 OBJS-$(CONFIG_PPM_DECODER)             += pnmdec.o pnm.o
 OBJS-$(CONFIG_PPM_ENCODER)             += pnmenc.o pnm.o
-OBJS-$(CONFIG_PRORES_DECODER)          += proresdec.o
+OBJS-$(CONFIG_PRORES_DECODER)          += proresdec2.o
 OBJS-$(CONFIG_PRORES_LGPL_DECODER)     += proresdec_lgpl.o proresdsp.o
 OBJS-$(CONFIG_PTX_DECODER)             += ptx.o
 OBJS-$(CONFIG_QCELP_DECODER)           += qcelpdec.o celp_math.o         \