# HG changeset patch # User mswitch # Date 1018421703 0 # Node ID 80c4e6e50f1eb0d066b2685f61c1f883a9372c97 # Parent c75f75806af168fe3369027549323b04263ddff5 Make avcodec the default encoder again, thanks Michael diff -r c75f75806af1 -r 80c4e6e50f1e libvo/vo_dxr3.c --- 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