1
mirror of https://github.com/mpv-player/mpv synced 2024-07-15 22:21:38 +02:00

Fix shared libpostproc installation.

based on a patch by Rene Rebe <rene at exactcode dot de>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14995 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2005-03-23 10:07:00 +00:00
parent db844bc9f6
commit f876d13f45
2 changed files with 5 additions and 0 deletions

View File

@ -282,6 +282,9 @@ $(PRG_CFG): version.h codec-cfg.c codec-cfg.h
install: $(ALL_PRG)
ifeq ($(VIDIX),yes)
$(DO_MAKE)
endif
ifeq ($(SHARED_PP),yes)
$(MAKE) install -C libavcodec/libpostproc
endif
if test ! -d $(BINDIR) ; then mkdir -p $(BINDIR) ; fi
$(INSTALL) -m 755 $(INSTALLSTRIP) $(PRG) $(BINDIR)/$(PRG)

2
configure vendored
View File

@ -6672,6 +6672,8 @@ DATADIR = \$(DESTDIR)$_datadir
MANDIR = \$(DESTDIR)$_mandir
CONFDIR = \$(DESTDIR)$_confdir
LIBDIR = \$(DESTDIR)$_libdir
# FFmpeg uses libdir instead of LIBDIR
libdir = \$(LIBDIR)
#AR = ar
CC = $_cc
HOST_CC = $_host_cc