mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-12 10:15:22 +00:00
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:
parent
10acc47995
commit
07bd15c3e9
@ -261,7 +261,9 @@ installlib: all install-headers
|
|||||||
|
|
||||||
install-headers:
|
install-headers:
|
||||||
mkdir -p "$(prefix)/include/ffmpeg"
|
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"
|
"$(prefix)/include/ffmpeg"
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user