summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-04-26 20:56:54 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-04-26 20:56:54 +0000
commit91319b5f269d76452efb02b29933a5b1f13c4953 (patch)
tree3faa181f9af1627251c32eb757994538a028e751 /configure
parentb9578339d294014cc524bfb322e88e5904c08bc9 (diff)
downloadmpv-91319b5f269d76452efb02b29933a5b1f13c4953.tar.bz2
mpv-91319b5f269d76452efb02b29933a5b1f13c4953.tar.xz
100l: Fix another round of copy and paste typos.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23146 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure10
1 files changed, 5 insertions, 5 deletions
diff --git a/configure b/configure
index 06314c2bbe..cf2209c2eb 100755
--- a/configure
+++ b/configure
@@ -6180,8 +6180,8 @@ _def_libavutil_a='#undef USE_LIBAVUTIL_A'
_def_libavutil_so='#undef USE_LIBAVUTIL_SO'
test "$_libavutil_a" = yes || test "$_libavutil_so" = yes && _libavutil=yes
test "$_libavutil" = yes && _def_libavutil='#define USE_LIBAVUTIL 1'
-test "$_libavutil_a" = yes && _def_libavutil='#define USE_LIBAVUTIL_A 1'
-test "$_libavutil_so" = yes && _def_libavutil='#define USE_LIBAVUTIL_SO 1'
+test "$_libavutil_a" = yes && _def_libavutil_a='#define USE_LIBAVUTIL_A 1'
+test "$_libavutil_so" = yes && _def_libavutil_so='#define USE_LIBAVUTIL_SO 1'
# neither static nor shared libavutil is available, but it is mandatory ...
if test "$_libavutil" = no ; then
die "You need static or shared libavutil, MPlayer will not compile without!"
@@ -6219,8 +6219,8 @@ _def_libavcodec_a='#undef USE_LIBAVCODEC_A'
_def_libavcodec_so='#undef USE_LIBAVCODEC_SO'
test "$_libavcodec_a" = yes || test "$_libavcodec_so" = yes && _libavcodec=yes
test "$_libavcodec" = yes && _def_libavcodec='#define USE_LIBAVCODEC 1'
-test "$_libavcodec_a" = yes && _def_libavcodec='#define USE_LIBAVCODEC_A 1'
-test "$_libavcodec_so" = yes && _def_libavcodec='#define USE_LIBAVCODEC_SO 1'
+test "$_libavcodec_a" = yes && _def_libavcodec_a='#define USE_LIBAVCODEC_A 1'
+test "$_libavcodec_so" = yes && _def_libavcodec_so='#define USE_LIBAVCODEC_SO 1'
test "$_libavcodec_mpegaudio_hp" = yes \
&& _def_libavcodec_mpegaudio_hp='#define CONFIG_MPEGAUDIO_HP 1'
if test "$_libavcodec_a" = yes ; then
@@ -6263,7 +6263,7 @@ _def_libavformat_a='#undef USE_LIBAVFORMAT_A'
_def_libavformat_so='#undef USE_LIBAVFORMAT_SO'
test "$_libavformat_a" = yes || test "$_libavformat_so" = yes && _libavformat=yes
test "$_libavformat" = yes && _def_libavformat='#define USE_LIBAVFORMAT 1'
-test "$_libavformat_a" = yes && _def_libavformat='#define USE_LIBAVFORMAT_A 1'
+test "$_libavformat_a" = yes && _def_libavformat_a='#define USE_LIBAVFORMAT_A 1'
test "$_libavformat_so" = yes \
&& _def_libavformat_so='#define USE_LIBAVFORMAT_SO 1'
echores "$_libavformat"