Commit 80fd3a55 authored by michael's avatar michael

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2426 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent d100168a
...@@ -261,7 +261,9 @@ installlib: all install-headers ...@@ -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"
# #
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment