1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-22 07:46:55 +00:00

Ooops, variable names got confused during copy and paste:

USE_LIBAVCODEC* belongs in _def_libavcodec*.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23136 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-04-26 13:11:22 +00:00
parent b0f268310c
commit 5f8e546fdd

6
configure vendored
View File

@ -6218,10 +6218,8 @@ _def_lavc_dsputil='#undef USE_LIBAVCODEC_DSPUTIL'
test "$_libavcodec_a" = yes || test "$_libavcodec_so" = yes && _libavcodec=yes
test "$_libavcodec_a" = yes \
&& _def_lavc_dsputil='#define USE_LIBAVCODEC_DSPUTIL'
test "$_libavcodec_so" = yes \
&& _def_lavc_dsputil='#define USE_LIBAVCODEC_SO 1'
test "$_libavcodec" = yes \
&& _def_lavc_dsputil='#define USE_LIBAVCODEC 1'
test "$_libavcodec" = yes && _def_libavcodec='#define USE_LIBAVCODEC 1'
test "$_libavcodec_so" = yes && _def_libavcodec='#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