summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorFred Rothganger <rothgang@uiuc.edu>2003-10-24 19:59:43 +0000
committerMichael Niedermayer <michaelni@gmx.at>2003-10-24 19:59:43 +0000
commit07bd15c3e9eb5e98e2ad46461c40ae1e67c6bb2e (patch)
tree074c23112efe2884bbc881a21707b600ce0bdc20 /libavcodec
parent10acc47995831802501d0dbb9aab4ba7f91cbcfb (diff)
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
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 83cae559f6..ef73fe48b2 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -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"
#