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
pull/126/head
Diego Biurrun 16 years ago
parent 2e584eea4b
commit 4d55404fca
  1. 2
      libavutil/Makefile
  2. 0
      libavutil/avstring.c

@ -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 \
rational.o \ rational.o \
rc4.o \ rc4.o \
sha1.o \ sha1.o \
string.o \
tree.o \ tree.o \
utils.o \ utils.o \

Loading…
Cancel
Save