From 4d55404fcaec83f1ac2beb640198ad9399116bb8 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 29 Jan 2009 22:12:36 +0000 Subject: 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 --- libavutil/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavutil/Makefile') 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 \ -- cgit v1.1