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:
parent
2e584eea4b
commit
4d55404fca
@ -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…
Reference in New Issue
Block a user