diff options
author | nick <nick@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-10-27 13:53:01 +0000 |
---|---|---|
committer | nick <nick@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-10-27 13:53:01 +0000 |
commit | 5e52ba972dc444d877c28efbcf094f8eee44eb01 (patch) | |
tree | eac0509ef8956ac5ff2f7bad0a24b36c00b14e77 /configure | |
parent | f5b56f98b6bf2a512ca21836273caca732ef2e68 (diff) |
sorry
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2498 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |