Skip to content
Snippets Groups Projects
Commit 68092d34 authored by Ralph Giles's avatar Ralph Giles
Browse files

Fix a typo which prevented optional examples other than tiff2theora

to be built.

svn path=/trunk/theora/; revision=17883
parent dfc2d4f7
No related branches found
No related tags found
No related merge requests found
......@@ -578,7 +578,7 @@ if test x$HAVE_PNG = xyes; then
BUILDABLE_EXAMPLES="$BUILDABLE_EXAMPLES png2theora\$(EXEEXT)"
fi
if test x$HAVE_TIFF = xyes; then
BUILDABLE_EXAMPLES="$BUILDABLE_EXAMPLE tiff2theora\$(EXEEXT)"
BUILDABLE_EXAMPLES="$BUILDABLE_EXAMPLES tiff2theora\$(EXEEXT)"
fi
AC_SUBST(BUILDABLE_EXAMPLES)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment