[FFmpeg-cvslog] Restore installation of libavutil/lzo. h after 2a91ada8282f18d2807abee5188225bba1b19bda
Alexis Ballier
git at videolan.org
Thu Oct 25 20:00:53 CEST 2012
ffmpeg | branch: master | Alexis Ballier <aballier at gentoo.org> | Thu Oct 25 09:54:45 2012 -0300| [ce028ab9a798f85a7503201be13c3ca01726f81b] | committer: Michael Niedermayer
Restore installation of libavutil/lzo.h after 2a91ada8282f18d2807abee5188225bba1b19bda
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ce028ab9a798f85a7503201be13c3ca01726f81b
---
libavutil/Makefile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/libavutil/Makefile b/libavutil/Makefile
index 88a978f..a67cb53 100644
--- a/libavutil/Makefile
+++ b/libavutil/Makefile
@@ -2,6 +2,8 @@ include $(SUBDIR)../config.mak
NAME = avutil
+HEADERS-$(CONFIG_LZO) += lzo.h
+
HEADERS = adler32.h \
aes.h \
attributes.h \
@@ -45,8 +47,7 @@ HEADERS = adler32.h \
timestamp.h \
version.h \
xtea.h \
-
-HEADERS-$(CONFIG_LZO) += lzo.h
+ $(HEADERS-yes) \
ARCH_HEADERS = bswap.h \
intmath.h \
More information about the ffmpeg-cvslog
mailing list