summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2011-03-14 21:58:13 +0100
committerRonald S. Bultje <rsbultje@gmail.com>2011-03-22 21:48:33 -0400
commit3dd851c46b21e858a3fd9a99d8e659a6d0baa868 (patch)
treee70b138fc0eb86704be9fe10effbdc73df0e27a7 /libavcodec/Makefile
parentbc17bd90f51a6eb464746b2d5144e1ec57ca4bfb (diff)
lavc: move the version macros to a new installed header.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 91dcdbe527..85d9a34f3e 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -3,7 +3,7 @@ include $(SUBDIR)../config.mak
NAME = avcodec
FFLIBS = avutil
-HEADERS = avcodec.h avfft.h dxva2.h opt.h vaapi.h vdpau.h xvmc.h
+HEADERS = avcodec.h avfft.h dxva2.h opt.h vaapi.h vdpau.h version.h xvmc.h
OBJS = allcodecs.o \
audioconvert.o \