1
mirror of https://github.com/mpv-player/mpv synced 2025-01-05 03:06:28 +01:00

10l: Remove stray 'fi'.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23144 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-04-26 20:37:24 +00:00
parent 621583488e
commit fa86df0f04

1
configure vendored
View File

@ -6266,7 +6266,6 @@ test "$_libavformat" = yes && _def_libavformat='#define USE_LIBAVFORMAT 1'
test "$_libavformat_a" = yes && _def_libavformat='#define USE_LIBAVFORMAT_A 1'
test "$_libavformat_so" = yes \
&& _def_libavformat_so='#define USE_LIBAVFORMAT_SO 1'
fi
echores "$_libavformat"
echocheck "FFmpeg libpostproc"