git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2498 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
nick 2001-10-27 13:53:01 +00:00
parent f5b56f98b6
commit 5e52ba972d
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -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'