Commit 38cac201 authored by michaelni's avatar michaelni

libav -> libavformat in Makefile patch by (Thomas Jarosch <tomj at simonv dot com>)


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@1377 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 6bc25acc
...@@ -56,9 +56,9 @@ $(LIB): $(OBJS) ...@@ -56,9 +56,9 @@ $(LIB): $(OBJS)
installlib: all installlib: all
install -m 644 $(LIB) $(prefix)/lib install -m 644 $(LIB) $(prefix)/lib
mkdir -p $(prefix)/include/ffmpeg mkdir -p $(prefix)/include/ffmpeg
install -m 644 $(SRC_PATH)/libav/avformat.h $(SRC_PATH)/libav/avio.h \ install -m 644 $(SRC_PATH)/libavformat/avformat.h $(SRC_PATH)/libavformat/avio.h \
$(SRC_PATH)/libav/rtp.h $(SRC_PATH)/libav/rtsp.h \ $(SRC_PATH)/libavformat/rtp.h $(SRC_PATH)/libavformat/rtsp.h \
$(SRC_PATH)/libav/rtspcodes.h \ $(SRC_PATH)/libavformat/rtspcodes.h \
$(prefix)/include/ffmpeg $(prefix)/include/ffmpeg
%.o: %.c %.o: %.c
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment