mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
buglet in libpostproc Makefile patch by (Brendan Kehoe <brendan at zen dot org>)
Originally committed as revision 3303 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
5b79a73ed8
commit
06983da7ee
@ -53,9 +53,9 @@ ifeq ($(SHARED_PP),yes)
|
||||
install -s -m 755 $(SPPLIB) $(prefix)/lib/$(SPPLIB).$(SPPVERSION)
|
||||
ln -sf $(SPPLIB).$(SPPVERSION) $(prefix)/lib/$(SPPLIB)
|
||||
ldconfig || true
|
||||
endif
|
||||
mkdir -p $(prefix)/include/postproc
|
||||
install -m 644 postprocess.h $(prefix)/include/postproc/postprocess.h
|
||||
endif
|
||||
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user