1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-21 10:55:51 +02:00

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
This commit is contained in:
Diego Biurrun 2009-01-29 22:12:36 +00:00
parent 2e584eea4b
commit 4d55404fca
2 changed files with 1 additions and 1 deletions

View 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 \