diff options
author | Thomas Jarosch <tomj@simonv.com> | 2002-12-30 01:07:47 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2002-12-30 01:07:47 +0000 |
commit | f60f0df116fd5bb625288a01de8addfd74e1b282 (patch) | |
tree | 88cc6730a1268704343da956556627473967da15 /libavformat/Makefile | |
parent | 41773b735e87002bd1c1336e22ff3e8b52cec74c (diff) | |
download | ffmpeg-f60f0df116fd5bb625288a01de8addfd74e1b282.tar.gz |
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
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r-- | libavformat/Makefile | 6 |
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 |