From be39e2efb8c947a164a33f7e275cfcd365ceeade Mon Sep 17 00:00:00 2001 From: Harm van der Heijden Date: Sun, 2 Dec 2001 07:10:02 +0000 Subject: Grrr, again enabled mp1e by accident. Back to good ol' libfame now. CVS patchset: 1159 CVS date: 2001/12/02 07:10:02 --- src/dxr3/dxr3_vo_encoder.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/dxr3/dxr3_vo_encoder.h b/src/dxr3/dxr3_vo_encoder.h index 473f07f6f..47d645222 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.8 2001/12/02 07:08:59 hrm Exp $ + * $Id: dxr3_vo_encoder.h,v 1.9 2001/12/02 07:10:02 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