Browse Source

lavc: remove reference to opt.h from Makefile.

Fixes make install after 3453a231a6.
tags/n0.8
Anton Khirnov 14 years ago
parent
commit
cda7aa9eba
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/Makefile

+ 1
- 1
libavcodec/Makefile 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 \


Loading…
Cancel
Save