changeset 16:863c1133ba73 libavformat

libav -> libavformat in Makefile patch by (Thomas Jarosch <tomj at simonv dot com>)
author michaelni
date Mon, 30 Dec 2002 01:07:47 +0000
parents 4d872c573360
children e1200dd82537
files Makefile
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Fri Dec 27 11:42:52 2002 +0000
+++ b/Makefile	Mon Dec 30 01:07:47 2002 +0000
@@ -56,9 +56,9 @@
 installlib: all
 	install -m 644 $(LIB) $(prefix)/lib
 	mkdir -p $(prefix)/include/ffmpeg
-	install -m 644 $(SRC_PATH)/libav/avformat.h $(SRC_PATH)/libav/avio.h \
-                $(SRC_PATH)/libav/rtp.h $(SRC_PATH)/libav/rtsp.h \
-                $(SRC_PATH)/libav/rtspcodes.h \
+	install -m 644 $(SRC_PATH)/libavformat/avformat.h $(SRC_PATH)/libavformat/avio.h \
+                $(SRC_PATH)/libavformat/rtp.h $(SRC_PATH)/libavformat/rtsp.h \
+                $(SRC_PATH)/libavformat/rtspcodes.h \
                 $(prefix)/include/ffmpeg
 
 %.o: %.c