From cff7ccdd448ec78b74620042f04de55450c543b5 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sun, 27 Jan 2008 21:03:54 +0000 Subject: [PATCH] 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 --- libavutil/Makefile | 1 - 1 file changed, 1 deletion(-) 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 \