[SCM] libav/experimental: Rename string.c to avstring.c so that the name of header and C file match.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:36:21 UTC 2013


The following commit has been merged in the experimental branch:
commit 4d55404fcaec83f1ac2beb640198ad9399116bb8
Author: Diego Biurrun <diego at biurrun.de>
Date:   Thu Jan 29 22:12:36 2009 +0000

    Rename string.c to avstring.c so that the name of header and C file match.
    
    Originally committed as revision 16853 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavutil/Makefile b/libavutil/Makefile
index 284f874..7f5b62a 100644
--- a/libavutil/Makefile
+++ b/libavutil/Makefile
@@ -21,6 +21,7 @@ HEADERS = adler32.h                                                     \
 
 OBJS = adler32.o                                                        \
        aes.o                                                            \
+       avstring.o                                                       \
        base64.o                                                         \
        crc.o                                                            \
        des.o                                                            \
@@ -37,7 +38,6 @@ OBJS = adler32.o                                                        \
        rational.o                                                       \
        rc4.o                                                            \
        sha1.o                                                           \
-       string.o                                                         \
        tree.o                                                           \
        utils.o                                                          \
 
diff --git a/libavutil/string.c b/libavutil/avstring.c
similarity index 100%
rename from libavutil/string.c
rename to libavutil/avstring.c

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list