[SCM] libav/experimental: Rename spdif.c as spdifenc, c to prepare for future spdif demuxer.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:18:51 UTC 2013


The following commit has been merged in the experimental branch:
commit 8cceef16811844311ddf4b079f81a037bce2e3cb
Author: Anssi Hannula <anssi.hannula at iki.fi>
Date:   Tue Nov 9 23:57:02 2010 +0000

    Rename spdif.c as spdifenc,c to prepare for future spdif demuxer.
    
    Patch by Anssi Hannula, anssi d hannula a iki d fi
    
    Originally committed as revision 25713 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/Makefile b/libavformat/Makefile
index e62a5ea..1519689 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -256,7 +256,7 @@ OBJS-$(CONFIG_SMACKER_DEMUXER)           += smacker.o
 OBJS-$(CONFIG_SOL_DEMUXER)               += sol.o pcm.o
 OBJS-$(CONFIG_SOX_DEMUXER)               += soxdec.o pcm.o
 OBJS-$(CONFIG_SOX_MUXER)                 += soxenc.o
-OBJS-$(CONFIG_SPDIF_MUXER)               += spdif.o
+OBJS-$(CONFIG_SPDIF_MUXER)               += spdifenc.o
 OBJS-$(CONFIG_SRT_DEMUXER)               += srtdec.o
 OBJS-$(CONFIG_SRT_MUXER)                 += rawenc.o
 OBJS-$(CONFIG_STR_DEMUXER)               += psxstr.o
diff --git a/libavformat/spdif.c b/libavformat/spdifenc.c
similarity index 100%
rename from libavformat/spdif.c
rename to libavformat/spdifenc.c

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list