diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-03-25 22:46:35 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-03-25 22:46:35 +0000 |
commit | 87958234f9eb73ecb88577977ca913d04b726ebe (patch) | |
tree | 5bdcfc76148a230690e2580194e0b4a54cec2f20 /libavutil/Makefile | |
parent | 0394c928db9578cd68499ef68b88026a70eb896b (diff) | |
download | ffmpeg-87958234f9eb73ecb88577977ca913d04b726ebe.tar.gz |
Implement av_strerror().
Originally committed as revision 22684 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/Makefile')
-rw-r--r-- | libavutil/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile index 5b6cd0e836..79506c05ea 100644 --- a/libavutil/Makefile +++ b/libavutil/Makefile @@ -30,6 +30,7 @@ OBJS = adler32.o \ base64.o \ crc.o \ des.o \ + error.o \ fifo.o \ intfloat_readwrite.o \ lfg.o \ |