diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-01-29 22:12:36 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-01-29 22:12:36 +0000 |
commit | 4d55404fcaec83f1ac2beb640198ad9399116bb8 (patch) | |
tree | 7c0fef69c0e87b7be5ba5a846a2d142b78a829d3 /libavutil/Makefile | |
parent | 2e584eea4b6abffa9adbf0c9f8d5a9b97a22cb4b (diff) | |
download | ffmpeg-4d55404fcaec83f1ac2beb640198ad9399116bb8.tar.gz |
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
Diffstat (limited to 'libavutil/Makefile')
-rw-r--r-- | libavutil/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile index 284f874c4f..7f5b62ad6f 100644 --- a/libavutil/Makefile +++ b/libavutil/Makefile @@ -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 \ |