summaryrefslogtreecommitdiffstats
path: root/rules/libtheora.make
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-03-13 20:18:27 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-03-13 20:18:27 +0000
commit1ef9b16efb6e358f78abfe197ffd81e2873da1a5 (patch)
tree4d0da4631f9f9e2035dad3c88a869b8452eacfa1 /rules/libtheora.make
parentaeb69e9c322984cd0a47d54cf1a293f62e222558 (diff)
downloadptxdist-1ef9b16efb6e358f78abfe197ffd81e2873da1a5.tar.gz
ptxdist-1ef9b16efb6e358f78abfe197ffd81e2873da1a5.tar.xz
[libtheora] fix typo, enable/disable encoding properly
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10076 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/libtheora.make')
-rw-r--r--rules/libtheora.make5
1 files changed, 3 insertions, 2 deletions
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 <mkl@pengutronix.de>
#
# 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: