rational.h not installed patch by (Fred Rothganger <rothgang at uiuc dot edu>)

Originally committed as revision 2426 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Fred Rothganger 2003-10-24 19:59:43 +00:00 committed by Michael Niedermayer
parent 10acc47995
commit 07bd15c3e9
1 changed files with 3 additions and 1 deletions

View File

@ -261,7 +261,9 @@ installlib: all install-headers
install-headers:
mkdir -p "$(prefix)/include/ffmpeg"
install -m 644 $(SRC_PATH)/libavcodec/avcodec.h $(SRC_PATH)/libavcodec/common.h \
install -m 644 $(SRC_PATH)/libavcodec/avcodec.h \
$(SRC_PATH)/libavcodec/common.h \
$(SRC_PATH)/libavcodec/rational.h \
"$(prefix)/include/ffmpeg"
#