From 1ef9b16efb6e358f78abfe197ffd81e2873da1a5 Mon Sep 17 00:00:00 2001 From: Marc Kleine-Budde Date: Fri, 13 Mar 2009 20:18:27 +0000 Subject: [libtheora] fix typo, enable/disable encoding properly Signed-off-by: Marc Kleine-Budde git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10076 33e552b5-05e3-0310-8538-816dae2090ed --- rules/libtheora.make | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'rules/libtheora.make') diff --git a/rules/libtheora.make b/rules/libtheora.make index c3ceb5254..57aca5029 100644 --- a/rules/libtheora.make +++ b/rules/libtheora.make @@ -2,6 +2,7 @@ # $Id: template-make 8509 2008-06-12 12:45:40Z mkl $ # # Copyright (C) 2008 by Robert Schwebel +# 2009 by Marc Kleine-Budde # # See CREDITS for details about who has contributed to this project. # @@ -90,9 +91,9 @@ else LIBTHEORA_AUTOCONF += --disable-float endif ifdef PTXCONF_LIBTHEORA__ENCODING -LIBTHEORA_AUTOCONF += --enable-encoding +LIBTHEORA_AUTOCONF += --enable-encode else -LIBTHEORA_AUTOCONF += --disable-encoding +LIBTHEORA_AUTOCONF += --disable-encode endif $(STATEDIR)/libtheora.prepare: -- cgit v1.2.3