1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-15 14:13:16 +02:00

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

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