# HG changeset patch # User michaelni # Date 1041210467 0 # Node ID 863c1133ba7394001d28404d1b9b820857e854e6 # Parent 4d872c5733608eadf52cf0a34fdccd8909c4fa5d libav -> libavformat in Makefile patch by (Thomas Jarosch ) diff -r 4d872c573360 -r 863c1133ba73 Makefile --- 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