Do not uselessly set _x264 to the value it already has

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24693 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2007-10-03 14:13:11 +00:00
parent 148e015db6
commit c916485e1a
1 changed files with 0 additions and 2 deletions

2
configure vendored
View File

@ -6593,7 +6593,6 @@ EOF
fi
if test "$_x264" = yes ; then
_x264=yes
_def_x264='#define HAVE_X264 1'
_codecmodules="x264 $_codecmodules"
if echo $_libavencoders | grep -q X264 ; then
@ -6605,7 +6604,6 @@ if test "$_x264" = yes ; then
_def_lavc_x264='#undef CONFIG_LIBX264'
fi
else
_x264=no
_lavc_x264=no
_def_x264='#undef HAVE_X264'
_def_lavc_x264='#undef CONFIG_LIBX264'