Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libavutil')
-rw-r--r--libavutil/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile
index 2cf0174697..20dfba407a 100644
--- a/libavutil/Makefile
+++ b/libavutil/Makefile
@@ -2,8 +2,6 @@ include $(SUBDIR)../config.mak
NAME = avutil
-HEADERS-$(CONFIG_LZO) += lzo.h
-
HEADERS = adler32.h \
aes.h \
attributes.h \
@@ -47,7 +45,8 @@ HEADERS = adler32.h \
timestamp.h \
version.h \
xtea.h \
- $(HEADERS-yes) \
+
+HEADERS-$(CONFIG_LZO) += lzo.h
ARCH_HEADERS = bswap.h \
intmath.h \