From bb42f8296fcbe624aed2a5744f8dde6bf5143a7c Mon Sep 17 00:00:00 2001 From: Nico Sabbi Date: Tue, 29 Aug 2006 21:23:27 +0000 Subject: [PATCH] install opt.h Originally committed as revision 6126 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 91a0d5daf5..141cec61f8 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -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