Browse Source

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
tags/v0.5
Falk Hüffner 23 years ago
parent
commit
3565eeaaaa
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      libavcodec/Makefile

+ 2
- 2
libavcodec/Makefile 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


Loading…
Cancel
Save