Mercurial > mplayer.hg
changeset 5544:80c4e6e50f1e
Make avcodec the default encoder again, thanks Michael
author | mswitch |
---|---|
date | Wed, 10 Apr 2002 06:55:03 +0000 |
parents | c75f75806af1 |
children | 0869f86ac983 |
files | libvo/vo_dxr3.c |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/vo_dxr3.c Wed Apr 10 05:23:13 2002 +0000 +++ b/libvo/vo_dxr3.c Wed Apr 10 06:55:03 2002 +0000 @@ -136,10 +136,10 @@ MPG_CODEC_FAME }; -#if defined(USE_LIBFAME) +#if defined(USE_LIBAVCODEC) +static int mpeg_codec = MPG_CODEC_AVCODEC; +#elif defined(USE_LIBFAME) static int mpeg_codec = MPG_CODEC_FAME; -#elif defined(USE_LIBAVCODEC) -static int mpeg_codec = MPG_CODEC_AVCODEC; #else static int mpeg_codec = MPG_CODEC_NONE; #endif