summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2011-04-20 17:09:45 +0200
committerAnton Khirnov <anton@khirnov.net>2011-04-21 07:14:51 +0200
commit095290f9a4230698f64c56b5ee9d89c046f6dd5b (patch)
tree258fbbb0bf1629ecb22795b3573ff6488ab2a146 /libavcodec/Makefile
parenta975dbc86b97a421e51ac7075b8df869915745a2 (diff)
lavc: provide the opt.h header until the next bump
AVOptions were moved to libavutil only recently.
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 f05244ed95..784226f7af 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 vaapi.h vdpau.h version.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 \