# HG changeset patch # User michael # Date 1067025583 0 # Node ID c5ec7ac5c053cd300c68c3b331e5c23cb3998908 # Parent e08df4d22d27c83718857d4ac14be05cc54edf4f rational.h not installed patch by (Fred Rothganger ) diff -r e08df4d22d27 -r c5ec7ac5c053 Makefile --- a/Makefile Fri Oct 24 18:28:01 2003 +0000 +++ b/Makefile Fri Oct 24 19:59:43 2003 +0000 @@ -261,7 +261,9 @@ 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" #