Restore installation of libavutil/lzo.h after 2a91ada828

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
pull/6/merge
Alexis Ballier 12 years ago committed by Michael Niedermayer
parent 77a72d3485
commit ce028ab9a7
  1. 5
      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 \

Loading…
Cancel
Save