Browse Source

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
tags/v0.5
Fred Rothganger Michael Niedermayer 22 years ago
parent
commit
07bd15c3e9
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      libavcodec/Makefile

+ 3
- 1
libavcodec/Makefile 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"

#


Loading…
Cancel
Save