Mercurial > mplayer.hg
changeset 19029:b8f5eff8a732
Work around DTS_INC and MLIB_INC now being gone from FFmpeg.
author | diego |
---|---|
date | Wed, 12 Jul 2006 15:20:34 +0000 |
parents | b2dde05fbfc8 |
children | b5758baabf26 |
files | configure |
diffstat | 1 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Wed Jul 12 14:19:08 2006 +0000 +++ b/configure Wed Jul 12 15:20:34 2006 +0000 @@ -7421,7 +7421,8 @@ AWK = $_awk RANLIB = $_ranlib INSTALL = $_install -EXTRA_INC = $_inc_extra +# FIXME: Should only be $_inc_extra, time to get rid of all --with-fooincdir. +EXTRA_INC = $_inc_extra $_inc_libdts $_inc_mlib OPTFLAGS = -I../libvo -I../../libvo $_inc_x11 $CFLAGS \$(EXTRA_INC) STRIPBINARIES = $_stripbinaries CHARSET = $_charset @@ -7490,7 +7491,6 @@ X_LIB = $_ld_gl $_ld_dga $_ld_xv $_ld_xvmc $_ld_vm $_ld_xinerama $_ld_x11 $_ld_sock GGI_LIB = $_ld_ggi MLIB_LIB = $_ld_mlib -MLIB_INC = $_inc_mlib DXR2_INC = $_inc_dxr2 DVB_INC = $_inc_dvb PNG_LIB = $_ld_png @@ -7569,7 +7569,6 @@ X264_INC = $_inc_x264 X264_LIB = $_ld_x264 CONFIG_DTS = $_libdts -DTS_INC = $_inc_libdts DTS_LIB = $_ld_libdts DECORE_LIB = $_ld_decore $_ld_mp3lame MENCODER = $_mencoder