Browse Source

Install <libavcodec/vaapi.h> header.

Originally committed as revision 21285 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Gwenole Beauchesne 16 years ago
parent
commit
054947cafd
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 opt.h vdpau.h xvmc.h
HEADERS = avcodec.h opt.h vaapi.h vdpau.h xvmc.h

OBJS = allcodecs.o \
audioconvert.o \


Loading…
Cancel
Save