diff libvo/vo_dxr3.c @ 5544:80c4e6e50f1e

Make avcodec the default encoder again, thanks Michael
author mswitch
date Wed, 10 Apr 2002 06:55:03 +0000
parents 5cf3a60c2815
children 92329b5f6ff3
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