From 07bd15c3e9eb5e98e2ad46461c40ae1e67c6bb2e Mon Sep 17 00:00:00 2001 From: Fred Rothganger <rothgang@uiuc.edu> Date: Fri, 24 Oct 2003 19:59:43 +0000 Subject: [PATCH] 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 --- libavcodec/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 83cae559f62..ef73fe48b22 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" # -- GitLab