summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure9
1 files changed, 9 insertions, 0 deletions
diff --git a/configure b/configure
index b714953883..4fa5cb7196 100755
--- a/configure
+++ b/configure
@@ -2507,6 +2507,12 @@ EOF
fi
+echocheck "mencoder"
+_mencoder_flag='#undef HAVE_MENCODER'
+if test "$_mencoder" = yes ; then
+ _mencoder_flag='#define HAVE_MENCODER'
+fi
+echores "$_mencoder"
echocheck "lirc"
if test "$_lirc" = auto ; then
@@ -2883,6 +2889,9 @@ $_def_dvdread
/* You have to change DECORE_LIBS in config.mak too! */
$_def_decore
+/* If build mencoder */
+$_mencoder_flag
+
/* Indicates if Divx4linux encore is available
Note: for mencoder */
$_def_encore