summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2011-04-19 19:50:23 +0200
committerAnton Khirnov <anton@khirnov.net>2011-04-19 19:50:23 +0200
commitcda7aa9eba79e113c8e46455b81e3f5a047a8d98 (patch)
treed753f2e4de603acb453ab2ed63a40524c289683c /libavcodec/Makefile
parent55815edca038997ec283569a192a3eca7f2143bc (diff)
lavc: remove reference to opt.h from Makefile.
Fixes make install after 3453a231a6cebe5989c213be0f9fd6c71ec5ea23.
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 784226f7af..f05244ed95 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 version.h xvmc.h
+HEADERS = avcodec.h avfft.h dxva2.h vaapi.h vdpau.h version.h xvmc.h
OBJS = allcodecs.o \
audioconvert.o \