From 742043db716a6c83656607642a0789380663cb7f Mon Sep 17 00:00:00 2001 From: Harm van der Heijden Date: Sat, 1 Dec 2001 19:37:21 +0000 Subject: Argh! previous commit accidentally made mp1e the default; now back to libfame... CVS patchset: 1152 CVS date: 2001/12/01 19:37:21 --- src/dxr3/dxr3_vo_encoder.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/dxr3/dxr3_vo_encoder.h b/src/dxr3/dxr3_vo_encoder.h index 7e8e0173b..a4d0830bd 100644 --- a/src/dxr3/dxr3_vo_encoder.h +++ b/src/dxr3/dxr3_vo_encoder.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: dxr3_vo_encoder.h,v 1.5 2001/12/01 19:36:30 hrm Exp $ + * $Id: dxr3_vo_encoder.h,v 1.6 2001/12/01 19:37:21 hrm Exp $ * */ @@ -36,11 +36,11 @@ #define USE_MAGIC_REGISTER 1 /* select one mpeg encoder out of the three below */ -#define USE_LIBFAME 0 +#define USE_LIBFAME 1 #define USE_FFMPEG 0 -#define USE_MP1E 1 +#define USE_MP1E 0 /************************************************************************* * Dxr3 Encoding private stuff below - You shouldn't need to change this * -- cgit v1.2.3