1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-17 04:58:06 +00:00

remove broken shared libpostproc stuff

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16277 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
rfelker 2005-08-19 19:24:30 +00:00
parent cbf39d96ec
commit 2d1b8d3df6
2 changed files with 0 additions and 17 deletions

View File

@ -257,11 +257,6 @@ COMMON_DEPS += libmpdvdkit2/libmpdvdkit.a
endif
endif
ifeq ($(SHARED_PP),yes)
COMMON_DEPS += libavcodec/libpostproc/libpostproc.so
COMMON_LIBS += libavcodec/libpostproc/libpostproc.so
endif
ifeq ($(GUI),yes)
COMMON_DEPS += Gui/libgui.a
GUI_LIBS = Gui/libgui.a
@ -449,9 +444,6 @@ $(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)

9
configure vendored
View File

@ -307,7 +307,6 @@ Miscellaneous options:
and GUI (also the environment variable \$LINGUAS is
honored) [en]
(Available: $LANGUAGES all)
--enable-shared-pp install & use shared postprocessing lib
--with-install=PATH use a custom install program (useful if your OS uses
a GNU-incompatible install utility by default and
you want to use GNU version)
@ -1464,7 +1463,6 @@ _cdparanoia=auto
_big_endian=auto
_freetype=auto
_fontconfig=auto
_shared_pp=no
_menu=no
_qtx=auto
_macosx=auto
@ -1755,9 +1753,6 @@ for ac_option do
--enable-dga=*) _dga=`echo $ac_option | cut -d '=' -f 2` ;;
--disable-dga) _dga=no ;;
--enable-shared-pp) _shared_pp=yes ;;
--disable-shared-pp) _shared_pp=no ;;
--enable-menu) _menu=yes ;;
--disable-menu) _menu=no ;;
@ -6482,9 +6477,6 @@ else
fi
echores "$_byte_order"
echocheck "shared postprocess lib"
echores "$_shared_pp"
echocheck "OSD menu"
if test "$_menu" = yes ; then
_def_menu='#define HAVE_MENU 1'
@ -6967,7 +6959,6 @@ STREAMING_LIVE_DOT_COM = $_live
MPLAYER_NETWORK_LIB = $_ld_live $_ld_vstream $_ld_network
DVBIN = $_dvbin
VIDIX = $_vidix
SHARED_PP = $_shared_pp
CONFIG_PP = yes
CONFIG_RISKY = yes
CONFIG_MP3LAME = $_mp3lame