summaryrefslogtreecommitdiffstats
path: root/libavutil
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2012-10-25 09:54:45 -0300
committerMichael Niedermayer <michaelni@gmx.at>2012-10-25 20:00:19 +0200
commitce028ab9a798f85a7503201be13c3ca01726f81b (patch)
tree435a3207f6a30c822aa5076b6888142acd0b7302 /libavutil
parent77a72d348519584bac1499210619ea38adead130 (diff)
downloadffmpeg-streaming-ce028ab9a798f85a7503201be13c3ca01726f81b.zip
ffmpeg-streaming-ce028ab9a798f85a7503201be13c3ca01726f81b.tar.gz
Restore installation of libavutil/lzo.h after 2a91ada8282f18d2807abee5188225bba1b19bda
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavutil')
-rw-r--r--libavutil/Makefile5
1 files 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 \
OpenPOWER on IntegriCloud