Commit 48033c87 authored by mellum's avatar mellum

Fix for source dir != build dir. Patch provided by Måns Rullgård.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@1003 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent d9054b51
......@@ -171,8 +171,8 @@ ifeq ($(BUILD_SHARED),yes)
ln -sf libavcodec-$(VERSION).so $(prefix)/lib/libavcodec.so
ldconfig || true
mkdir -p $(prefix)/include/ffmpeg
install -m 644 avcodec.h $(prefix)/include/ffmpeg/avcodec.h
install -m 644 common.h $(prefix)/include/ffmpeg/common.h
install -m 644 $(VPATH)/avcodec.h $(prefix)/include/ffmpeg/avcodec.h
install -m 644 $(VPATH)/common.h $(prefix)/include/ffmpeg/common.h
endif
installlib: all
......
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