summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authornick <nick@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-27 13:53:01 +0000
committernick <nick@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-27 13:53:01 +0000
commit5e52ba972dc444d877c28efbcf094f8eee44eb01 (patch)
treeeac0509ef8956ac5ff2f7bad0a24b36c00b14e77 /configure
parentf5b56f98b6bf2a512ca21836273caca732ef2e68 (diff)
downloadmpv-5e52ba972dc444d877c28efbcf094f8eee44eb01.tar.bz2
mpv-5e52ba972dc444d877c28efbcf094f8eee44eb01.tar.xz
sorry
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2498 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 61dccc8d5e..dc54bd3326 100755
--- a/configure
+++ b/configure
@@ -1913,7 +1913,7 @@ if test "$_libavcodec" = yes ; then
_lavclib='-Llibavcodec -lavcodec'
_lavcdep='libavcodec/libavcodec.a'
_libavcodec='#define USE_LIBAVCODEC'
- _libavcodecso='#undef USE_LIBAVCODEC'
+ _libavcodecso='#undef USE_LIBAVCODEC_SO'
else
if test "$_libavcodec_so" = yes ; then
_lavclib='-lffmpeg'