]> git.sesse.net Git - ffmpeg/commitdiff
Rename string.c to avstring.c so that the name of header and C file match.
authorDiego Biurrun <diego@biurrun.de>
Thu, 29 Jan 2009 22:12:36 +0000 (22:12 +0000)
committerDiego Biurrun <diego@biurrun.de>
Thu, 29 Jan 2009 22:12:36 +0000 (22:12 +0000)
Originally committed as revision 16853 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavutil/Makefile
libavutil/avstring.c [moved from libavutil/string.c with 100% similarity]

index 284f874c4f7814306cc26710399d46e9c10aa87f..7f5b62ad6fe867c250519f741924d7f1e37ef834 100644 (file)
@@ -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                                                          \
 
similarity index 100%
rename from libavutil/string.c
rename to libavutil/avstring.c