summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-01-15 17:03:19 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-01-15 17:03:19 +0000
commit8d184312b08d57c659aef1fe8cee77303b940aa8 (patch)
tree035aa4f5e95a91e2a8271095bf20cb8d3f6b782a /configure
parenteadeed12f4eb900c92f0e4f7a9dabd14fce47208 (diff)
downloadmpv-8d184312b08d57c659aef1fe8cee77303b940aa8.tar.bz2
mpv-8d184312b08d57c659aef1fe8cee77303b940aa8.tar.xz
small gtk bug fix (-display bug, baze gabu, miattad fogok elkarhozni:), and remove gui dependencie in mencoder
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4177 b3059339-0415-0410-9bf9-f77b7e298cf2
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