comparison Makefile @ 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 06b1347b3c8e
children 3d52de18ecc3
comparison
equal deleted inserted replaced
15:4d872c573360 16:863c1133ba73
54 $(RANLIB) $@ 54 $(RANLIB) $@
55 55
56 installlib: all 56 installlib: all
57 install -m 644 $(LIB) $(prefix)/lib 57 install -m 644 $(LIB) $(prefix)/lib
58 mkdir -p $(prefix)/include/ffmpeg 58 mkdir -p $(prefix)/include/ffmpeg
59 install -m 644 $(SRC_PATH)/libav/avformat.h $(SRC_PATH)/libav/avio.h \ 59 install -m 644 $(SRC_PATH)/libavformat/avformat.h $(SRC_PATH)/libavformat/avio.h \
60 $(SRC_PATH)/libav/rtp.h $(SRC_PATH)/libav/rtsp.h \ 60 $(SRC_PATH)/libavformat/rtp.h $(SRC_PATH)/libavformat/rtsp.h \
61 $(SRC_PATH)/libav/rtspcodes.h \ 61 $(SRC_PATH)/libavformat/rtspcodes.h \
62 $(prefix)/include/ffmpeg 62 $(prefix)/include/ffmpeg
63 63
64 %.o: %.c 64 %.o: %.c
65 $(CC) $(CFLAGS) -c -o $@ $< 65 $(CC) $(CFLAGS) -c -o $@ $<
66 66