diff options
author | Ramiro Polla <ramiro.polla@gmail.com> | 2010-07-02 12:12:06 +0000 |
---|---|---|
committer | Ramiro Polla <ramiro.polla@gmail.com> | 2010-07-02 12:12:06 +0000 |
commit | 89eec74a52e0f0495bd41bf519f915ccd170e6b0 (patch) | |
tree | d02ce798678a4cead290978c4204479aae424b1d /libavutil/Makefile | |
parent | 503f9c0bd6ad6929d1f89f0745fe6ab9f71e6e96 (diff) | |
download | ffmpeg-89eec74a52e0f0495bd41bf519f915ccd170e6b0.tar.gz |
avutil: install lfg.h
Originally committed as revision 23985 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 f6961ac841..4627aa41fa 100644 --- a/libavutil/Makefile +++ b/libavutil/Makefile @@ -13,6 +13,7 @@ HEADERS = adler32.h \ eval.h \ fifo.h \ intfloat_readwrite.h \ + lfg.h \ log.h \ lzo.h \ mathematics.h \ |