Mercurial > mplayer.hg
changeset 31604:a513b4166abd
Add back LIBXVID to $libavencoders once more.
After the last round of FFmpeg changes to libxvid handling this is required.
author | diego |
---|---|
date | Sat, 10 Jul 2010 16:44:02 +0000 |
parents | 2b455d7357cc |
children | 21ac1f3cfb7f |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Sat Jul 10 16:43:00 2010 +0000 +++ b/configure Sat Jul 10 16:44:02 2010 +0000 @@ -7526,7 +7526,7 @@ fi if test "$_xvid_lavc" = yes ; then def_xvid_lavc='#define CONFIG_LIBXVID 1' - libavencoders="$libavencoders LIBXVID_ENCODER" + libavencoders="$libavencoders LIBXVID LIBXVID_ENCODER" else _xvid_lavc=no def_xvid_lavc='#define CONFIG_LIBXVID 0'