summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-04-26 20:44:02 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-04-26 20:44:02 +0000
commitb9578339d294014cc524bfb322e88e5904c08bc9 (patch)
treec56352b1276f6f68b689a36523d1dbbd89587b6c /configure
parentfa86df0f0436bede7df096248b6f40a22f538f46 (diff)
downloadmpv-b9578339d294014cc524bfb322e88e5904c08bc9.tar.bz2
mpv-b9578339d294014cc524bfb322e88e5904c08bc9.tar.xz
Fix cut and paste typo, _def_libpostproc --> _def_libpostproc_a.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23145 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 3851a422ed..06314c2bbe 100755
--- a/configure
+++ b/configure
@@ -6295,7 +6295,7 @@ _def_libpostproc_a='#undef USE_LIBPOSTPROC_A'
_def_libpostproc_so='#undef USE_LIBPOSTPROC_SO'
test "$_libpostproc_a" = yes || test "$_libpostproc_so" = yes && _libpostproc=yes
test "$_libpostproc" = yes && _def_libpostproc='#define USE_LIBPOSTPROC 1'
-test "$_libpostproc_a" = yes && _def_libpostproc='#define USE_LIBPOSTPROC_A 1'
+test "$_libpostproc_a" = yes && _def_libpostproc_a='#define USE_LIBPOSTPROC_A 1'
test "$_libpostproc_so" = yes \
&& _def_libpostproc_so='#define USE_LIBPOSTPROC_SO 1'
echores "$_libpostproc"