From 3565eeaaaaedb88b2e8dc7ef3c8dedc92294afe0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Falk=20H=C3=BCffner?= Date: Fri, 4 Oct 2002 23:32:40 +0000 Subject: [PATCH] =?UTF-8?q?Fix=20for=20source=20dir=20!=3D=20build=20dir.?= =?UTF-8?q?=20Patch=20provided=20by=20M=C3=A5ns=20Rullg=C3=A5rd.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Originally committed as revision 1003 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavcodec/Makefile b/libavcodec/Makefile index f180de2277..c914bb6cf3 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -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 -- GitLab