diff options
author | Fred Rothganger <rothgang@uiuc.edu> | 2003-10-24 19:59:43 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2003-10-24 19:59:43 +0000 |
commit | 07bd15c3e9eb5e98e2ad46461c40ae1e67c6bb2e (patch) | |
tree | 074c23112efe2884bbc881a21707b600ce0bdc20 | |
parent | 10acc47995831802501d0dbb9aab4ba7f91cbcfb (diff) | |
download | ffmpeg-07bd15c3e9eb5e98e2ad46461c40ae1e67c6bb2e.tar.gz |
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
-rw-r--r-- | libavcodec/Makefile | 4 |
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" # |