1
0
mirror of https://github.com/mpv-player/mpv synced 2025-04-01 23:00:41 +00:00

10l, wrong syntax

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9958 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2003-04-21 16:08:06 +00:00
parent eb99c49bdc
commit 29ff365244

2
configure vendored
View File

@ -1964,7 +1964,7 @@ echores "$_dl"
echocheck "dynamic a/v plugins support"
if test "$_dl" = no ; then
_dynamic_plugins = no
_dynamic_plugins=no
fi
if test "$_dynamic_plugins" = yes ; then
_def_dynamic_plugins='#define DYNAMIC_PLUGINS 1'