mirror of
https://github.com/mpv-player/mpv
synced 2025-02-03 05:31:34 +00:00
fixing uau's GNUisms... 100l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24626 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
81cebd7e45
commit
1f480ae398
2
configure
vendored
2
configure
vendored
@ -7738,7 +7738,7 @@ ff_config_enable () {
|
||||
_nprefix=$3;
|
||||
test -z "$_nprefix" && _nprefix='CONFIG'
|
||||
for part in $1; do
|
||||
if ` echo $2 | grep "\<$part\>" > /dev/null `; then
|
||||
if ` echo $2 | grep -E "(^| )$part($| )" > /dev/null `; then
|
||||
echo "#define ${_nprefix}_$part 1"
|
||||
echo "#define ENABLE_$part 1"
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user