1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

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

Originally committed as revision 1003 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Falk Hüffner 2002-10-04 23:32:40 +00:00
parent defdfc9aa0
commit 3565eeaaaa

View File

@ -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