summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Jarosch <tomj@simonv.com>2002-12-30 01:07:47 +0000
committerMichael Niedermayer <michaelni@gmx.at>2002-12-30 01:07:47 +0000
commitf60f0df116fd5bb625288a01de8addfd74e1b282 (patch)
tree88cc6730a1268704343da956556627473967da15
parent41773b735e87002bd1c1336e22ff3e8b52cec74c (diff)
libav -> libavformat in Makefile patch by (Thomas Jarosch <tomj at simonv dot com>)
Originally committed as revision 1377 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r--libavformat/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index 3bcddebb4a..091fecf0cc 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -56,9 +56,9 @@ $(LIB): $(OBJS)
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