Commit 4d55404f authored by Diego Biurrun's avatar Diego Biurrun

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
parent 2e584eea
...@@ -21,6 +21,7 @@ HEADERS = adler32.h \ ...@@ -21,6 +21,7 @@ HEADERS = adler32.h \
OBJS = adler32.o \ OBJS = adler32.o \
aes.o \ aes.o \
avstring.o \
base64.o \ base64.o \
crc.o \ crc.o \
des.o \ des.o \
...@@ -37,7 +38,6 @@ OBJS = adler32.o \ ...@@ -37,7 +38,6 @@ OBJS = adler32.o \
rational.o \ rational.o \
rc4.o \ rc4.o \
sha1.o \ sha1.o \
string.o \
tree.o \ tree.o \
utils.o \ utils.o \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment