Mercurial > libavcodec.hg
diff Makefile @ 1568:c5ec7ac5c053 libavcodec
rational.h not installed patch by (Fred Rothganger <rothgang at uiuc dot edu>)
author | michael |
---|---|
date | Fri, 24 Oct 2003 19:59:43 +0000 |
parents | 5d53c03186a1 |
children | 6a4cfc5f9f96 |
line wrap: on
line diff
--- 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" #