diff Makefile @ 638:ccbcf7872a78 libavutil

Rename string.c to avstring.c so that the name of header and C file match.
author diego
date Thu, 29 Jan 2009 22:12:36 +0000
parents b150276ce746
children b751ac480294
line wrap: on
line diff
--- a/Makefile	Wed Jan 28 23:16:49 2009 +0000
+++ b/Makefile	Thu Jan 29 22:12:36 2009 +0000
@@ -21,6 +21,7 @@
 
 OBJS = adler32.o                                                        \
        aes.o                                                            \
+       avstring.o                                                       \
        base64.o                                                         \
        crc.o                                                            \
        des.o                                                            \
@@ -37,7 +38,6 @@
        rational.o                                                       \
        rc4.o                                                            \
        sha1.o                                                           \
-       string.o                                                         \
        tree.o                                                           \
        utils.o                                                          \