diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-10-25 09:54:45 -0300 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-10-25 20:00:19 +0200 |
commit | ce028ab9a798f85a7503201be13c3ca01726f81b (patch) | |
tree | 435a3207f6a30c822aa5076b6888142acd0b7302 | |
parent | 77a72d348519584bac1499210619ea38adead130 (diff) | |
download | ffmpeg-ce028ab9a798f85a7503201be13c3ca01726f81b.tar.gz |
Restore installation of libavutil/lzo.h after 2a91ada8282f18d2807abee5188225bba1b19bda
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | libavutil/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile index 88a978f96f..a67cb537a2 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 \ |