summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-10-03 14:13:11 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-10-03 14:13:11 +0000
commitc916485e1af2e89844546b0821bbd61685bbf023 (patch)
tree15f8f07a72a5ea4b0c44762a0396e93e06b48ec8 /configure
parent148e015db65fa2a791e124b2de498402dfbb7bfd (diff)
downloadmpv-c916485e1af2e89844546b0821bbd61685bbf023.tar.bz2
mpv-c916485e1af2e89844546b0821bbd61685bbf023.tar.xz
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure b/configure
index 61228bf4cf..3727fac8dd 100755
--- a/configure
+++ b/configure
@@ -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'