diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2008-08-08 18:32:20 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2008-08-08 18:32:20 +0000 |
commit | 7f0026dded7b2acbb93a762468c2d37eaa486083 (patch) | |
tree | 4d850a2f64d146387d171ec6c000ecccb1eb52ab /libavutil/Makefile | |
parent | 3241ec1d6f2bddb7416438ad28503df9b203c956 (diff) | |
download | ffmpeg-7f0026dded7b2acbb93a762468c2d37eaa486083.tar.gz |
Implement avutil_version().
Originally committed as revision 14665 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 504f080430..5ece253791 100644 --- a/libavutil/Makefile +++ b/libavutil/Makefile @@ -21,6 +21,7 @@ OBJS = adler32.o \ sha1.o \ string.o \ tree.o \ + utils.o \ HEADERS = adler32.h \ avstring.h \ |