lavc: remove reference to opt.h from Makefile.

Fixes make install after 3453a231a6.
This commit is contained in:
Anton Khirnov 2011-04-19 19:50:23 +02:00
parent 55815edca0
commit cda7aa9eba
1 changed files with 1 additions and 1 deletions

View File

@ -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 \