Skip to content
Snippets Groups Projects
Commit ce028ab9 authored by Alexis Ballier's avatar Alexis Ballier Committed by Michael Niedermayer
Browse files

Restore installation of libavutil/lzo.h after 2a91ada8

parent 77a72d34
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,8 @@ include $(SUBDIR)../config.mak ...@@ -2,6 +2,8 @@ include $(SUBDIR)../config.mak
NAME = avutil NAME = avutil
HEADERS-$(CONFIG_LZO) += lzo.h
HEADERS = adler32.h \ HEADERS = adler32.h \
aes.h \ aes.h \
attributes.h \ attributes.h \
...@@ -45,8 +47,7 @@ HEADERS = adler32.h \ ...@@ -45,8 +47,7 @@ HEADERS = adler32.h \
timestamp.h \ timestamp.h \
version.h \ version.h \
xtea.h \ xtea.h \
$(HEADERS-yes) \
HEADERS-$(CONFIG_LZO) += lzo.h
ARCH_HEADERS = bswap.h \ ARCH_HEADERS = bswap.h \
intmath.h \ intmath.h \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment