changeset 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 e08df4d22d27
children 1f8d1e1173d8
files Makefile
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
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"
 
 #