install opt.h

Originally committed as revision 6126 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Nico Sabbi 2006-08-29 21:23:27 +00:00
parent 5d915e827e
commit bb42f8296f
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ OBJS= bitstream.o utils.o allcodecs.o \
audioconvert.o \
HEADERS = avcodec.h
HEADERS = avcodec.h opt.h
ifneq ($(CONFIG_SWSCALER),yes)
HEADERS += swscale.h
endif