From 57cdcd837913a54036054183e3c9bae5c8ed9196 Mon Sep 17 00:00:00 2001 From: "[CST] Focus" Date: Tue, 5 Mar 2013 18:33:52 +0400 Subject: [PATCH] configure.ac: add enable-pip option --- configure.ac | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/configure.ac b/configure.ac index 984a5d628..5e526d360 100644 --- a/configure.ac +++ b/configure.ac @@ -122,6 +122,11 @@ AC_ARG_ENABLE(cleanup, [ --enable-cleanup enable cleanup on exit], [AC_DEFINE(EXIT_CLEANUP,1,[enable cleanup on exit])]) +AC_ARG_ENABLE(pip, + [ --enable-pip enable picture in picture support], + [AC_DEFINE(ENABLE_PIP,1,[enable picture in picture support])]) + + if test "$BOXTYPE" = "coolstream"; then if test -e ${srcdir}/lib/libcoolstream/nevis_ir.h; then AC_DEFINE(HAVE_COOLSTREAM_NEVIS_IR_H,1,[Define to 1 if you have the header file.])