diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-12-22 14:13:04 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-12-22 14:13:04 +0000 |
commit | 0328b9ea39e86cb462a189eb1dfcc4065c1f332b (patch) | |
tree | 7a9849a6e29dad0ca6a72ccf040137179951bf05 /libavutil/Makefile | |
parent | 1ce9d6b85fea7c4d209d9e54009177ccf4b91222 (diff) | |
download | ffmpeg-0328b9ea39e86cb462a189eb1dfcc4065c1f332b.tar.gz |
Add av_file_map() and av_file_unmap() functions.
Originally committed as revision 26073 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/Makefile')
-rw-r--r-- | libavutil/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile index e9ac965ec8..fe0302c3b4 100644 --- a/libavutil/Makefile +++ b/libavutil/Makefile @@ -15,6 +15,7 @@ HEADERS = adler32.h \ error.h \ eval.h \ fifo.h \ + file.h \ intfloat_readwrite.h \ intreadwrite.h \ lfg.h \ @@ -42,6 +43,7 @@ OBJS = adler32.o \ error.o \ eval.o \ fifo.o \ + file.o \ intfloat_readwrite.o \ inverse.o \ lfg.o \ |