Mercurial > mplayer.hg
comparison configure @ 2497:ed74af5ee66d
sorry
author | nick |
---|---|
date | Sat, 27 Oct 2001 13:53:01 +0000 |
parents | b2ce5d6d7d4f |
children | 13e4620eccb7 |
comparison
equal
deleted
inserted
replaced
2496:b2ce5d6d7d4f | 2497:ed74af5ee66d |
---|---|
1911 | 1911 |
1912 if test "$_libavcodec" = yes ; then | 1912 if test "$_libavcodec" = yes ; then |
1913 _lavclib='-Llibavcodec -lavcodec' | 1913 _lavclib='-Llibavcodec -lavcodec' |
1914 _lavcdep='libavcodec/libavcodec.a' | 1914 _lavcdep='libavcodec/libavcodec.a' |
1915 _libavcodec='#define USE_LIBAVCODEC' | 1915 _libavcodec='#define USE_LIBAVCODEC' |
1916 _libavcodecso='#undef USE_LIBAVCODEC' | 1916 _libavcodecso='#undef USE_LIBAVCODEC_SO' |
1917 else | 1917 else |
1918 if test "$_libavcodec_so" = yes ; then | 1918 if test "$_libavcodec_so" = yes ; then |
1919 _lavclib='-lffmpeg' | 1919 _lavclib='-lffmpeg' |
1920 _lavcdep='' | 1920 _lavcdep='' |
1921 _libavcodec='#define USE_LIBAVCODEC' | 1921 _libavcodec='#define USE_LIBAVCODEC' |