forked from FFmpeg/FFmpeg
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:
parent
2e584eea4b
commit
4d55404fca
2 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue