diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-01-27 21:03:54 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-01-27 21:03:54 +0000 |
commit | cff7ccdd448ec78b74620042f04de55450c543b5 (patch) | |
tree | f898fe09999654a5cf5de5230b8a344fa29e3f6d | |
parent | 766324fc49cf47a7bb4e57fa69778acfe738d437 (diff) | |
download | ffmpeg-cff7ccdd448ec78b74620042f04de55450c543b5.tar.gz |
Do not install integer.h, it is not part of the public API.
Originally committed as revision 11642 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavutil/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile index 48be34630d..54ac475a49 100644 --- a/libavutil/Makefile +++ b/libavutil/Makefile @@ -27,7 +27,6 @@ HEADERS = adler32.h \ common.h \ crc.h \ fifo.h \ - integer.h \ intfloat_readwrite.h \ log.h \ lzo.h \ |