]> git.sesse.net Git - vlc/commitdiff
* ./mozilla/*: preliminary Mozilla plugin. Only works under Unix for now.
authorSam Hocevar <sam@videolan.org>
Thu, 4 Jul 2002 18:11:57 +0000 (18:11 +0000)
committerSam Hocevar <sam@videolan.org>
Thu, 4 Jul 2002 18:11:57 +0000 (18:11 +0000)
  * ./debian/rules: activated the vlc-xosd, vlc-kde and mozilla-plugin-vlc
    Debian packages.
  * ./po/*: updated potfiles.

23 files changed:
Makefile
Makefile.opts.in
configure
configure.in
debian/.cvsignore
debian/changelog
debian/control
debian/mozilla-plugin-vlc.dirs [new file with mode: 0644]
debian/rules
mozilla/Makefile [new file with mode: 0644]
mozilla/npunix.c [new file with mode: 0644]
mozilla/vlcplugin.c [new file with mode: 0644]
mozilla/vlcplugin.h [new file with mode: 0644]
po/de.po
po/en_GB.po
po/fr.po
po/ja.po
po/nl.po
po/no.po
po/pl.po
po/ru.po
po/vlc.pot
src/misc/modules.c

index 54a2bc161d4ade1ef7aadd5c0acd85d4a70c9324..b71005637b7bc31ff269934d9ce4f7c21d0b106a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -249,7 +249,7 @@ export
 #
 # Virtual targets
 #
-all: Makefile.opts vlc ${ALIASES} vlc.app plugins po
+all: Makefile.opts vlc ${ALIASES} vlc.app plugins po mozilla/libvlcplugin.so
 
 Makefile.opts:
        @echo "**** No configuration found, please run ./configure"
@@ -274,7 +274,7 @@ show:
 #
 # Cleaning rules
 #
-clean: plugins-clean po-clean vlc-clean
+clean: plugins-clean po-clean vlc-clean mozilla-clean
        rm -f src/*/*.o extras/*/*.o
        rm -f lib/*.so* lib/*.a
        rm -f plugins/*.so plugins/*.a plugins/*.lib plugins/*.tds
@@ -294,6 +294,9 @@ vlc-clean:
        rm -f vlc gnome-vlc gvlc kvlc qvlc vlc.exe
        rm -Rf vlc.app
 
+mozilla-clean:
+       -cd mozilla && $(MAKE) clean
+
 distclean: clean
        -cd po && $(MAKE) maintainer-clean
        rm -f **/*.o **/*~ *.log
@@ -308,9 +311,9 @@ distclean: clean
 #
 # Install/uninstall rules
 #
-install: vlc-install plugins-install po-install
+install: vlc-install plugins-install po-install mozilla-install
 
-uninstall: vlc-uninstall plugins-uninstall po-uninstall
+uninstall: vlc-uninstall plugins-uninstall po-uninstall mozilla-uninstall
 
 vlc-install:
        mkdir -p $(DESTDIR)$(bindir)
@@ -341,6 +344,16 @@ endif
 plugins-uninstall:
        rm -f $(DESTDIR)$(libdir)/vlc/*.so
 
+mozilla-install:
+ifeq ($(MOZILLA),1)
+       -cd mozilla && $(MAKE) install
+endif
+
+mozilla-uninstall:
+ifeq ($(MOZILLA),1)
+       -cd mozilla && $(MAKE) uninstall
+endif
+
 po-install:
        -cd po && $(MAKE) install
 
@@ -606,6 +619,14 @@ builtins: Makefile.modules Makefile.opts Makefile.dep Makefile $(BUILTIN_OBJ)
 $(BUILTIN_OBJ): $(H_OBJ) FORCE
        @cd $(shell echo " "$(PLUGINS_TARGETS)" " | sed -e 's@.* \([^/]*/\)'$(@:plugins/%.a=%)' .*@plugins/\1@' -e 's@^ .*@@') && $(MAKE) -f ../../Makefile.modules $(@:plugins/%=../%)
 
+#
+# Mozilla plugin target
+#
+mozilla/libvlcplugin.so: FORCE
+ifeq ($(MOZILLA),1)
+       @cd mozilla && $(MAKE) builtins_LDFLAGS="$(builtins_LDFLAGS)"
+endif
+
 #
 # gettext target
 #
index 89a6c3234da407ccf7dea8058270e2de7a480104..a1e7f6a3953f389bd1038e2560397354987bca82 100644 (file)
@@ -14,6 +14,7 @@ HAVE_MAKEFILE_OPTS = 1
 # 
 SYS = @SYS@
 ALIASES =@ALIASES@
+MOZILLA = @MOZILLA@
 INSTALL = @INSTALL@
 ARCH = @ARCH@
 
@@ -53,8 +54,9 @@ includedir = @includedir@
 # CFLAGS for special cases
 #
 vlc_CFLAGS = @vlc_CFLAGS@
-plugins_CFLAGS := @plugins_CFLAGS@
-builtins_CFLAGS := @builtins_CFLAGS@
+plugins_CFLAGS = @plugins_CFLAGS@
+builtins_CFLAGS = @builtins_CFLAGS@
+mozilla_CFLAGS = @mozilla_CFLAGS@
 
 a52_CFLAGS = @a52_CFLAGS@
 arts_CFLAGS = @arts_CFLAGS@
@@ -82,8 +84,9 @@ xvideo_CFLAGS = @xvideo_CFLAGS@
 # Libraries for special cases
 #
 vlc_LDFLAGS = @vlc_LDFLAGS@
-plugins_LDFLAGS += @plugins_LDFLAGS@
-builtins_LDFLAGS += @builtins_LDFLAGS@
+plugins_LDFLAGS = @plugins_LDFLAGS@
+builtins_LDFLAGS = @builtins_LDFLAGS@
+mozilla_LDFLAGS = @mozilla_LDFLAGS@
 
 a52_LDFLAGS = @a52_LDFLAGS@
 aa_LDFLAGS = @aa_LDFLAGS@
index 88eaf85c59435f756fc31aa4bff84a7fbdd83a9f..307fcc6e122b4f0b77fbc95c0c976467325f785b 100755 (executable)
--- a/configure
+++ b/configure
@@ -154,6 +154,8 @@ ac_help="$ac_help
   --enable-pth            GNU Pth support (default disabled)"
 ac_help="$ac_help
   --enable-st             State Threads (default disabled)"
+ac_help="$ac_help
+  --enable-mozilla        build a vlc-based Mozilla plugin (default disabled)"
 ac_help="$ac_help
   --disable-plugins       make all plug-ins built-in (default plug-ins enabled)"
 
@@ -714,7 +716,7 @@ else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
 fi
 
 echo $ac_n "checking host system type""... $ac_c" 1>&6
-echo "configure:718: checking host system type" >&5
+echo "configure:720: checking host system type" >&5
 
 host_alias=$host
 case "$host_alias" in
@@ -735,7 +737,7 @@ host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
 echo "$ac_t""$host" 1>&6
 
 echo $ac_n "checking target system type""... $ac_c" 1>&6
-echo "configure:739: checking target system type" >&5
+echo "configure:741: checking target system type" >&5
 
 target_alias=$target
 case "$target_alias" in
@@ -753,7 +755,7 @@ target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
 echo "$ac_t""$target" 1>&6
 
 echo $ac_n "checking build system type""... $ac_c" 1>&6
-echo "configure:757: checking build system type" >&5
+echo "configure:759: checking build system type" >&5
 
 build_alias=$build
 case "$build_alias" in
@@ -787,7 +789,7 @@ save_CFLAGS="${CFLAGS}"
 save_LDFLAGS="${LDFLAGS}"
 
 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
-echo "configure:791: checking whether ${MAKE-make} sets \${MAKE}" >&5
+echo "configure:793: checking whether ${MAKE-make} sets \${MAKE}" >&5
 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -816,7 +818,7 @@ fi
 # Extract the first word of "gcc", so it can be a program name with args.
 set dummy gcc; ac_word=$2
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:820: checking for $ac_word" >&5
+echo "configure:822: checking for $ac_word" >&5
 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -846,7 +848,7 @@ if test -z "$CC"; then
   # Extract the first word of "cc", so it can be a program name with args.
 set dummy cc; ac_word=$2
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:850: checking for $ac_word" >&5
+echo "configure:852: checking for $ac_word" >&5
 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -897,7 +899,7 @@ fi
       # Extract the first word of "cl", so it can be a program name with args.
 set dummy cl; ac_word=$2
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:901: checking for $ac_word" >&5
+echo "configure:903: checking for $ac_word" >&5
 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -929,7 +931,7 @@ fi
 fi
 
 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
-echo "configure:933: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
+echo "configure:935: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
 
 ac_ext=c
 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
@@ -940,12 +942,12 @@ cross_compiling=$ac_cv_prog_cc_cross
 
 cat > conftest.$ac_ext << EOF
 
-#line 944 "configure"
+#line 946 "configure"
 #include "confdefs.h"
 
 main(){return(0);}
 EOF
-if { (eval echo configure:949: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:951: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   ac_cv_prog_cc_works=yes
   # If we can't run a trivial program, we are probably using a cross compiler.
   if (./conftest; exit) 2>/dev/null; then
@@ -971,12 +973,12 @@ if test $ac_cv_prog_cc_works = no; then
   { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
 fi
 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
-echo "configure:975: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
+echo "configure:977: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
 cross_compiling=$ac_cv_prog_cc_cross
 
 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
-echo "configure:980: checking whether we are using GNU C" >&5
+echo "configure:982: checking whether we are using GNU C" >&5
 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -985,7 +987,7 @@ else
   yes;
 #endif
 EOF
-if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:989: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
+if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:991: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
   ac_cv_prog_gcc=yes
 else
   ac_cv_prog_gcc=no
@@ -1004,7 +1006,7 @@ ac_test_CFLAGS="${CFLAGS+set}"
 ac_save_CFLAGS="$CFLAGS"
 CFLAGS=
 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
-echo "configure:1008: checking whether ${CC-cc} accepts -g" >&5
+echo "configure:1010: checking whether ${CC-cc} accepts -g" >&5
 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -1036,7 +1038,7 @@ else
 fi
 
 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
-echo "configure:1040: checking how to run the C preprocessor" >&5
+echo "configure:1042: checking how to run the C preprocessor" >&5
 # On Suns, sometimes $CPP names a directory.
 if test -n "$CPP" && test -d "$CPP"; then
   CPP=
@@ -1051,13 +1053,13 @@ else
   # On the NeXT, cc -E runs the code through the compiler's parser,
   # not just through cpp.
   cat > conftest.$ac_ext <<EOF
-#line 1055 "configure"
+#line 1057 "configure"
 #include "confdefs.h"
 #include <assert.h>
 Syntax Error
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:1061: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:1063: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
 if test -z "$ac_err"; then
   :
@@ -1068,13 +1070,13 @@ else
   rm -rf conftest*
   CPP="${CC-cc} -E -traditional-cpp"
   cat > conftest.$ac_ext <<EOF
-#line 1072 "configure"
+#line 1074 "configure"
 #include "confdefs.h"
 #include <assert.h>
 Syntax Error
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:1078: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:1080: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
 if test -z "$ac_err"; then
   :
@@ -1085,13 +1087,13 @@ else
   rm -rf conftest*
   CPP="${CC-cc} -nologo -E"
   cat > conftest.$ac_ext <<EOF
-#line 1089 "configure"
+#line 1091 "configure"
 #include "confdefs.h"
 #include <assert.h>
 Syntax Error
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:1095: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:1097: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
 if test -z "$ac_err"; then
   :
@@ -1125,7 +1127,7 @@ fi
 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:1129: checking for $ac_word" >&5
+echo "configure:1131: checking for $ac_word" >&5
 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -1157,7 +1159,7 @@ if test -n "$ac_tool_prefix"; then
   # Extract the first word of "ranlib", so it can be a program name with args.
 set dummy ranlib; ac_word=$2
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:1161: checking for $ac_word" >&5
+echo "configure:1163: checking for $ac_word" >&5
 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -1192,7 +1194,7 @@ fi
 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
 set dummy ${ac_tool_prefix}strip; ac_word=$2
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:1196: checking for $ac_word" >&5
+echo "configure:1198: checking for $ac_word" >&5
 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -1224,7 +1226,7 @@ if test -n "$ac_tool_prefix"; then
   # Extract the first word of "strip", so it can be a program name with args.
 set dummy strip; ac_word=$2
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:1228: checking for $ac_word" >&5
+echo "configure:1230: checking for $ac_word" >&5
 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -1260,7 +1262,7 @@ fi
 # Extract the first word of "gmake", so it can be a program name with args.
 set dummy gmake; ac_word=$2
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:1264: checking for $ac_word" >&5
+echo "configure:1266: checking for $ac_word" >&5
 if eval "test \"`echo '$''{'ac_cv_path_GMAKE'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -1295,7 +1297,7 @@ fi
 
 if test "x$GMAKE" = "xno"; then
   echo $ac_n "checking whether GNU make is installed""... $ac_c" 1>&6
-echo "configure:1299: checking whether GNU make is installed" >&5
+echo "configure:1301: checking whether GNU make is installed" >&5
 if eval "test \"`echo '$''{'ac_cv_gmake'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -1327,7 +1329,7 @@ EOF
 # Extract the first word of "ranlib", so it can be a program name with args.
 set dummy ranlib; ac_word=$2
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:1331: checking for $ac_word" >&5
+echo "configure:1333: checking for $ac_word" >&5
 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -1356,7 +1358,7 @@ fi
 
 
         echo $ac_n "checking for strerror in -lcposix""... $ac_c" 1>&6
-echo "configure:1360: checking for strerror in -lcposix" >&5
+echo "configure:1362: checking for strerror in -lcposix" >&5
 ac_lib_var=`echo cposix'_'strerror | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -1364,7 +1366,7 @@ else
   ac_save_LIBS="$LIBS"
 LIBS="-lcposix  $LIBS"
 cat > conftest.$ac_ext <<EOF
-#line 1368 "configure"
+#line 1370 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
@@ -1375,7 +1377,7 @@ int main() {
 strerror()
 ; return 0; }
 EOF
-if { (eval echo configure:1379: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:1381: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_lib_$ac_lib_var=yes"
 else
@@ -1398,12 +1400,12 @@ fi
   
 
 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
-echo "configure:1402: checking for ANSI C header files" >&5
+echo "configure:1404: checking for ANSI C header files" >&5
 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 1407 "configure"
+#line 1409 "configure"
 #include "confdefs.h"
 #include <stdlib.h>
 #include <stdarg.h>
@@ -1411,7 +1413,7 @@ else
 #include <float.h>
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:1415: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:1417: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
 if test -z "$ac_err"; then
   rm -rf conftest*
@@ -1428,7 +1430,7 @@ rm -f conftest*
 if test $ac_cv_header_stdc = yes; then
   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
 cat > conftest.$ac_ext <<EOF
-#line 1432 "configure"
+#line 1434 "configure"
 #include "confdefs.h"
 #include <string.h>
 EOF
@@ -1446,7 +1448,7 @@ fi
 if test $ac_cv_header_stdc = yes; then
   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
 cat > conftest.$ac_ext <<EOF
-#line 1450 "configure"
+#line 1452 "configure"
 #include "confdefs.h"
 #include <stdlib.h>
 EOF
@@ -1467,7 +1469,7 @@ if test "$cross_compiling" = yes; then
   :
 else
   cat > conftest.$ac_ext <<EOF
-#line 1471 "configure"
+#line 1473 "configure"
 #include "confdefs.h"
 #include <ctype.h>
 #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
@@ -1478,7 +1480,7 @@ if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
 exit (0); }
 
 EOF
-if { (eval echo configure:1482: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:1484: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
 then
   :
 else
@@ -1502,12 +1504,12 @@ EOF
 fi
 
 echo $ac_n "checking for working const""... $ac_c" 1>&6
-echo "configure:1506: checking for working const" >&5
+echo "configure:1508: checking for working const" >&5
 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 1511 "configure"
+#line 1513 "configure"
 #include "confdefs.h"
 
 int main() {
@@ -1556,7 +1558,7 @@ ccp = (char const *const *) p;
 
 ; return 0; }
 EOF
-if { (eval echo configure:1560: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:1562: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   ac_cv_c_const=yes
 else
@@ -1577,21 +1579,21 @@ EOF
 fi
 
 echo $ac_n "checking for inline""... $ac_c" 1>&6
-echo "configure:1581: checking for inline" >&5
+echo "configure:1583: checking for inline" >&5
 if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   ac_cv_c_inline=no
 for ac_kw in inline __inline__ __inline; do
   cat > conftest.$ac_ext <<EOF
-#line 1588 "configure"
+#line 1590 "configure"
 #include "confdefs.h"
 
 int main() {
 } $ac_kw foo() {
 ; return 0; }
 EOF
-if { (eval echo configure:1595: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:1597: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   ac_cv_c_inline=$ac_kw; break
 else
@@ -1617,12 +1619,12 @@ EOF
 esac
 
 echo $ac_n "checking for off_t""... $ac_c" 1>&6
-echo "configure:1621: checking for off_t" >&5
+echo "configure:1623: checking for off_t" >&5
 if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 1626 "configure"
+#line 1628 "configure"
 #include "confdefs.h"
 #include <sys/types.h>
 #if STDC_HEADERS
@@ -1650,12 +1652,12 @@ EOF
 fi
 
 echo $ac_n "checking for size_t""... $ac_c" 1>&6
-echo "configure:1654: checking for size_t" >&5
+echo "configure:1656: checking for size_t" >&5
 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 1659 "configure"
+#line 1661 "configure"
 #include "confdefs.h"
 #include <sys/types.h>
 #if STDC_HEADERS
@@ -1685,19 +1687,19 @@ fi
 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
 # for constant arguments.  Useless!
 echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
-echo "configure:1689: checking for working alloca.h" >&5
+echo "configure:1691: checking for working alloca.h" >&5
 if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 1694 "configure"
+#line 1696 "configure"
 #include "confdefs.h"
 #include <alloca.h>
 int main() {
 char *p = alloca(2 * sizeof(int));
 ; return 0; }
 EOF
-if { (eval echo configure:1701: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:1703: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   ac_cv_header_alloca_h=yes
 else
@@ -1718,12 +1720,12 @@ EOF
 fi
 
 echo $ac_n "checking for alloca""... $ac_c" 1>&6
-echo "configure:1722: checking for alloca" >&5
+echo "configure:1724: checking for alloca" >&5
 if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 1727 "configure"
+#line 1729 "configure"
 #include "confdefs.h"
 
 #ifdef __GNUC__
@@ -1751,7 +1753,7 @@ int main() {
 char *p = (char *) alloca(1);
 ; return 0; }
 EOF
-if { (eval echo configure:1755: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:1757: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   ac_cv_func_alloca_works=yes
 else
@@ -1783,12 +1785,12 @@ EOF
 
 
 echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
-echo "configure:1787: checking whether alloca needs Cray hooks" >&5
+echo "configure:1789: checking whether alloca needs Cray hooks" >&5
 if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 1792 "configure"
+#line 1794 "configure"
 #include "confdefs.h"
 #if defined(CRAY) && ! defined(CRAY2)
 webecray
@@ -1813,12 +1815,12 @@ echo "$ac_t""$ac_cv_os_cray" 1>&6
 if test $ac_cv_os_cray = yes; then
 for ac_func in _getb67 GETB67 getb67; do
   echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:1817: checking for $ac_func" >&5
+echo "configure:1819: checking for $ac_func" >&5
 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 1822 "configure"
+#line 1824 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func(); below.  */
@@ -1841,7 +1843,7 @@ $ac_func();
 
 ; return 0; }
 EOF
-if { (eval echo configure:1845: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:1847: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_func_$ac_func=yes"
 else
@@ -1868,7 +1870,7 @@ done
 fi
 
 echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
-echo "configure:1872: checking stack direction for C alloca" >&5
+echo "configure:1874: checking stack direction for C alloca" >&5
 if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -1876,7 +1878,7 @@ else
   ac_cv_c_stack_direction=0
 else
   cat > conftest.$ac_ext <<EOF
-#line 1880 "configure"
+#line 1882 "configure"
 #include "confdefs.h"
 find_stack_direction ()
 {
@@ -1895,7 +1897,7 @@ main ()
   exit (find_stack_direction() < 0);
 }
 EOF
-if { (eval echo configure:1899: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:1901: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
 then
   ac_cv_c_stack_direction=1
 else
@@ -1920,17 +1922,17 @@ for ac_hdr in unistd.h
 do
 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:1924: checking for $ac_hdr" >&5
+echo "configure:1926: checking for $ac_hdr" >&5
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 1929 "configure"
+#line 1931 "configure"
 #include "confdefs.h"
 #include <$ac_hdr>
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:1934: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:1936: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
 if test -z "$ac_err"; then
   rm -rf conftest*
@@ -1959,12 +1961,12 @@ done
 for ac_func in getpagesize
 do
 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:1963: checking for $ac_func" >&5
+echo "configure:1965: checking for $ac_func" >&5
 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 1968 "configure"
+#line 1970 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func(); below.  */
@@ -1987,7 +1989,7 @@ $ac_func();
 
 ; return 0; }
 EOF
-if { (eval echo configure:1991: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:1993: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_func_$ac_func=yes"
 else
@@ -2012,7 +2014,7 @@ fi
 done
 
 echo $ac_n "checking for working mmap""... $ac_c" 1>&6
-echo "configure:2016: checking for working mmap" >&5
+echo "configure:2018: checking for working mmap" >&5
 if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -2020,7 +2022,7 @@ else
   ac_cv_func_mmap_fixed_mapped=no
 else
   cat > conftest.$ac_ext <<EOF
-#line 2024 "configure"
+#line 2026 "configure"
 #include "confdefs.h"
 
 /* Thanks to Mike Haertel and Jim Avera for this test.
@@ -2160,7 +2162,7 @@ main()
 }
 
 EOF
-if { (eval echo configure:2164: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:2166: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
 then
   ac_cv_func_mmap_fixed_mapped=yes
 else
@@ -2184,12 +2186,12 @@ fi
 
 
     echo $ac_n "checking whether we are using the GNU C Library 2.1 or newer""... $ac_c" 1>&6
-echo "configure:2188: checking whether we are using the GNU C Library 2.1 or newer" >&5
+echo "configure:2190: checking whether we are using the GNU C Library 2.1 or newer" >&5
 if eval "test \"`echo '$''{'ac_cv_gnu_library_2_1'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 2193 "configure"
+#line 2195 "configure"
 #include "confdefs.h"
 
 #include <features.h>
@@ -2225,17 +2227,17 @@ stdlib.h string.h unistd.h sys/param.h
 do
 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:2229: checking for $ac_hdr" >&5
+echo "configure:2231: checking for $ac_hdr" >&5
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 2234 "configure"
+#line 2236 "configure"
 #include "confdefs.h"
 #include <$ac_hdr>
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:2239: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:2241: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
 if test -z "$ac_err"; then
   rm -rf conftest*
@@ -2266,12 +2268,12 @@ getgid getuid mempcpy munmap putenv setenv setlocale stpcpy strchr strcasecmp \
 strdup strtoul tsearch __argz_count __argz_stringify __argz_next
 do
 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:2270: checking for $ac_func" >&5
+echo "configure:2272: checking for $ac_func" >&5
 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 2275 "configure"
+#line 2277 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func(); below.  */
@@ -2294,7 +2296,7 @@ $ac_func();
 
 ; return 0; }
 EOF
-if { (eval echo configure:2298: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:2300: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_func_$ac_func=yes"
 else
@@ -2334,7 +2336,7 @@ fi
 
 
   echo $ac_n "checking for iconv""... $ac_c" 1>&6
-echo "configure:2338: checking for iconv" >&5
+echo "configure:2340: checking for iconv" >&5
 if eval "test \"`echo '$''{'am_cv_func_iconv'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -2342,7 +2344,7 @@ else
     am_cv_func_iconv="no, consider installing GNU libiconv"
     am_cv_lib_iconv=no
     cat > conftest.$ac_ext <<EOF
-#line 2346 "configure"
+#line 2348 "configure"
 #include "confdefs.h"
 #include <stdlib.h>
 #include <iconv.h>
@@ -2352,7 +2354,7 @@ iconv_t cd = iconv_open("","");
        iconv_close(cd);
 ; return 0; }
 EOF
-if { (eval echo configure:2356: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:2358: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   am_cv_func_iconv=yes
 else
@@ -2364,7 +2366,7 @@ rm -f conftest*
       am_save_LIBS="$LIBS"
       LIBS="$LIBS -liconv"
       cat > conftest.$ac_ext <<EOF
-#line 2368 "configure"
+#line 2370 "configure"
 #include "confdefs.h"
 #include <stdlib.h>
 #include <iconv.h>
@@ -2374,7 +2376,7 @@ iconv_t cd = iconv_open("","");
          iconv_close(cd);
 ; return 0; }
 EOF
-if { (eval echo configure:2378: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:2380: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   am_cv_lib_iconv=yes
         am_cv_func_iconv=yes
@@ -2395,13 +2397,13 @@ echo "$ac_t""$am_cv_func_iconv" 1>&6
 EOF
 
     echo $ac_n "checking for iconv declaration""... $ac_c" 1>&6
-echo "configure:2399: checking for iconv declaration" >&5
+echo "configure:2401: checking for iconv declaration" >&5
     if eval "test \"`echo '$''{'am_cv_proto_iconv'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   
       cat > conftest.$ac_ext <<EOF
-#line 2405 "configure"
+#line 2407 "configure"
 #include "confdefs.h"
 
 #include <stdlib.h>
@@ -2420,7 +2422,7 @@ int main() {
 
 ; return 0; }
 EOF
-if { (eval echo configure:2424: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:2426: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   am_cv_proto_iconv_arg1=""
 else
@@ -2449,19 +2451,19 @@ EOF
 
    
   echo $ac_n "checking for nl_langinfo and CODESET""... $ac_c" 1>&6
-echo "configure:2453: checking for nl_langinfo and CODESET" >&5
+echo "configure:2455: checking for nl_langinfo and CODESET" >&5
 if eval "test \"`echo '$''{'am_cv_langinfo_codeset'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 2458 "configure"
+#line 2460 "configure"
 #include "confdefs.h"
 #include <langinfo.h>
 int main() {
 char* cs = nl_langinfo(CODESET);
 ; return 0; }
 EOF
-if { (eval echo configure:2465: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:2467: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   am_cv_langinfo_codeset=yes
 else
@@ -2484,19 +2486,19 @@ EOF
 
    if test $ac_cv_header_locale_h = yes; then
     echo $ac_n "checking for LC_MESSAGES""... $ac_c" 1>&6
-echo "configure:2488: checking for LC_MESSAGES" >&5
+echo "configure:2490: checking for LC_MESSAGES" >&5
 if eval "test \"`echo '$''{'am_cv_val_LC_MESSAGES'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 2493 "configure"
+#line 2495 "configure"
 #include "confdefs.h"
 #include <locale.h>
 int main() {
 return LC_MESSAGES
 ; return 0; }
 EOF
-if { (eval echo configure:2500: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:2502: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   am_cv_val_LC_MESSAGES=yes
 else
@@ -2517,7 +2519,7 @@ EOF
     fi
   fi
    echo $ac_n "checking whether NLS is requested""... $ac_c" 1>&6
-echo "configure:2521: checking whether NLS is requested" >&5
+echo "configure:2523: checking whether NLS is requested" >&5
         # Check whether --enable-nls or --disable-nls was given.
 if test "${enable_nls+set}" = set; then
   enableval="$enable_nls"
@@ -2539,7 +2541,7 @@ fi
 EOF
 
       echo $ac_n "checking whether included gettext is requested""... $ac_c" 1>&6
-echo "configure:2543: checking whether included gettext is requested" >&5
+echo "configure:2545: checking whether included gettext is requested" >&5
       # Check whether --with-included-gettext or --without-included-gettext was given.
 if test "${with_included_gettext+set}" = set; then
   withval="$with_included_gettext"
@@ -2559,17 +2561,17 @@ fi
 
        ac_safe=`echo "libintl.h" | sed 'y%./+-%__p_%'`
 echo $ac_n "checking for libintl.h""... $ac_c" 1>&6
-echo "configure:2563: checking for libintl.h" >&5
+echo "configure:2565: checking for libintl.h" >&5
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 2568 "configure"
+#line 2570 "configure"
 #include "confdefs.h"
 #include <libintl.h>
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:2573: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:2575: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
 if test -z "$ac_err"; then
   rm -rf conftest*
@@ -2586,12 +2588,12 @@ fi
 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
   echo "$ac_t""yes" 1>&6
   echo $ac_n "checking for GNU gettext in libc""... $ac_c" 1>&6
-echo "configure:2590: checking for GNU gettext in libc" >&5
+echo "configure:2592: checking for GNU gettext in libc" >&5
 if eval "test \"`echo '$''{'gt_cv_func_gnugettext1_libc'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 2595 "configure"
+#line 2597 "configure"
 #include "confdefs.h"
 #include <libintl.h>
 extern int _nl_msg_cat_cntr;
@@ -2600,7 +2602,7 @@ bindtextdomain ("", "");
 return (int) gettext ("") + _nl_msg_cat_cntr
 ; return 0; }
 EOF
-if { (eval echo configure:2604: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:2606: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   gt_cv_func_gnugettext1_libc=yes
 else
@@ -2616,14 +2618,14 @@ echo "$ac_t""$gt_cv_func_gnugettext1_libc" 1>&6
 
           if test "$gt_cv_func_gnugettext1_libc" != "yes"; then
             echo $ac_n "checking for GNU gettext in libintl""... $ac_c" 1>&6
-echo "configure:2620: checking for GNU gettext in libintl" >&5
+echo "configure:2622: checking for GNU gettext in libintl" >&5
 if eval "test \"`echo '$''{'gt_cv_func_gnugettext1_libintl'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   gt_save_LIBS="$LIBS"
                LIBS="$LIBS -lintl $LIBICONV"
                cat > conftest.$ac_ext <<EOF
-#line 2627 "configure"
+#line 2629 "configure"
 #include "confdefs.h"
 #include <libintl.h>
 extern int _nl_msg_cat_cntr;
@@ -2632,7 +2634,7 @@ bindtextdomain ("", "");
 return (int) gettext ("") + _nl_msg_cat_cntr
 ; return 0; }
 EOF
-if { (eval echo configure:2636: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:2638: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   gt_cv_func_gnugettext1_libintl=yes
 else
@@ -2665,12 +2667,12 @@ EOF
             for ac_func in dcgettext
 do
 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:2669: checking for $ac_func" >&5
+echo "configure:2671: checking for $ac_func" >&5
 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 2674 "configure"
+#line 2676 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func(); below.  */
@@ -2693,7 +2695,7 @@ $ac_func();
 
 ; return 0; }
 EOF
-if { (eval echo configure:2697: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:2699: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_func_$ac_func=yes"
 else
@@ -2722,7 +2724,7 @@ done
                     # Extract the first word of "msgfmt", so it can be a program name with args.
 set dummy msgfmt; ac_word=$2
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:2726: checking for $ac_word" >&5
+echo "configure:2728: checking for $ac_word" >&5
 if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -2756,7 +2758,7 @@ fi
             # Extract the first word of "gmsgfmt", so it can be a program name with args.
 set dummy gmsgfmt; ac_word=$2
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:2760: checking for $ac_word" >&5
+echo "configure:2762: checking for $ac_word" >&5
 if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -2793,7 +2795,7 @@ fi
                     # Extract the first word of "xgettext", so it can be a program name with args.
 set dummy xgettext; ac_word=$2
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:2797: checking for $ac_word" >&5
+echo "configure:2799: checking for $ac_word" >&5
 if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -2843,7 +2845,7 @@ fi
         # Extract the first word of "msgfmt", so it can be a program name with args.
 set dummy msgfmt; ac_word=$2
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:2847: checking for $ac_word" >&5
+echo "configure:2849: checking for $ac_word" >&5
 if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -2877,7 +2879,7 @@ fi
         # Extract the first word of "gmsgfmt", so it can be a program name with args.
 set dummy gmsgfmt; ac_word=$2
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:2881: checking for $ac_word" >&5
+echo "configure:2883: checking for $ac_word" >&5
 if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -2913,7 +2915,7 @@ fi
         # Extract the first word of "xgettext", so it can be a program name with args.
 set dummy xgettext; ac_word=$2
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:2917: checking for $ac_word" >&5
+echo "configure:2919: checking for $ac_word" >&5
 if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -2984,7 +2986,7 @@ do
 # Extract the first word of "$ac_prog", so it can be a program name with args.
 set dummy $ac_prog; ac_word=$2
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:2988: checking for $ac_word" >&5
+echo "configure:2990: checking for $ac_word" >&5
 if eval "test \"`echo '$''{'ac_cv_prog_INTLBISON'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -3017,7 +3019,7 @@ done
       ac_verc_fail=yes
     else
             echo $ac_n "checking version of bison""... $ac_c" 1>&6
-echo "configure:3021: checking version of bison" >&5
+echo "configure:3023: checking version of bison" >&5
       ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison.* \([0-9]*\.[0-9.]*\).*$/\1/p'`
       case $ac_prog_version in
         '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
@@ -3064,7 +3066,7 @@ echo "configure:3021: checking version of bison" >&5
        LINGUAS=
      else
        echo $ac_n "checking for catalogs to be installed""... $ac_c" 1>&6
-echo "configure:3068: checking for catalogs to be installed" >&5
+echo "configure:3070: checking for catalogs to be installed" >&5
        NEW_LINGUAS=
        for presentlang in $ALL_LINGUAS; do
          useit=no
@@ -3116,7 +3118,7 @@ echo "configure:3068: checking for catalogs to be installed" >&5
 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
 # ./install, which can be erroneously created by make from ./install.sh.
 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
-echo "configure:3120: checking for a BSD compatible install" >&5
+echo "configure:3122: checking for a BSD compatible install" >&5
 if test -z "$INSTALL"; then
 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -3197,7 +3199,7 @@ case x"${target_os}" in
     # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
 set dummy ${ac_tool_prefix}windres; ac_word=$2
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:3201: checking for $ac_word" >&5
+echo "configure:3203: checking for $ac_word" >&5
 if eval "test \"`echo '$''{'ac_cv_prog_WINDRES'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -3229,7 +3231,7 @@ if test -n "$ac_tool_prefix"; then
   # Extract the first word of "windres", so it can be a program name with args.
 set dummy windres; ac_word=$2
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:3233: checking for $ac_word" >&5
+echo "configure:3235: checking for $ac_word" >&5
 if eval "test \"`echo '$''{'ac_cv_prog_WINDRES'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -3299,12 +3301,12 @@ save_CFLAGS="${save_CFLAGS} -DSYS_`echo ${SYS} | sed -e 's/-.*//' | tr 'abcdefgh
 for ac_func in gettimeofday select strerror strtod strtol isatty vasprintf swab sigrelse getpwuid memalign posix_memalign gethostbyname2 atoll
 do
 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:3303: checking for $ac_func" >&5
+echo "configure:3305: checking for $ac_func" >&5
 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 3308 "configure"
+#line 3310 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func(); below.  */
@@ -3327,7 +3329,7 @@ $ac_func();
 
 ; return 0; }
 EOF
-if { (eval echo configure:3331: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:3333: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_func_$ac_func=yes"
 else
@@ -3353,12 +3355,12 @@ done
 
 
 echo $ac_n "checking for connect""... $ac_c" 1>&6
-echo "configure:3357: checking for connect" >&5
+echo "configure:3359: checking for connect" >&5
 if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 3362 "configure"
+#line 3364 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char connect(); below.  */
@@ -3381,7 +3383,7 @@ connect();
 
 ; return 0; }
 EOF
-if { (eval echo configure:3385: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:3387: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_func_connect=yes"
 else
@@ -3400,7 +3402,7 @@ else
   echo "$ac_t""no" 1>&6
 
   echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6
-echo "configure:3404: checking for connect in -lsocket" >&5
+echo "configure:3406: checking for connect in -lsocket" >&5
 ac_lib_var=`echo socket'_'connect | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -3408,7 +3410,7 @@ else
   ac_save_LIBS="$LIBS"
 LIBS="-lsocket  $LIBS"
 cat > conftest.$ac_ext <<EOF
-#line 3412 "configure"
+#line 3414 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
@@ -3419,7 +3421,7 @@ int main() {
 connect()
 ; return 0; }
 EOF
-if { (eval echo configure:3423: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:3425: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_lib_$ac_lib_var=yes"
 else
@@ -3444,12 +3446,12 @@ fi
 fi
 
 echo $ac_n "checking for send""... $ac_c" 1>&6
-echo "configure:3448: checking for send" >&5
+echo "configure:3450: checking for send" >&5
 if eval "test \"`echo '$''{'ac_cv_func_send'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 3453 "configure"
+#line 3455 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char send(); below.  */
@@ -3472,7 +3474,7 @@ send();
 
 ; return 0; }
 EOF
-if { (eval echo configure:3476: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:3478: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_func_send=yes"
 else
@@ -3491,7 +3493,7 @@ else
   echo "$ac_t""no" 1>&6
 
   echo $ac_n "checking for send in -lsocket""... $ac_c" 1>&6
-echo "configure:3495: checking for send in -lsocket" >&5
+echo "configure:3497: checking for send in -lsocket" >&5
 ac_lib_var=`echo socket'_'send | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -3499,7 +3501,7 @@ else
   ac_save_LIBS="$LIBS"
 LIBS="-lsocket  $LIBS"
 cat > conftest.$ac_ext <<EOF
-#line 3503 "configure"
+#line 3505 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
@@ -3510,7 +3512,7 @@ int main() {
 send()
 ; return 0; }
 EOF
-if { (eval echo configure:3514: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:3516: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_lib_$ac_lib_var=yes"
 else
@@ -3534,12 +3536,12 @@ fi
 fi
 
 echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6
-echo "configure:3538: checking for gethostbyname" >&5
+echo "configure:3540: checking for gethostbyname" >&5
 if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 3543 "configure"
+#line 3545 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char gethostbyname(); below.  */
@@ -3562,7 +3564,7 @@ gethostbyname();
 
 ; return 0; }
 EOF
-if { (eval echo configure:3566: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:3568: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_func_gethostbyname=yes"
 else
@@ -3581,7 +3583,7 @@ else
   echo "$ac_t""no" 1>&6
 
   echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
-echo "configure:3585: checking for gethostbyname in -lnsl" >&5
+echo "configure:3587: checking for gethostbyname in -lnsl" >&5
 ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -3589,7 +3591,7 @@ else
   ac_save_LIBS="$LIBS"
 LIBS="-lnsl  $LIBS"
 cat > conftest.$ac_ext <<EOF
-#line 3593 "configure"
+#line 3595 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
@@ -3600,7 +3602,7 @@ int main() {
 gethostbyname()
 ; return 0; }
 EOF
-if { (eval echo configure:3604: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:3606: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_lib_$ac_lib_var=yes"
 else
@@ -3624,12 +3626,12 @@ fi
 fi
 
 echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6
-echo "configure:3628: checking for gethostbyname" >&5
+echo "configure:3630: checking for gethostbyname" >&5
 if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 3633 "configure"
+#line 3635 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char gethostbyname(); below.  */
@@ -3652,7 +3654,7 @@ gethostbyname();
 
 ; return 0; }
 EOF
-if { (eval echo configure:3656: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:3658: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_func_gethostbyname=yes"
 else
@@ -3671,7 +3673,7 @@ else
   echo "$ac_t""no" 1>&6
 
   echo $ac_n "checking for gethostbyname in -lbind""... $ac_c" 1>&6
-echo "configure:3675: checking for gethostbyname in -lbind" >&5
+echo "configure:3677: checking for gethostbyname in -lbind" >&5
 ac_lib_var=`echo bind'_'gethostbyname | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -3679,7 +3681,7 @@ else
   ac_save_LIBS="$LIBS"
 LIBS="-lbind  $LIBS"
 cat > conftest.$ac_ext <<EOF
-#line 3683 "configure"
+#line 3685 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
@@ -3690,7 +3692,7 @@ int main() {
 gethostbyname()
 ; return 0; }
 EOF
-if { (eval echo configure:3694: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:3696: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_lib_$ac_lib_var=yes"
 else
@@ -3716,12 +3718,12 @@ fi
 for ac_func in nanosleep
 do
 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:3720: checking for $ac_func" >&5
+echo "configure:3722: checking for $ac_func" >&5
 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 3725 "configure"
+#line 3727 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func(); below.  */
@@ -3744,7 +3746,7 @@ $ac_func();
 
 ; return 0; }
 EOF
-if { (eval echo configure:3748: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:3750: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_func_$ac_func=yes"
 else
@@ -3766,7 +3768,7 @@ EOF
 else
   echo "$ac_t""no" 1>&6
 echo $ac_n "checking for nanosleep in -lrt""... $ac_c" 1>&6
-echo "configure:3770: checking for nanosleep in -lrt" >&5
+echo "configure:3772: checking for nanosleep in -lrt" >&5
 ac_lib_var=`echo rt'_'nanosleep | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -3774,7 +3776,7 @@ else
   ac_save_LIBS="$LIBS"
 LIBS="-lrt  $LIBS"
 cat > conftest.$ac_ext <<EOF
-#line 3778 "configure"
+#line 3780 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
@@ -3785,7 +3787,7 @@ int main() {
 nanosleep()
 ; return 0; }
 EOF
-if { (eval echo configure:3789: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:3791: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_lib_$ac_lib_var=yes"
 else
@@ -3804,7 +3806,7 @@ if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
 else
   echo "$ac_t""no" 1>&6
 echo $ac_n "checking for nanosleep in -lposix4""... $ac_c" 1>&6
-echo "configure:3808: checking for nanosleep in -lposix4" >&5
+echo "configure:3810: checking for nanosleep in -lposix4" >&5
 ac_lib_var=`echo posix4'_'nanosleep | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -3812,7 +3814,7 @@ else
   ac_save_LIBS="$LIBS"
 LIBS="-lposix4  $LIBS"
 cat > conftest.$ac_ext <<EOF
-#line 3816 "configure"
+#line 3818 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
@@ -3823,7 +3825,7 @@ int main() {
 nanosleep()
 ; return 0; }
 EOF
-if { (eval echo configure:3827: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:3829: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_lib_$ac_lib_var=yes"
 else
@@ -3851,12 +3853,12 @@ fi
 done
 
 echo $ac_n "checking for inet_aton""... $ac_c" 1>&6
-echo "configure:3855: checking for inet_aton" >&5
+echo "configure:3857: checking for inet_aton" >&5
 if eval "test \"`echo '$''{'ac_cv_func_inet_aton'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 3860 "configure"
+#line 3862 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char inet_aton(); below.  */
@@ -3879,7 +3881,7 @@ inet_aton();
 
 ; return 0; }
 EOF
-if { (eval echo configure:3883: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:3885: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_func_inet_aton=yes"
 else
@@ -3898,7 +3900,7 @@ else
   echo "$ac_t""no" 1>&6
 
   echo $ac_n "checking for inet_aton in -lresolv""... $ac_c" 1>&6
-echo "configure:3902: checking for inet_aton in -lresolv" >&5
+echo "configure:3904: checking for inet_aton in -lresolv" >&5
 ac_lib_var=`echo resolv'_'inet_aton | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -3906,7 +3908,7 @@ else
   ac_save_LIBS="$LIBS"
 LIBS="-lresolv  $LIBS"
 cat > conftest.$ac_ext <<EOF
-#line 3910 "configure"
+#line 3912 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
@@ -3917,7 +3919,7 @@ int main() {
 inet_aton()
 ; return 0; }
 EOF
-if { (eval echo configure:3921: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:3923: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_lib_$ac_lib_var=yes"
 else
@@ -3941,12 +3943,12 @@ fi
 fi
 
 echo $ac_n "checking for textdomain""... $ac_c" 1>&6
-echo "configure:3945: checking for textdomain" >&5
+echo "configure:3947: checking for textdomain" >&5
 if eval "test \"`echo '$''{'ac_cv_func_textdomain'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 3950 "configure"
+#line 3952 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char textdomain(); below.  */
@@ -3969,7 +3971,7 @@ textdomain();
 
 ; return 0; }
 EOF
-if { (eval echo configure:3973: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:3975: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_func_textdomain=yes"
 else
@@ -3988,7 +3990,7 @@ else
   echo "$ac_t""no" 1>&6
 
   echo $ac_n "checking for textdomain in -lintl""... $ac_c" 1>&6
-echo "configure:3992: checking for textdomain in -lintl" >&5
+echo "configure:3994: checking for textdomain in -lintl" >&5
 ac_lib_var=`echo intl'_'textdomain | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -3996,7 +3998,7 @@ else
   ac_save_LIBS="$LIBS"
 LIBS="-lintl  $LIBS"
 cat > conftest.$ac_ext <<EOF
-#line 4000 "configure"
+#line 4002 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
@@ -4007,7 +4009,7 @@ int main() {
 textdomain()
 ; return 0; }
 EOF
-if { (eval echo configure:4011: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:4013: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_lib_$ac_lib_var=yes"
 else
@@ -4023,7 +4025,8 @@ fi
 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
   echo "$ac_t""yes" 1>&6
   vlc_LDFLAGS="${vlc_LDFLAGS} -lintl"
-  plugins_LDFLAGS="${plugins_LDFLAGS} -lintl"
+    plugins_LDFLAGS="${plugins_LDFLAGS} -lintl"
+  
 else
   echo "$ac_t""no" 1>&6
 fi
@@ -4034,12 +4037,12 @@ fi
 
 NEED_GETOPT=0
 echo $ac_n "checking for getopt_long""... $ac_c" 1>&6
-echo "configure:4037: checking for getopt_long" >&5
+echo "configure:4041: checking for getopt_long" >&5
 if eval "test \"`echo '$''{'ac_cv_func_getopt_long'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 4042 "configure"
+#line 4046 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char getopt_long(); below.  */
@@ -4062,7 +4065,7 @@ getopt_long();
 
 ; return 0; }
 EOF
-if { (eval echo configure:4065: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:4069: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_func_getopt_long=yes"
 else
@@ -4084,7 +4087,7 @@ else
   echo "$ac_t""no" 1>&6
  # FreeBSD has a gnugetopt library for this:
   echo $ac_n "checking for getopt_long in -lgnugetopt""... $ac_c" 1>&6
-echo "configure:4087: checking for getopt_long in -lgnugetopt" >&5
+echo "configure:4091: checking for getopt_long in -lgnugetopt" >&5
 ac_lib_var=`echo gnugetopt'_'getopt_long | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -4092,7 +4095,7 @@ else
   ac_save_LIBS="$LIBS"
 LIBS="-lgnugetopt  $LIBS"
 cat > conftest.$ac_ext <<EOF
-#line 4095 "configure"
+#line 4099 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
@@ -4103,7 +4106,7 @@ int main() {
 getopt_long()
 ; return 0; }
 EOF
-if { (eval echo configure:4106: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:4110: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_lib_$ac_lib_var=yes"
 else
@@ -4131,12 +4134,12 @@ fi
 
 
 echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6
-echo "configure:4134: checking return type of signal handlers" >&5
+echo "configure:4138: checking return type of signal handlers" >&5
 if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 4139 "configure"
+#line 4143 "configure"
 #include "confdefs.h"
 #include <sys/types.h>
 #include <signal.h>
@@ -4153,7 +4156,7 @@ int main() {
 int i;
 ; return 0; }
 EOF
-if { (eval echo configure:4156: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:4160: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   ac_cv_type_signal=void
 else
@@ -4172,7 +4175,7 @@ EOF
 
 
 echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
-echo "configure:4175: checking for dlopen in -ldl" >&5
+echo "configure:4179: checking for dlopen in -ldl" >&5
 ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -4180,7 +4183,7 @@ else
   ac_save_LIBS="$LIBS"
 LIBS="-ldl  $LIBS"
 cat > conftest.$ac_ext <<EOF
-#line 4183 "configure"
+#line 4187 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
@@ -4191,7 +4194,7 @@ int main() {
 dlopen()
 ; return 0; }
 EOF
-if { (eval echo configure:4194: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:4198: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_lib_$ac_lib_var=yes"
 else
@@ -4212,7 +4215,7 @@ else
 fi
 
 echo $ac_n "checking for cos in -lm""... $ac_c" 1>&6
-echo "configure:4215: checking for cos in -lm" >&5
+echo "configure:4219: checking for cos in -lm" >&5
 ac_lib_var=`echo m'_'cos | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -4220,7 +4223,7 @@ else
   ac_save_LIBS="$LIBS"
 LIBS="-lm  $LIBS"
 cat > conftest.$ac_ext <<EOF
-#line 4223 "configure"
+#line 4227 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
@@ -4231,7 +4234,7 @@ int main() {
 cos()
 ; return 0; }
 EOF
-if { (eval echo configure:4234: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:4238: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_lib_$ac_lib_var=yes"
 else
@@ -4253,7 +4256,7 @@ else
 fi
 
 echo $ac_n "checking for pow in -lm""... $ac_c" 1>&6
-echo "configure:4256: checking for pow in -lm" >&5
+echo "configure:4260: checking for pow in -lm" >&5
 ac_lib_var=`echo m'_'pow | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -4261,7 +4264,7 @@ else
   ac_save_LIBS="$LIBS"
 LIBS="-lm  $LIBS"
 cat > conftest.$ac_ext <<EOF
-#line 4264 "configure"
+#line 4268 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
@@ -4272,7 +4275,7 @@ int main() {
 pow()
 ; return 0; }
 EOF
-if { (eval echo configure:4275: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:4279: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_lib_$ac_lib_var=yes"
 else
@@ -4301,7 +4304,7 @@ fi
 THREAD_LIB=error
 if test "x${THREAD_LIB}" = xerror; then
   echo $ac_n "checking for pthread_attr_init in -lpthread""... $ac_c" 1>&6
-echo "configure:4304: checking for pthread_attr_init in -lpthread" >&5
+echo "configure:4308: checking for pthread_attr_init in -lpthread" >&5
 ac_lib_var=`echo pthread'_'pthread_attr_init | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -4309,7 +4312,7 @@ else
   ac_save_LIBS="$LIBS"
 LIBS="-lpthread  $LIBS"
 cat > conftest.$ac_ext <<EOF
-#line 4312 "configure"
+#line 4316 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
@@ -4320,7 +4323,7 @@ int main() {
 pthread_attr_init()
 ; return 0; }
 EOF
-if { (eval echo configure:4323: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:4327: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_lib_$ac_lib_var=yes"
 else
@@ -4343,7 +4346,7 @@ fi
 fi
 if test "x${THREAD_LIB}" = xerror; then
   echo $ac_n "checking for pthread_attr_init in -lpthreads""... $ac_c" 1>&6
-echo "configure:4346: checking for pthread_attr_init in -lpthreads" >&5
+echo "configure:4350: checking for pthread_attr_init in -lpthreads" >&5
 ac_lib_var=`echo pthreads'_'pthread_attr_init | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -4351,7 +4354,7 @@ else
   ac_save_LIBS="$LIBS"
 LIBS="-lpthreads  $LIBS"
 cat > conftest.$ac_ext <<EOF
-#line 4354 "configure"
+#line 4358 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
@@ -4362,7 +4365,7 @@ int main() {
 pthread_attr_init()
 ; return 0; }
 EOF
-if { (eval echo configure:4365: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:4369: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_lib_$ac_lib_var=yes"
 else
@@ -4385,7 +4388,7 @@ fi
 fi
 if test "x${THREAD_LIB}" = xerror; then
   echo $ac_n "checking for pthread_attr_init in -lc_r""... $ac_c" 1>&6
-echo "configure:4388: checking for pthread_attr_init in -lc_r" >&5
+echo "configure:4392: checking for pthread_attr_init in -lc_r" >&5
 ac_lib_var=`echo c_r'_'pthread_attr_init | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -4393,7 +4396,7 @@ else
   ac_save_LIBS="$LIBS"
 LIBS="-lc_r  $LIBS"
 cat > conftest.$ac_ext <<EOF
-#line 4396 "configure"
+#line 4400 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
@@ -4404,7 +4407,7 @@ int main() {
 pthread_attr_init()
 ; return 0; }
 EOF
-if { (eval echo configure:4407: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:4411: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_lib_$ac_lib_var=yes"
 else
@@ -4427,12 +4430,12 @@ fi
 fi
 if test "x${THREAD_LIB}" = xerror; then
   echo $ac_n "checking for pthread_attr_init""... $ac_c" 1>&6
-echo "configure:4430: checking for pthread_attr_init" >&5
+echo "configure:4434: checking for pthread_attr_init" >&5
 if eval "test \"`echo '$''{'ac_cv_func_pthread_attr_init'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 4435 "configure"
+#line 4439 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char pthread_attr_init(); below.  */
@@ -4455,7 +4458,7 @@ pthread_attr_init();
 
 ; return 0; }
 EOF
-if { (eval echo configure:4458: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:4462: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_func_pthread_attr_init=yes"
 else
@@ -4478,7 +4481,7 @@ fi
 fi
 
 echo $ac_n "checking for cthread_fork in -lthreads""... $ac_c" 1>&6
-echo "configure:4481: checking for cthread_fork in -lthreads" >&5
+echo "configure:4485: checking for cthread_fork in -lthreads" >&5
 ac_lib_var=`echo threads'_'cthread_fork | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -4486,7 +4489,7 @@ else
   ac_save_LIBS="$LIBS"
 LIBS="-lthreads  $LIBS"
 cat > conftest.$ac_ext <<EOF
-#line 4489 "configure"
+#line 4493 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
@@ -4497,7 +4500,7 @@ int main() {
 cthread_fork()
 ; return 0; }
 EOF
-if { (eval echo configure:4500: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:4504: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_lib_$ac_lib_var=yes"
 else
@@ -4519,7 +4522,7 @@ fi
 
 
 cat > conftest.$ac_ext <<EOF
-#line 4522 "configure"
+#line 4526 "configure"
 #include "confdefs.h"
 #include <pthread.h>
 EOF
@@ -4535,7 +4538,7 @@ fi
 rm -f conftest*
 
 cat > conftest.$ac_ext <<EOF
-#line 4538 "configure"
+#line 4542 "configure"
 #include "confdefs.h"
 #include <pthread.h>
 EOF
@@ -4551,7 +4554,7 @@ fi
 rm -f conftest*
 
 cat > conftest.$ac_ext <<EOF
-#line 4554 "configure"
+#line 4558 "configure"
 #include "confdefs.h"
 #include <strings.h>
 EOF
@@ -4571,17 +4574,17 @@ for ac_hdr in stdint.h getopt.h strings.h inttypes.h sys/int_types.h
 do
 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:4574: checking for $ac_hdr" >&5
+echo "configure:4578: checking for $ac_hdr" >&5
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 4579 "configure"
+#line 4583 "configure"
 #include "confdefs.h"
 #include <$ac_hdr>
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:4584: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:4588: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
 if test -z "$ac_err"; then
   rm -rf conftest*
@@ -4611,17 +4614,17 @@ for ac_hdr in sys/sockio.h fcntl.h sys/types.h sys/time.h sys/times.h
 do
 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:4614: checking for $ac_hdr" >&5
+echo "configure:4618: checking for $ac_hdr" >&5
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 4619 "configure"
+#line 4623 "configure"
 #include "confdefs.h"
 #include <$ac_hdr>
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:4624: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:4628: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
 if test -z "$ac_err"; then
   rm -rf conftest*
@@ -4651,17 +4654,17 @@ for ac_hdr in dlfcn.h image.h
 do
 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:4654: checking for $ac_hdr" >&5
+echo "configure:4658: checking for $ac_hdr" >&5
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 4659 "configure"
+#line 4663 "configure"
 #include "confdefs.h"
 #include <$ac_hdr>
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:4664: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:4668: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
 if test -z "$ac_err"; then
   rm -rf conftest*
@@ -4691,17 +4694,17 @@ for ac_hdr in arpa/inet.h net/if.h netinet/in.h sys/socket.h
 do
 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:4694: checking for $ac_hdr" >&5
+echo "configure:4698: checking for $ac_hdr" >&5
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 4699 "configure"
+#line 4703 "configure"
 #include "confdefs.h"
 #include <$ac_hdr>
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:4704: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:4708: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
 if test -z "$ac_err"; then
   rm -rf conftest*
@@ -4731,17 +4734,17 @@ for ac_hdr in machine/param.h sys/shm.h
 do
 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:4734: checking for $ac_hdr" >&5
+echo "configure:4738: checking for $ac_hdr" >&5
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 4739 "configure"
+#line 4743 "configure"
 #include "confdefs.h"
 #include <$ac_hdr>
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:4744: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:4748: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
 if test -z "$ac_err"; then
   rm -rf conftest*
@@ -4771,17 +4774,17 @@ for ac_hdr in linux/version.h
 do
 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:4774: checking for $ac_hdr" >&5
+echo "configure:4778: checking for $ac_hdr" >&5
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 4779 "configure"
+#line 4783 "configure"
 #include "confdefs.h"
 #include <$ac_hdr>
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:4784: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:4788: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
 if test -z "$ac_err"; then
   rm -rf conftest*
@@ -4809,12 +4812,12 @@ done
 
 
 echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6
-echo "configure:4812: checking whether time.h and sys/time.h may both be included" >&5
+echo "configure:4816: checking whether time.h and sys/time.h may both be included" >&5
 if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 4817 "configure"
+#line 4821 "configure"
 #include "confdefs.h"
 #include <sys/types.h>
 #include <sys/time.h>
@@ -4823,7 +4826,7 @@ int main() {
 struct tm *tp;
 ; return 0; }
 EOF
-if { (eval echo configure:4826: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:4830: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   ac_cv_header_time=yes
 else
@@ -4845,7 +4848,7 @@ fi
 
 
 cat > conftest.$ac_ext <<EOF
-#line 4848 "configure"
+#line 4852 "configure"
 #include "confdefs.h"
 #include <time.h>
 EOF
@@ -4863,7 +4866,7 @@ rm -f conftest*
 
 
 cat > conftest.$ac_ext <<EOF
-#line 4866 "configure"
+#line 4870 "configure"
 #include "confdefs.h"
 #include <sys/time.h>
 EOF
@@ -4884,17 +4887,17 @@ for ac_hdr in cthreads.h pthread.h kernel/scheduler.h kernel/OS.h
 do
 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:4887: checking for $ac_hdr" >&5
+echo "configure:4891: checking for $ac_hdr" >&5
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 4892 "configure"
+#line 4896 "configure"
 #include "confdefs.h"
 #include <$ac_hdr>
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:4897: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:4901: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
 if test -z "$ac_err"; then
   rm -rf conftest*
@@ -4934,17 +4937,17 @@ then
 do
 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:4937: checking for $ac_hdr" >&5
+echo "configure:4941: checking for $ac_hdr" >&5
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 4942 "configure"
+#line 4946 "configure"
 #include "confdefs.h"
 #include <$ac_hdr>
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:4947: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:4951: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
 if test -z "$ac_err"; then
   rm -rf conftest*
@@ -4966,7 +4969,7 @@ if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
 EOF
  
     cat > conftest.$ac_ext <<EOF
-#line 4969 "configure"
+#line 4973 "configure"
 #include "confdefs.h"
 #include <X11/extensions/dpms.h>
 EOF
@@ -4992,20 +4995,20 @@ done
 fi
 
 echo $ac_n "checking for ntohl in sys/param.h""... $ac_c" 1>&6
-echo "configure:4995: checking for ntohl in sys/param.h" >&5
+echo "configure:4999: checking for ntohl in sys/param.h" >&5
 if eval "test \"`echo '$''{'ac_cv_c_ntohl_sys_param_h'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   CFLAGS="${save_CFLAGS} -Wall -Werror"
      cat > conftest.$ac_ext <<EOF
-#line 5001 "configure"
+#line 5005 "configure"
 #include "confdefs.h"
 #include <sys/param.h>
 int main() {
 void foo() { int meuh; ntohl(meuh); }
 ; return 0; }
 EOF
-if { (eval echo configure:5008: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:5012: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   ac_cv_c_ntohl_sys_param_h=yes
 else
@@ -5026,20 +5029,20 @@ EOF
 fi
 
 echo $ac_n "checking if \$CC accepts -finline-limit""... $ac_c" 1>&6
-echo "configure:5029: checking if \$CC accepts -finline-limit" >&5
+echo "configure:5033: checking if \$CC accepts -finline-limit" >&5
 if eval "test \"`echo '$''{'ac_cv_c_inline_limit'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   CFLAGS="${save_CFLAGS} -finline-limit-30000"
      cat > conftest.$ac_ext <<EOF
-#line 5035 "configure"
+#line 5039 "configure"
 #include "confdefs.h"
 
 int main() {
 
 ; return 0; }
 EOF
-if { (eval echo configure:5042: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:5046: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   ac_cv_c_inline_limit=yes
 else
@@ -5057,20 +5060,20 @@ if test x"$ac_cv_c_inline_limit" != x"no"; then
 fi
 
 echo $ac_n "checking if \$CC accepts -Wall -Winline""... $ac_c" 1>&6
-echo "configure:5060: checking if \$CC accepts -Wall -Winline" >&5
+echo "configure:5064: checking if \$CC accepts -Wall -Winline" >&5
 if eval "test \"`echo '$''{'ac_cv_c_Wall_Winline'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   CFLAGS="-Wall -Winline ${save_CFLAGS}"
      cat > conftest.$ac_ext <<EOF
-#line 5066 "configure"
+#line 5070 "configure"
 #include "confdefs.h"
 
 int main() {
 
 ; return 0; }
 EOF
-if { (eval echo configure:5073: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:5077: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   ac_cv_c_Wall_Winline=yes
 else
@@ -5087,20 +5090,20 @@ if test x"$ac_cv_c_Wall_Winline" != x"no"; then
     save_CFLAGS="-Wall -Winline ${save_CFLAGS}"
 else
     echo $ac_n "checking if \$CC accepts -wall -winline""... $ac_c" 1>&6
-echo "configure:5090: checking if \$CC accepts -wall -winline" >&5
+echo "configure:5094: checking if \$CC accepts -wall -winline" >&5
 if eval "test \"`echo '$''{'ac_cv_c_wall_winline'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   CFLAGS="-wall -winline ${save_CFLAGS}"
          cat > conftest.$ac_ext <<EOF
-#line 5096 "configure"
+#line 5100 "configure"
 #include "confdefs.h"
 
 int main() {
 
 ; return 0; }
 EOF
-if { (eval echo configure:5103: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:5107: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   ac_cv_c_wall_winline=yes
 else
@@ -5119,20 +5122,20 @@ echo "$ac_t""$ac_cv_c_wall_winline" 1>&6
 fi
 
 echo $ac_n "checking if \$CC accepts -pipe""... $ac_c" 1>&6
-echo "configure:5122: checking if \$CC accepts -pipe" >&5
+echo "configure:5126: checking if \$CC accepts -pipe" >&5
 if eval "test \"`echo '$''{'ac_cv_c_pipe'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   CFLAGS="${save_CFLAGS} -pipe"
      cat > conftest.$ac_ext <<EOF
-#line 5128 "configure"
+#line 5132 "configure"
 #include "confdefs.h"
 
 int main() {
 
 ; return 0; }
 EOF
-if { (eval echo configure:5135: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:5139: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   ac_cv_c_pipe=yes
 else
@@ -5150,20 +5153,20 @@ if test x"$ac_cv_c_pipe" != x"no"; then
 fi
 
 echo $ac_n "checking if \$CC accepts -O3""... $ac_c" 1>&6
-echo "configure:5153: checking if \$CC accepts -O3" >&5
+echo "configure:5157: checking if \$CC accepts -O3" >&5
 if eval "test \"`echo '$''{'ac_cv_c_o3'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   CFLAGS="${save_CFLAGS} -O3"
      cat > conftest.$ac_ext <<EOF
-#line 5159 "configure"
+#line 5163 "configure"
 #include "confdefs.h"
 
 int main() {
 
 ; return 0; }
 EOF
-if { (eval echo configure:5166: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:5170: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   ac_cv_c_o3=yes
 else
@@ -5180,20 +5183,20 @@ if test x"$ac_cv_c_o3" != x"no"; then
     CFLAGS_OPTIM="${CFLAGS_OPTIM} -O3"
 else
     echo $ac_n "checking if \$CC accepts -O2""... $ac_c" 1>&6
-echo "configure:5183: checking if \$CC accepts -O2" >&5
+echo "configure:5187: checking if \$CC accepts -O2" >&5
 if eval "test \"`echo '$''{'ac_cv_c_o2'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   CFLAGS="${save_CFLAGS} -O2"
          cat > conftest.$ac_ext <<EOF
-#line 5189 "configure"
+#line 5193 "configure"
 #include "confdefs.h"
 
 int main() {
 
 ; return 0; }
 EOF
-if { (eval echo configure:5196: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:5200: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   ac_cv_c_o2=yes
 else
@@ -5210,20 +5213,20 @@ echo "$ac_t""$ac_cv_c_o2" 1>&6
         CFLAGS_OPTIM="${CFLAGS_OPTIM} -O2"
     else
         echo $ac_n "checking if \$CC accepts -O""... $ac_c" 1>&6
-echo "configure:5213: checking if \$CC accepts -O" >&5
+echo "configure:5217: checking if \$CC accepts -O" >&5
 if eval "test \"`echo '$''{'ac_cv_c_o'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   CFLAGS="${save_CFLAGS} -O"
              cat > conftest.$ac_ext <<EOF
-#line 5219 "configure"
+#line 5223 "configure"
 #include "confdefs.h"
 
 int main() {
 
 ; return 0; }
 EOF
-if { (eval echo configure:5226: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:5230: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   ac_cv_c_o=yes
 else
@@ -5243,20 +5246,20 @@ echo "$ac_t""$ac_cv_c_o" 1>&6
 fi
 
 echo $ac_n "checking if \$CC accepts -ffast-math""... $ac_c" 1>&6
-echo "configure:5246: checking if \$CC accepts -ffast-math" >&5
+echo "configure:5250: checking if \$CC accepts -ffast-math" >&5
 if eval "test \"`echo '$''{'ac_cv_c_fast_math'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   CFLAGS="${save_CFLAGS} -ffast-math"
      cat > conftest.$ac_ext <<EOF
-#line 5252 "configure"
+#line 5256 "configure"
 #include "confdefs.h"
 
 int main() {
 
 ; return 0; }
 EOF
-if { (eval echo configure:5259: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:5263: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   ac_cv_c_fast_math=yes
 else
@@ -5274,20 +5277,20 @@ if test x"$ac_cv_c_fast_math" != x"no"; then
 fi
 
 echo $ac_n "checking if \$CC accepts -funroll-loops""... $ac_c" 1>&6
-echo "configure:5277: checking if \$CC accepts -funroll-loops" >&5
+echo "configure:5281: checking if \$CC accepts -funroll-loops" >&5
 if eval "test \"`echo '$''{'ac_cv_c_unroll_loops'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   CFLAGS="${save_CFLAGS} -funroll-loops"
      cat > conftest.$ac_ext <<EOF
-#line 5283 "configure"
+#line 5287 "configure"
 #include "confdefs.h"
 
 int main() {
 
 ; return 0; }
 EOF
-if { (eval echo configure:5290: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:5294: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   ac_cv_c_unroll_loops=yes
 else
@@ -5305,20 +5308,20 @@ if test x"$ac_cv_c_unroll_loops" != x"no"; then
 fi
 
 echo $ac_n "checking if \$CC accepts -fomit-frame-pointer""... $ac_c" 1>&6
-echo "configure:5308: checking if \$CC accepts -fomit-frame-pointer" >&5
+echo "configure:5312: checking if \$CC accepts -fomit-frame-pointer" >&5
 if eval "test \"`echo '$''{'ac_cv_c_omit_frame_pointer'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   CFLAGS="${save_CFLAGS} -fomit-frame-pointer"
      cat > conftest.$ac_ext <<EOF
-#line 5314 "configure"
+#line 5318 "configure"
 #include "confdefs.h"
 
 int main() {
 
 ; return 0; }
 EOF
-if { (eval echo configure:5321: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:5325: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   ac_cv_c_omit_frame_pointer=yes
 else
@@ -5338,20 +5341,20 @@ if test x"$ac_cv_c_omit_frame_pointer" != x"no"; then
 fi
 
 echo $ac_n "checking if \$CC accepts -bundle -undefined error -lcc_dynamic""... $ac_c" 1>&6
-echo "configure:5341: checking if \$CC accepts -bundle -undefined error -lcc_dynamic" >&5
+echo "configure:5345: checking if \$CC accepts -bundle -undefined error -lcc_dynamic" >&5
 if eval "test \"`echo '$''{'ac_cv_ld_darwin'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   CFLAGS="${save_CFLAGS} -bundle -undefined error -lcc_dynamic"
      cat > conftest.$ac_ext <<EOF
-#line 5347 "configure"
+#line 5351 "configure"
 #include "confdefs.h"
 
 int main() {
 
 ; return 0; }
 EOF
-if { (eval echo configure:5354: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:5358: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   ac_cv_ld_darwin=yes
 else
@@ -5369,20 +5372,20 @@ if test x"$ac_cv_ld_darwin" != x"no"; then
 fi
 
 echo $ac_n "checking if \$CC accepts -shared""... $ac_c" 1>&6
-echo "configure:5372: checking if \$CC accepts -shared" >&5
+echo "configure:5376: checking if \$CC accepts -shared" >&5
 if eval "test \"`echo '$''{'ac_cv_ld_plugins'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   CFLAGS="${save_CFLAGS} -shared"
      cat > conftest.$ac_ext <<EOF
-#line 5378 "configure"
+#line 5382 "configure"
 #include "confdefs.h"
 
 int main() {
 
 ; return 0; }
 EOF
-if { (eval echo configure:5385: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:5389: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   ac_cv_ld_plugins=yes
 else
@@ -5400,13 +5403,13 @@ if test x"$ac_cv_ld_plugins" != x"no"; then
 fi
         
 echo $ac_n "checking for variadic cpp macros""... $ac_c" 1>&6
-echo "configure:5403: checking for variadic cpp macros" >&5
+echo "configure:5407: checking for variadic cpp macros" >&5
 if eval "test \"`echo '$''{'ac_cv_cpp_variadic_macros'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   CFLAGS="${save_CFLAGS}"
      cat > conftest.$ac_ext <<EOF
-#line 5409 "configure"
+#line 5413 "configure"
 #include "confdefs.h"
 #include <stdio.h>
           #define a(b,c...) printf(b,##c)
@@ -5414,7 +5417,7 @@ int main() {
 a("foo");a("%s","bar");a("%s%s","baz","quux");
 ; return 0; }
 EOF
-if { (eval echo configure:5417: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:5421: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   ac_cv_cpp_variadic_macros=yes
 else
@@ -5435,7 +5438,7 @@ EOF
 fi
 
 echo $ac_n "checking __attribute__ ((aligned ())) support""... $ac_c" 1>&6
-echo "configure:5438: checking __attribute__ ((aligned ())) support" >&5
+echo "configure:5442: checking __attribute__ ((aligned ())) support" >&5
 if eval "test \"`echo '$''{'ac_cv_c_attribute_aligned'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -5443,14 +5446,14 @@ else
         CFLAGS="${save_CFLAGS} -Werror"
     for ac_cv_c_attr_align_try in 2 4 8 16 32 64; do
         cat > conftest.$ac_ext <<EOF
-#line 5446 "configure"
+#line 5450 "configure"
 #include "confdefs.h"
 
 int main() {
 static char c __attribute__ ((aligned($ac_cv_c_attr_align_try))) = 0; return c;
 ; return 0; }
 EOF
-if { (eval echo configure:5453: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:5457: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   ac_cv_c_attribute_aligned=$ac_cv_c_attr_align_try
 else
@@ -5488,20 +5491,20 @@ SSE_MODULES="imdctsse downmixsse"
 ALTIVEC_MODULES="idctaltivec motionaltivec memcpyaltivec"
 
 echo $ac_n "checking if \$CC groks MMX inline assembly""... $ac_c" 1>&6
-echo "configure:5491: checking if \$CC groks MMX inline assembly" >&5
+echo "configure:5495: checking if \$CC groks MMX inline assembly" >&5
 if eval "test \"`echo '$''{'ac_cv_mmx_inline'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   CFLAGS="${save_CFLAGS}"
      cat > conftest.$ac_ext <<EOF
-#line 5497 "configure"
+#line 5501 "configure"
 #include "confdefs.h"
 
 int main() {
 void *p;asm volatile("packuswb %%mm1,%%mm2"::"r"(p));
 ; return 0; }
 EOF
-if { (eval echo configure:5504: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:5508: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   ac_cv_mmx_inline=yes
 else
@@ -5519,20 +5522,20 @@ if test x"$ac_cv_mmx_inline" != x"no"; then
 fi
 
 echo $ac_n "checking if \$CC groks MMX EXT inline assembly""... $ac_c" 1>&6
-echo "configure:5522: checking if \$CC groks MMX EXT inline assembly" >&5
+echo "configure:5526: checking if \$CC groks MMX EXT inline assembly" >&5
 if eval "test \"`echo '$''{'ac_cv_mmxext_inline'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   CFLAGS="${save_CFLAGS}"
      cat > conftest.$ac_ext <<EOF
-#line 5528 "configure"
+#line 5532 "configure"
 #include "confdefs.h"
 
 int main() {
 void *p;asm volatile("maskmovq %%mm1,%%mm2"::"r"(p));
 ; return 0; }
 EOF
-if { (eval echo configure:5535: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:5539: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   ac_cv_mmxext_inline=yes
 else
@@ -5550,20 +5553,20 @@ if test x"$ac_cv_mmxext_inline" != x"no"; then
 fi
 
 echo $ac_n "checking if \$CC groks 3D Now! inline assembly""... $ac_c" 1>&6
-echo "configure:5553: checking if \$CC groks 3D Now! inline assembly" >&5
+echo "configure:5557: checking if \$CC groks 3D Now! inline assembly" >&5
 if eval "test \"`echo '$''{'ac_cv_3dnow_inline'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   CFLAGS="${save_CFLAGS}"
      cat > conftest.$ac_ext <<EOF
-#line 5559 "configure"
+#line 5563 "configure"
 #include "confdefs.h"
 
 int main() {
 void *p;asm volatile("pfadd %%mm1,%%mm2"::"r"(p));
 ; return 0; }
 EOF
-if { (eval echo configure:5566: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:5570: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   ac_cv_3dnow_inline=yes
 else
@@ -5585,20 +5588,20 @@ EOF
 fi
 
 echo $ac_n "checking if \$CC groks SSE inline assembly""... $ac_c" 1>&6
-echo "configure:5588: checking if \$CC groks SSE inline assembly" >&5
+echo "configure:5592: checking if \$CC groks SSE inline assembly" >&5
 if eval "test \"`echo '$''{'ac_cv_sse_inline'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   CFLAGS="${save_CFLAGS}"
      cat > conftest.$ac_ext <<EOF
-#line 5594 "configure"
+#line 5598 "configure"
 #include "confdefs.h"
 
 int main() {
 void *p;asm volatile("xorps %%xmm1,%%xmm2"::"r"(p));
 ; return 0; }
 EOF
-if { (eval echo configure:5601: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:5605: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   ac_cv_sse_inline=yes
 else
@@ -5623,20 +5626,20 @@ fi
 # we should be able to remove this test with future versions of mingw32
 if test x$SYS != xmingw32; then
 echo $ac_n "checking if \$CC groks AltiVec inline assembly""... $ac_c" 1>&6
-echo "configure:5626: checking if \$CC groks AltiVec inline assembly" >&5
+echo "configure:5630: checking if \$CC groks AltiVec inline assembly" >&5
 if eval "test \"`echo '$''{'ac_cv_altivec_inline'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   CFLAGS="${save_CFLAGS}"
      cat > conftest.$ac_ext <<EOF
-#line 5632 "configure"
+#line 5636 "configure"
 #include "confdefs.h"
 
 int main() {
 asm volatile("vperm 0,1,2,3");
 ; return 0; }
 EOF
-if { (eval echo configure:5639: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:5643: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   ac_cv_altivec_inline=yes
 else
@@ -5645,14 +5648,14 @@ else
   rm -rf conftest*
   CFLAGS="$save_CFLAGS -Wa,-m7400"
           cat > conftest.$ac_ext <<EOF
-#line 5648 "configure"
+#line 5652 "configure"
 #include "confdefs.h"
 
 int main() {
 asm volatile("vperm 0,1,2,3");
 ; return 0; }
 EOF
-if { (eval echo configure:5655: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:5659: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   ac_cv_altivec_inline="-Wa,-m7400"
 else
@@ -5683,21 +5686,21 @@ EOF
 fi
 
 echo $ac_n "checking if \$CC groks AltiVec C extensions""... $ac_c" 1>&6
-echo "configure:5686: checking if \$CC groks AltiVec C extensions" >&5
+echo "configure:5690: checking if \$CC groks AltiVec C extensions" >&5
 if eval "test \"`echo '$''{'ac_cv_c_altivec'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   CFLAGS="$save_CFLAGS -faltivec"
      # Darwin test
      cat > conftest.$ac_ext <<EOF
-#line 5693 "configure"
+#line 5697 "configure"
 #include "confdefs.h"
 
 int main() {
 vec_mtvscr((vector unsigned int)(0));
 ; return 0; }
 EOF
-if { (eval echo configure:5700: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:5704: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   ac_cv_c_altivec=-faltivec
 else
@@ -5708,14 +5711,14 @@ else
         # Linux/PPC test
         CFLAGS="$save_CFLAGS $idctaltivec_CFLAGS -fvec"
         cat > conftest.$ac_ext <<EOF
-#line 5711 "configure"
+#line 5715 "configure"
 #include "confdefs.h"
 
 int main() {
 vec_mtvscr((vector unsigned int)(0));
 ; return 0; }
 EOF
-if { (eval echo configure:5718: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:5722: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   ac_cv_c_altivec="-fvec"
 else
@@ -5745,20 +5748,20 @@ EOF
 fi
 
 echo $ac_n "checking if linker needs -framework vecLib""... $ac_c" 1>&6
-echo "configure:5748: checking if linker needs -framework vecLib" >&5
+echo "configure:5752: checking if linker needs -framework vecLib" >&5
 if eval "test \"`echo '$''{'ac_cv_ld_altivec'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   LDFLAGS="$vlc_LDFLAGS -framework vecLib"
      cat > conftest.$ac_ext <<EOF
-#line 5754 "configure"
+#line 5758 "configure"
 #include "confdefs.h"
 
 int main() {
 
 ; return 0; }
 EOF
-if { (eval echo configure:5761: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:5765: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   ac_cv_ld_altivec=yes
 else
@@ -5889,17 +5892,17 @@ fi
 do
 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:5892: checking for $ac_hdr" >&5
+echo "configure:5896: checking for $ac_hdr" >&5
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 5897 "configure"
+#line 5901 "configure"
 #include "confdefs.h"
 #include <$ac_hdr>
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:5902: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:5906: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
 if test -z "$ac_err"; then
   rm -rf conftest*
@@ -5930,7 +5933,7 @@ done
 
     else
       echo $ac_n "checking for libdvdcss.a in ${with_dvdcss_tree}""... $ac_c" 1>&6
-echo "configure:5933: checking for libdvdcss.a in ${with_dvdcss_tree}" >&5
+echo "configure:5937: checking for libdvdcss.a in ${with_dvdcss_tree}" >&5
       real_dvdcss_tree="`cd ${with_dvdcss_tree} 2>/dev/null && pwd`"
       if test "x$real_dvdcss_tree" = x
       then
@@ -5956,7 +5959,7 @@ echo "configure:5933: checking for libdvdcss.a in ${with_dvdcss_tree}" >&5
   ;;
   *)
     echo $ac_n "checking for dvdcss headers in ${with_dvdcss}""... $ac_c" 1>&6
-echo "configure:5959: checking for dvdcss headers in ${with_dvdcss}" >&5
+echo "configure:5963: checking for dvdcss headers in ${with_dvdcss}" >&5
     if test -f ${with_dvdcss}/include/dvdcss/dvdcss.h
     then
             echo "$ac_t""yes" 1>&6
@@ -5998,17 +6001,17 @@ fi
 do
 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:6001: checking for $ac_hdr" >&5
+echo "configure:6005: checking for $ac_hdr" >&5
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 6006 "configure"
+#line 6010 "configure"
 #include "confdefs.h"
 #include <$ac_hdr>
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:6011: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:6015: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
 if test -z "$ac_err"; then
   rm -rf conftest*
@@ -6031,14 +6034,14 @@ EOF
  
      CFLAGS="${save_CFLAGS}"
      cat > conftest.$ac_ext <<EOF
-#line 6034 "configure"
+#line 6038 "configure"
 #include "confdefs.h"
 #include <dvdread/dvd_reader.h>
 int main() {
 void foo() { int i=DVD_VIDEO_LB_LEN; }
 ; return 0; }
 EOF
-if { (eval echo configure:6041: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:6045: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   
           PLUGINS="${PLUGINS} dvdread"
@@ -6104,17 +6107,17 @@ fi
 do
 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:6107: checking for $ac_hdr" >&5
+echo "configure:6111: checking for $ac_hdr" >&5
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 6112 "configure"
+#line 6116 "configure"
 #include "confdefs.h"
 #include <$ac_hdr>
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:6117: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:6121: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
 if test -z "$ac_err"; then
   rm -rf conftest*
@@ -6143,7 +6146,7 @@ done
 
     else
       echo $ac_n "checking for libdvbpsi.a in ${with_dvbpsi_tree}""... $ac_c" 1>&6
-echo "configure:6146: checking for libdvbpsi.a in ${with_dvbpsi_tree}" >&5
+echo "configure:6150: checking for libdvbpsi.a in ${with_dvbpsi_tree}" >&5
       real_dvbpsi_tree="`cd ${with_dvbpsi_tree} 2>/dev/null && pwd`"
       if test "x$real_dvbpsi_tree" = x
       then
@@ -6166,7 +6169,7 @@ echo "configure:6146: checking for libdvbpsi.a in ${with_dvbpsi_tree}" >&5
       ;;
   *)
     echo $ac_n "checking for dvbpsi headers in ${with_dvbpsi}""... $ac_c" 1>&6
-echo "configure:6169: checking for dvbpsi headers in ${with_dvbpsi}" >&5
+echo "configure:6173: checking for dvbpsi headers in ${with_dvbpsi}" >&5
     if test "x$with_dvbpsi" = x
     then
       test_LDFLAGS=""
@@ -6178,17 +6181,17 @@ echo "configure:6169: checking for dvbpsi headers in ${with_dvbpsi}" >&5
     CPPFLAGS="$save_CPPFLAGS $test_CFLAGS"
     ac_safe=`echo "dvbpsi/dr.h" | sed 'y%./+-%__p_%'`
 echo $ac_n "checking for dvbpsi/dr.h""... $ac_c" 1>&6
-echo "configure:6181: checking for dvbpsi/dr.h" >&5
+echo "configure:6185: checking for dvbpsi/dr.h" >&5
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 6186 "configure"
+#line 6190 "configure"
 #include "confdefs.h"
 #include <dvbpsi/dr.h>
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:6191: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:6195: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
 if test -z "$ac_err"; then
   rm -rf conftest*
@@ -6234,7 +6237,7 @@ fi
 if test x$enable_vcd != xno
 then
   cat > conftest.$ac_ext <<EOF
-#line 6237 "configure"
+#line 6241 "configure"
 #include "confdefs.h"
 #include <linux/cdrom.h>
 EOF
@@ -6249,7 +6252,7 @@ rm -f conftest*
 
   
   cat > conftest.$ac_ext <<EOF
-#line 6252 "configure"
+#line 6256 "configure"
 #include "confdefs.h"
 #include <sys/cdio.h>
 EOF
@@ -6293,12 +6296,12 @@ if test x$SYS != xnto && test "x$SYS" != "xmingw32"
 then
   CFLAGS="$save_CFLAGS"
   echo $ac_n "checking for inet_pton""... $ac_c" 1>&6
-echo "configure:6296: checking for inet_pton" >&5
+echo "configure:6300: checking for inet_pton" >&5
 if eval "test \"`echo '$''{'ac_cv_func_inet_pton'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 6301 "configure"
+#line 6305 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char inet_pton(); below.  */
@@ -6321,7 +6324,7 @@ inet_pton();
 
 ; return 0; }
 EOF
-if { (eval echo configure:6324: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:6328: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_func_inet_pton=yes"
 else
@@ -6340,7 +6343,7 @@ else
   echo "$ac_t""no" 1>&6
 
     echo $ac_n "checking for inet_pton in -lresolv""... $ac_c" 1>&6
-echo "configure:6343: checking for inet_pton in -lresolv" >&5
+echo "configure:6347: checking for inet_pton in -lresolv" >&5
 ac_lib_var=`echo resolv'_'inet_pton | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -6348,7 +6351,7 @@ else
   ac_save_LIBS="$LIBS"
 LIBS="-lresolv  $LIBS"
 cat > conftest.$ac_ext <<EOF
-#line 6351 "configure"
+#line 6355 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
@@ -6359,7 +6362,7 @@ int main() {
 inet_pton()
 ; return 0; }
 EOF
-if { (eval echo configure:6362: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:6366: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_lib_$ac_lib_var=yes"
 else
@@ -6387,9 +6390,9 @@ fi
 if test "x$SYS" = "xmingw32"
 then
   echo $ac_n "checking for getaddrinfo in ws2tcpip.h""... $ac_c" 1>&6
-echo "configure:6390: checking for getaddrinfo in ws2tcpip.h" >&5
+echo "configure:6394: checking for getaddrinfo in ws2tcpip.h" >&5
   cat > conftest.$ac_ext <<EOF
-#line 6392 "configure"
+#line 6396 "configure"
 #include "confdefs.h"
 #include <ws2tcpip.h>
 EOF
@@ -6460,7 +6463,7 @@ fi
       { echo "configure: error: ${with_mad_tree} directory doesn't exist" 1>&2; exit 1; }
     fi
         echo $ac_n "checking for mad.h in ${real_mad_tree}/libmad""... $ac_c" 1>&6
-echo "configure:6463: checking for mad.h in ${real_mad_tree}/libmad" >&5
+echo "configure:6467: checking for mad.h in ${real_mad_tree}/libmad" >&5
     if test -f ${real_mad_tree}/libmad/mad.h
     then
       echo "$ac_t""yes" 1>&6
@@ -6469,7 +6472,7 @@ echo "configure:6463: checking for mad.h in ${real_mad_tree}/libmad" >&5
       save_LDFLAGS=$LDFLAGS
       LDFLAGS=$mad_LDFLAGS
       echo $ac_n "checking for mad_bit_init in -lmad""... $ac_c" 1>&6
-echo "configure:6472: checking for mad_bit_init in -lmad" >&5
+echo "configure:6476: checking for mad_bit_init in -lmad" >&5
 ac_lib_var=`echo mad'_'mad_bit_init | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -6477,7 +6480,7 @@ else
   ac_save_LIBS="$LIBS"
 LIBS="-lmad  $LIBS"
 cat > conftest.$ac_ext <<EOF
-#line 6480 "configure"
+#line 6484 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
@@ -6488,7 +6491,7 @@ int main() {
 mad_bit_init()
 ; return 0; }
 EOF
-if { (eval echo configure:6491: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:6495: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_lib_$ac_lib_var=yes"
 else
@@ -6525,17 +6528,17 @@ fi
 do
 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:6528: checking for $ac_hdr" >&5
+echo "configure:6532: checking for $ac_hdr" >&5
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 6533 "configure"
+#line 6537 "configure"
 #include "confdefs.h"
 #include <$ac_hdr>
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:6538: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:6542: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
 if test -z "$ac_err"; then
   rm -rf conftest*
@@ -6563,7 +6566,7 @@ fi
 done
 
     echo $ac_n "checking for mad_bit_init in -lmad""... $ac_c" 1>&6
-echo "configure:6566: checking for mad_bit_init in -lmad" >&5
+echo "configure:6570: checking for mad_bit_init in -lmad" >&5
 ac_lib_var=`echo mad'_'mad_bit_init | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -6571,7 +6574,7 @@ else
   ac_save_LIBS="$LIBS"
 LIBS="-lmad  $LIBS"
 cat > conftest.$ac_ext <<EOF
-#line 6574 "configure"
+#line 6578 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
@@ -6582,7 +6585,7 @@ int main() {
 mad_bit_init()
 ; return 0; }
 EOF
-if { (eval echo configure:6585: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:6589: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_lib_$ac_lib_var=yes"
 else
@@ -6637,7 +6640,7 @@ fi
   if test "x$with_ffmpeg_tree" != "x"
   then
     echo $ac_n "checking for libavcodec.a in ${with_ffmpeg_tree}""... $ac_c" 1>&6
-echo "configure:6640: checking for libavcodec.a in ${with_ffmpeg_tree}" >&5
+echo "configure:6644: checking for libavcodec.a in ${with_ffmpeg_tree}" >&5
     real_ffmpeg_tree="`cd ${with_ffmpeg_tree} 2>/dev/null && pwd`"
     if test "x$real_ffmpeg_tree" = x
     then
@@ -6660,7 +6663,7 @@ echo "configure:6640: checking for libavcodec.a in ${with_ffmpeg_tree}" >&5
     CFLAGS="$CFLAGS $ffmpeg_CFLAGS"
     LDFLAGS="$LDFLAGS $ffmpeg_LDFLAGS -lm"
     echo $ac_n "checking for avcodec_init in -lavcodec""... $ac_c" 1>&6
-echo "configure:6663: checking for avcodec_init in -lavcodec" >&5
+echo "configure:6667: checking for avcodec_init in -lavcodec" >&5
 ac_lib_var=`echo avcodec'_'avcodec_init | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -6668,7 +6671,7 @@ else
   ac_save_LIBS="$LIBS"
 LIBS="-lavcodec  $LIBS"
 cat > conftest.$ac_ext <<EOF
-#line 6671 "configure"
+#line 6675 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
@@ -6679,7 +6682,7 @@ int main() {
 avcodec_init()
 ; return 0; }
 EOF
-if { (eval echo configure:6682: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:6686: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_lib_$ac_lib_var=yes"
 else
@@ -6736,7 +6739,7 @@ fi
       { echo "configure: error: ${with_a52_tree} directory doesn't exist" 1>&2; exit 1; }
     fi
         echo $ac_n "checking for a52.h in ${real_a52_tree}/include""... $ac_c" 1>&6
-echo "configure:6739: checking for a52.h in ${real_a52_tree}/include" >&5
+echo "configure:6743: checking for a52.h in ${real_a52_tree}/include" >&5
     if test -f ${real_a52_tree}/include/a52.h
     then
       echo "$ac_t""yes" 1>&6
@@ -6745,7 +6748,7 @@ echo "configure:6739: checking for a52.h in ${real_a52_tree}/include" >&5
       save_LDFLAGS=$LDFLAGS
       LDFLAGS="$a52_LDFLAGS $LDFLAGS"
       echo $ac_n "checking for a52_free in -la52""... $ac_c" 1>&6
-echo "configure:6748: checking for a52_free in -la52" >&5
+echo "configure:6752: checking for a52_free in -la52" >&5
 ac_lib_var=`echo a52'_'a52_free | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -6753,7 +6756,7 @@ else
   ac_save_LIBS="$LIBS"
 LIBS="-la52 -lm $LIBS"
 cat > conftest.$ac_ext <<EOF
-#line 6756 "configure"
+#line 6760 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
@@ -6764,7 +6767,7 @@ int main() {
 a52_free()
 ; return 0; }
 EOF
-if { (eval echo configure:6767: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:6771: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_lib_$ac_lib_var=yes"
 else
@@ -6805,17 +6808,17 @@ fi
 do
 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:6808: checking for $ac_hdr" >&5
+echo "configure:6812: checking for $ac_hdr" >&5
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 6813 "configure"
+#line 6817 "configure"
 #include "confdefs.h"
 #include <$ac_hdr>
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:6818: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:6822: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
 if test -z "$ac_err"; then
   rm -rf conftest*
@@ -6837,7 +6840,7 @@ if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
 EOF
  
       echo $ac_n "checking for a52_free in -la52""... $ac_c" 1>&6
-echo "configure:6840: checking for a52_free in -la52" >&5
+echo "configure:6844: checking for a52_free in -la52" >&5
 ac_lib_var=`echo a52'_'a52_free | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -6845,7 +6848,7 @@ else
   ac_save_LIBS="$LIBS"
 LIBS="-la52 -lm $LIBS"
 cat > conftest.$ac_ext <<EOF
-#line 6848 "configure"
+#line 6852 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
@@ -6856,7 +6859,7 @@ int main() {
 a52_free()
 ; return 0; }
 EOF
-if { (eval echo configure:6859: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:6863: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_lib_$ac_lib_var=yes"
 else
@@ -6901,17 +6904,17 @@ then
 do
 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:6904: checking for $ac_hdr" >&5
+echo "configure:6908: checking for $ac_hdr" >&5
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 6909 "configure"
+#line 6913 "configure"
 #include "confdefs.h"
 #include <$ac_hdr>
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:6914: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:6918: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
 if test -z "$ac_err"; then
   rm -rf conftest*
@@ -6969,17 +6972,17 @@ if test x$enable_x11 != xno &&
 do
 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:6972: checking for $ac_hdr" >&5
+echo "configure:6976: checking for $ac_hdr" >&5
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 6977 "configure"
+#line 6981 "configure"
 #include "confdefs.h"
 #include <$ac_hdr>
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:6982: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:6986: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
 if test -z "$ac_err"; then
   rm -rf conftest*
@@ -7031,17 +7034,17 @@ if test x$enable_xvideo != xno &&
 do
 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:7034: checking for $ac_hdr" >&5
+echo "configure:7038: checking for $ac_hdr" >&5
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 7039 "configure"
+#line 7043 "configure"
 #include "confdefs.h"
 #include <$ac_hdr>
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:7044: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:7048: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
 if test -z "$ac_err"; then
   rm -rf conftest*
@@ -7064,7 +7067,7 @@ EOF
  
     CFLAGS="$save_CFLAGS -L$x_libraries -lX11 -lXext"
     echo $ac_n "checking for XvSetPortAttribute in -lXv_pic""... $ac_c" 1>&6
-echo "configure:7067: checking for XvSetPortAttribute in -lXv_pic" >&5
+echo "configure:7071: checking for XvSetPortAttribute in -lXv_pic" >&5
 ac_lib_var=`echo Xv_pic'_'XvSetPortAttribute | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -7072,7 +7075,7 @@ else
   ac_save_LIBS="$LIBS"
 LIBS="-lXv_pic  $LIBS"
 cat > conftest.$ac_ext <<EOF
-#line 7075 "configure"
+#line 7079 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
@@ -7083,7 +7086,7 @@ int main() {
 XvSetPortAttribute()
 ; return 0; }
 EOF
-if { (eval echo configure:7086: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:7090: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_lib_$ac_lib_var=yes"
 else
@@ -7140,7 +7143,7 @@ fi
   # Extract the first word of "sdl12-config", so it can be a program name with args.
 set dummy sdl12-config; ac_word=$2
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:7143: checking for $ac_word" >&5
+echo "configure:7147: checking for $ac_word" >&5
 if eval "test \"`echo '$''{'ac_cv_path_SDL12_CONFIG'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -7180,7 +7183,7 @@ fi
     # Extract the first word of "sdl11-config", so it can be a program name with args.
 set dummy sdl11-config; ac_word=$2
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:7183: checking for $ac_word" >&5
+echo "configure:7187: checking for $ac_word" >&5
 if eval "test \"`echo '$''{'ac_cv_path_SDL11_CONFIG'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -7221,7 +7224,7 @@ fi
     # Extract the first word of "sdl-config", so it can be a program name with args.
 set dummy sdl-config; ac_word=$2
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:7224: checking for $ac_word" >&5
+echo "configure:7228: checking for $ac_word" >&5
 if eval "test \"`echo '$''{'ac_cv_path_SDL_CONFIG'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -7266,17 +7269,17 @@ fi
 do
 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:7269: checking for $ac_hdr" >&5
+echo "configure:7273: checking for $ac_hdr" >&5
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 7274 "configure"
+#line 7278 "configure"
 #include "confdefs.h"
 #include <$ac_hdr>
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:7279: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:7283: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
 if test -z "$ac_err"; then
   rm -rf conftest*
@@ -7346,17 +7349,17 @@ fi
 do
 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:7349: checking for $ac_hdr" >&5
+echo "configure:7353: checking for $ac_hdr" >&5
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 7354 "configure"
+#line 7358 "configure"
 #include "confdefs.h"
 #include <$ac_hdr>
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:7359: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:7363: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
 if test -z "$ac_err"; then
   rm -rf conftest*
@@ -7385,7 +7388,7 @@ done
 
     else
       echo $ac_n "checking for directX headers in ${with_directx}""... $ac_c" 1>&6
-echo "configure:7388: checking for directX headers in ${with_directx}" >&5
+echo "configure:7392: checking for directX headers in ${with_directx}" >&5
       if test -f ${with_directx}/ddraw.h
       then
         PLUGINS="${PLUGINS} directx"
@@ -7412,17 +7415,17 @@ fi
 do
 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:7415: checking for $ac_hdr" >&5
+echo "configure:7419: checking for $ac_hdr" >&5
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 7420 "configure"
+#line 7424 "configure"
 #include "confdefs.h"
 #include <$ac_hdr>
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:7425: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:7429: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
 if test -z "$ac_err"; then
   rm -rf conftest*
@@ -7517,17 +7520,17 @@ if test x$enable_aa = xyes
 then
   ac_safe=`echo "aalib.h" | sed 'y%./+-%__p_%'`
 echo $ac_n "checking for aalib.h""... $ac_c" 1>&6
-echo "configure:7520: checking for aalib.h" >&5
+echo "configure:7524: checking for aalib.h" >&5
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 7525 "configure"
+#line 7529 "configure"
 #include "confdefs.h"
 #include <aalib.h>
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:7530: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:7534: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
 if test -z "$ac_err"; then
   rm -rf conftest*
@@ -7578,17 +7581,17 @@ then
 do
 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:7581: checking for $ac_hdr" >&5
+echo "configure:7585: checking for $ac_hdr" >&5
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 7586 "configure"
+#line 7590 "configure"
 #include "confdefs.h"
 #include <$ac_hdr>
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:7591: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:7595: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
 if test -z "$ac_err"; then
   rm -rf conftest*
@@ -7611,7 +7614,7 @@ EOF
  
     PLUGINS="${PLUGINS} dsp"
     echo $ac_n "checking for main in -lossaudio""... $ac_c" 1>&6
-echo "configure:7614: checking for main in -lossaudio" >&5
+echo "configure:7618: checking for main in -lossaudio" >&5
 ac_lib_var=`echo ossaudio'_'main | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -7619,14 +7622,14 @@ else
   ac_save_LIBS="$LIBS"
 LIBS="-lossaudio  $LIBS"
 cat > conftest.$ac_ext <<EOF
-#line 7622 "configure"
+#line 7626 "configure"
 #include "confdefs.h"
 
 int main() {
 main()
 ; return 0; }
 EOF
-if { (eval echo configure:7629: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:7633: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_lib_$ac_lib_var=yes"
 else
@@ -7662,7 +7665,7 @@ if test "${enable_esd+set}" = set; then
      # Extract the first word of "esd-config", so it can be a program name with args.
 set dummy esd-config; ac_word=$2
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:7665: checking for $ac_word" >&5
+echo "configure:7669: checking for $ac_word" >&5
 if eval "test \"`echo '$''{'ac_cv_path_ESD_CONFIG'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -7713,7 +7716,7 @@ if test "${enable_arts+set}" = set; then
      # Extract the first word of "artsc-config", so it can be a program name with args.
 set dummy artsc-config; ac_word=$2
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:7716: checking for $ac_word" >&5
+echo "configure:7720: checking for $ac_word" >&5
 if eval "test \"`echo '$''{'ac_cv_path_ARTS_CONFIG'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -7763,17 +7766,17 @@ if test "${enable_alsa+set}" = set; then
    then
      ac_safe=`echo "alsa/asoundlib.h" | sed 'y%./+-%__p_%'`
 echo $ac_n "checking for alsa/asoundlib.h""... $ac_c" 1>&6
-echo "configure:7766: checking for alsa/asoundlib.h" >&5
+echo "configure:7770: checking for alsa/asoundlib.h" >&5
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 7771 "configure"
+#line 7775 "configure"
 #include "confdefs.h"
 #include <alsa/asoundlib.h>
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:7776: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:7780: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
 if test -z "$ac_err"; then
   rm -rf conftest*
@@ -7790,7 +7793,7 @@ fi
 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
   echo "$ac_t""yes" 1>&6
   echo $ac_n "checking for main in -lasound""... $ac_c" 1>&6
-echo "configure:7793: checking for main in -lasound" >&5
+echo "configure:7797: checking for main in -lasound" >&5
 ac_lib_var=`echo asound'_'main | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -7798,14 +7801,14 @@ else
   ac_save_LIBS="$LIBS"
 LIBS="-lasound  $LIBS"
 cat > conftest.$ac_ext <<EOF
-#line 7801 "configure"
+#line 7805 "configure"
 #include "confdefs.h"
 
 int main() {
 main()
 ; return 0; }
 EOF
-if { (eval echo configure:7808: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:7812: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_lib_$ac_lib_var=yes"
 else
@@ -7882,7 +7885,7 @@ fi
   # Extract the first word of "gtk12-config", so it can be a program name with args.
 set dummy gtk12-config; ac_word=$2
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:7885: checking for $ac_word" >&5
+echo "configure:7889: checking for $ac_word" >&5
 if eval "test \"`echo '$''{'ac_cv_path_GTK12_CONFIG'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -7921,7 +7924,7 @@ fi
     # Extract the first word of "gtk-config", so it can be a program name with args.
 set dummy gtk-config; ac_word=$2
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:7924: checking for $ac_word" >&5
+echo "configure:7928: checking for $ac_word" >&5
 if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -7970,17 +7973,17 @@ fi
 do
 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:7973: checking for $ac_hdr" >&5
+echo "configure:7977: checking for $ac_hdr" >&5
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 7978 "configure"
+#line 7982 "configure"
 #include "confdefs.h"
 #include <$ac_hdr>
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:7983: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:7987: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
 if test -z "$ac_err"; then
   rm -rf conftest*
@@ -8026,7 +8029,7 @@ if test "${enable_gnome+set}" = set; then
     # Extract the first word of "gnome-config", so it can be a program name with args.
 set dummy gnome-config; ac_word=$2
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:8029: checking for $ac_word" >&5
+echo "configure:8033: checking for $ac_word" >&5
 if eval "test \"`echo '$''{'ac_cv_path_GNOME_CONFIG'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -8070,17 +8073,17 @@ fi
 do
 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:8073: checking for $ac_hdr" >&5
+echo "configure:8077: checking for $ac_hdr" >&5
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 8078 "configure"
+#line 8082 "configure"
 #include "confdefs.h"
 #include <$ac_hdr>
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:8083: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:8087: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
 if test -z "$ac_err"; then
   rm -rf conftest*
@@ -8167,17 +8170,17 @@ else
 do
 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:8170: checking for $ac_hdr" >&5
+echo "configure:8174: checking for $ac_hdr" >&5
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 8175 "configure"
+#line 8179 "configure"
 #include "confdefs.h"
 #include <$ac_hdr>
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:8180: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:8184: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
 if test -z "$ac_err"; then
   rm -rf conftest*
@@ -8220,17 +8223,17 @@ fi
 do
 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:8223: checking for $ac_hdr" >&5
+echo "configure:8227: checking for $ac_hdr" >&5
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 8228 "configure"
+#line 8232 "configure"
 #include "confdefs.h"
 #include <$ac_hdr>
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:8233: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:8237: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
 if test -z "$ac_err"; then
   rm -rf conftest*
@@ -8301,17 +8304,17 @@ if test x$enable_xosd = xyes
 then
   ac_safe=`echo "xosd.h" | sed 'y%./+-%__p_%'`
 echo $ac_n "checking for xosd.h""... $ac_c" 1>&6
-echo "configure:8304: checking for xosd.h" >&5
+echo "configure:8308: checking for xosd.h" >&5
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 8309 "configure"
+#line 8313 "configure"
 #include "confdefs.h"
 #include <xosd.h>
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:8314: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:8318: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
 if test -z "$ac_err"; then
   rm -rf conftest*
@@ -8350,17 +8353,17 @@ if test x$enable_lirc = xyes
 then
   ac_safe=`echo "lirc/lirc_client.h" | sed 'y%./+-%__p_%'`
 echo $ac_n "checking for lirc/lirc_client.h""... $ac_c" 1>&6
-echo "configure:8353: checking for lirc/lirc_client.h" >&5
+echo "configure:8357: checking for lirc/lirc_client.h" >&5
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 8358 "configure"
+#line 8362 "configure"
 #include "confdefs.h"
 #include <lirc/lirc_client.h>
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:8363: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:8367: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
 if test -z "$ac_err"; then
   rm -rf conftest*
@@ -8377,7 +8380,7 @@ fi
 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
   echo "$ac_t""yes" 1>&6
   echo $ac_n "checking for lirc_init in -llirc_client""... $ac_c" 1>&6
-echo "configure:8380: checking for lirc_init in -llirc_client" >&5
+echo "configure:8384: checking for lirc_init in -llirc_client" >&5
 ac_lib_var=`echo lirc_client'_'lirc_init | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -8385,7 +8388,7 @@ else
   ac_save_LIBS="$LIBS"
 LIBS="-llirc_client  $LIBS"
 cat > conftest.$ac_ext <<EOF
-#line 8388 "configure"
+#line 8392 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
@@ -8396,7 +8399,7 @@ int main() {
 lirc_init()
 ; return 0; }
 EOF
-if { (eval echo configure:8399: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:8403: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_lib_$ac_lib_var=yes"
 else
@@ -8451,7 +8454,7 @@ fi
       ;;
     *)
                   echo $ac_n "checking whether the byte order is big-endian""... $ac_c" 1>&6
-echo "configure:8454: checking whether the byte order is big-endian" >&5
+echo "configure:8458: checking whether the byte order is big-endian" >&5
 if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -8533,7 +8536,7 @@ if test "${enable_pth+set}" = set; then
   enableval="$enable_pth"
    if test "x$enable_pth" = "xyes"; then
     echo $ac_n "checking for pth_init in -lpth""... $ac_c" 1>&6
-echo "configure:8536: checking for pth_init in -lpth" >&5
+echo "configure:8540: checking for pth_init in -lpth" >&5
 ac_lib_var=`echo pth'_'pth_init | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -8541,7 +8544,7 @@ else
   ac_save_LIBS="$LIBS"
 LIBS="-lpth  $LIBS"
 cat > conftest.$ac_ext <<EOF
-#line 8544 "configure"
+#line 8548 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
@@ -8552,7 +8555,7 @@ int main() {
 pth_init()
 ; return 0; }
 EOF
-if { (eval echo configure:8555: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:8559: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_lib_$ac_lib_var=yes"
 else
@@ -8580,7 +8583,7 @@ else
 fi
 
     cat > conftest.$ac_ext <<EOF
-#line 8583 "configure"
+#line 8587 "configure"
 #include "confdefs.h"
 #include <pth.h>
 EOF
@@ -8606,7 +8609,7 @@ if test "${enable_st+set}" = set; then
   enableval="$enable_st"
    if test "x$enable_st" = "xyes"; then
     echo $ac_n "checking for st_init in -lst""... $ac_c" 1>&6
-echo "configure:8609: checking for st_init in -lst" >&5
+echo "configure:8613: checking for st_init in -lst" >&5
 ac_lib_var=`echo st'_'st_init | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@ -8614,7 +8617,7 @@ else
   ac_save_LIBS="$LIBS"
 LIBS="-lst  $LIBS"
 cat > conftest.$ac_ext <<EOF
-#line 8617 "configure"
+#line 8621 "configure"
 #include "confdefs.h"
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
@@ -8625,7 +8628,7 @@ int main() {
 st_init()
 ; return 0; }
 EOF
-if { (eval echo configure:8628: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:8632: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*
   eval "ac_cv_lib_$ac_lib_var=yes"
 else
@@ -8653,7 +8656,7 @@ else
 fi
 
     cat > conftest.$ac_ext <<EOF
-#line 8656 "configure"
+#line 8660 "configure"
 #include "confdefs.h"
 #include <st.h>
 EOF
@@ -8677,6 +8680,59 @@ fi
 vlc_LDFLAGS="${vlc_LDFLAGS} ${THREAD_LIB}"
 plugins_LDFLAGS="${plugins_LDFLAGS} ${THREAD_LIB}"
 
+MOZILLA=0
+# Check whether --enable-mozilla or --disable-mozilla was given.
+if test "${enable_mozilla+set}" = set; then
+  enableval="$enable_mozilla"
+  :
+fi
+
+if test x$enable_mozilla = xyes
+then
+  # Extract the first word of "mozilla-config", so it can be a program name with args.
+set dummy mozilla-config; ac_word=$2
+echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
+echo "configure:8696: checking for $ac_word" >&5
+if eval "test \"`echo '$''{'ac_cv_path_MOZILLA_CONFIG'+set}'`\" = set"; then
+  echo $ac_n "(cached) $ac_c" 1>&6
+else
+  case "$MOZILLA_CONFIG" in
+  /*)
+  ac_cv_path_MOZILLA_CONFIG="$MOZILLA_CONFIG" # Let the user override the test with a path.
+  ;;
+  ?:/*)                         
+  ac_cv_path_MOZILLA_CONFIG="$MOZILLA_CONFIG" # Let the user override the test with a dos path.
+  ;;
+  *)
+  IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
+  ac_dummy="$PATH"
+  for ac_dir in $ac_dummy; do 
+    test -z "$ac_dir" && ac_dir=.
+    if test -f $ac_dir/$ac_word; then
+      ac_cv_path_MOZILLA_CONFIG="$ac_dir/$ac_word"
+      break
+    fi
+  done
+  IFS="$ac_save_ifs"
+  test -z "$ac_cv_path_MOZILLA_CONFIG" && ac_cv_path_MOZILLA_CONFIG="no"
+  ;;
+esac
+fi
+MOZILLA_CONFIG="$ac_cv_path_MOZILLA_CONFIG"
+if test -n "$MOZILLA_CONFIG"; then
+  echo "$ac_t""$MOZILLA_CONFIG" 1>&6
+else
+  echo "$ac_t""no" 1>&6
+fi
+
+  if test x${MOZILLA_CONFIG} != xno
+  then
+    MOZILLA=1
+    mozilla_CFLAGS="${mozilla_CFLAGS} `${MOZILLA_CONFIG} --cflags plugin java --defines | xargs`"
+    mozilla_LDFLAGS="${mozilla_LDFLAGS} `${MOZILLA_CONFIG} --libs `"
+  fi
+fi
+
 # Check whether --enable-plugins or --disable-plugins was given.
 if test "${enable_plugins+set}" = set; then
   enableval="$enable_plugins"
@@ -8821,6 +8877,9 @@ LDFLAGS="${save_LDFLAGS}"
 
 
 
+
+
+
 
 
 
@@ -9013,6 +9072,7 @@ s%@ARTS_CONFIG@%$ARTS_CONFIG%g
 s%@GTK12_CONFIG@%$GTK12_CONFIG%g
 s%@GTK_CONFIG@%$GTK_CONFIG%g
 s%@GNOME_CONFIG@%$GNOME_CONFIG%g
+s%@MOZILLA_CONFIG@%$MOZILLA_CONFIG%g
 s%@DATA_PATH@%$DATA_PATH%g
 s%@PLUGIN_PATH@%$PLUGIN_PATH%g
 s%@SYS@%$SYS%g
@@ -9032,11 +9092,13 @@ s%@BCBUILDER@%$BCBUILDER%g
 s%@PACKAGE@%$PACKAGE%g
 s%@VERSION@%$VERSION%g
 s%@NEED_GETOPT@%$NEED_GETOPT%g
+s%@MOZILLA@%$MOZILLA%g
 s%@CFLAGS_OPTIM@%$CFLAGS_OPTIM%g
 s%@CFLAGS_OPTIM_NODEBUG@%$CFLAGS_OPTIM_NODEBUG%g
 s%@vlc_CFLAGS@%$vlc_CFLAGS%g
 s%@plugins_CFLAGS@%$plugins_CFLAGS%g
 s%@builtins_CFLAGS@%$builtins_CFLAGS%g
+s%@mozilla_CFLAGS@%$mozilla_CFLAGS%g
 s%@a52_CFLAGS@%$a52_CFLAGS%g
 s%@arts_CFLAGS@%$arts_CFLAGS%g
 s%@chroma_i420_yuy2_mmx_CFLAGS@%$chroma_i420_yuy2_mmx_CFLAGS%g
@@ -9062,6 +9124,7 @@ s%@xvideo_CFLAGS@%$xvideo_CFLAGS%g
 s%@vlc_LDFLAGS@%$vlc_LDFLAGS%g
 s%@plugins_LDFLAGS@%$plugins_LDFLAGS%g
 s%@builtins_LDFLAGS@%$builtins_LDFLAGS%g
+s%@mozilla_LDFLAGS@%$mozilla_LDFLAGS%g
 s%@a52_LDFLAGS@%$a52_LDFLAGS%g
 s%@aa_LDFLAGS@%$aa_LDFLAGS%g
 s%@alsa_LDFLAGS@%$alsa_LDFLAGS%g
@@ -9368,6 +9431,7 @@ profiling             : ${PROFILING}
 need builtin getopt   : ${NEED_GETOPT}
 built-in modules      :${BUILTINS}
 plug-in modules       :${PLUGINS}
+mozilla plugin        : ${MOZILLA}
 vlc aliases           :${ALIASES}
 
 You may now tune Makefile.opts at your convenience, for instance to choose
index 0fa7e4e37580cffad97f622eb126027f302fabae..150ecf72f77c6cde3a08a7d77fba8b8cdaeee304 100644 (file)
@@ -1651,6 +1651,23 @@ AC_ARG_ENABLE(st,
 vlc_LDFLAGS="${vlc_LDFLAGS} ${THREAD_LIB}"
 plugins_LDFLAGS="${plugins_LDFLAGS} ${THREAD_LIB}"
 
+dnl
+dnl  Mozilla plugin
+dnl
+MOZILLA=0
+AC_ARG_ENABLE(mozilla,
+  [  --enable-mozilla        build a vlc-based Mozilla plugin (default disabled)])
+if test x$enable_mozilla = xyes
+then
+  AC_PATH_PROG(MOZILLA_CONFIG, mozilla-config, no)
+  if test x${MOZILLA_CONFIG} != xno
+  then
+    MOZILLA=1
+    mozilla_CFLAGS="${mozilla_CFLAGS} `${MOZILLA_CONFIG} --cflags plugin java --defines | xargs`"
+    mozilla_LDFLAGS="${mozilla_LDFLAGS} `${MOZILLA_CONFIG} --libs `"
+  fi
+fi
+
 dnl
 dnl  Plug-ins - this must be AT THE END
 dnl
@@ -1716,6 +1733,7 @@ AC_SUBST(BCBUILDER)
 AC_SUBST(PACKAGE)
 AC_SUBST(VERSION)
 AC_SUBST(NEED_GETOPT)
+AC_SUBST(MOZILLA)
 
 AC_SUBST(CFLAGS_OPTIM)
 AC_SUBST(CFLAGS_OPTIM_NODEBUG)
@@ -1724,6 +1742,7 @@ AC_SUBST(LDFLAGS)
 AC_SUBST(vlc_CFLAGS)
 AC_SUBST(plugins_CFLAGS)
 AC_SUBST(builtins_CFLAGS)
+AC_SUBST(mozilla_CFLAGS)
 
 AC_SUBST(a52_CFLAGS)
 AC_SUBST(arts_CFLAGS)
@@ -1751,6 +1770,7 @@ AC_SUBST(xvideo_CFLAGS)
 AC_SUBST(vlc_LDFLAGS)
 AC_SUBST(plugins_LDFLAGS)
 AC_SUBST(builtins_LDFLAGS)
+AC_SUBST(mozilla_LDFLAGS)
 
 AC_SUBST(a52_LDFLAGS)
 AC_SUBST(aa_LDFLAGS)
@@ -1811,6 +1831,7 @@ profiling             : ${PROFILING}
 need builtin getopt   : ${NEED_GETOPT}
 built-in modules      :${BUILTINS}
 plug-in modules       :${PLUGINS}
+mozilla plugin        : ${MOZILLA}
 vlc aliases           :${ALIASES}
 
 You may now tune Makefile.opts at your convenience, for instance to choose
index ac42c955c17cab1d2d23532d81fe72e4a59aa4a2..60ceac6e914cf5c59e0381384ad2b790189b7db8 100644 (file)
@@ -1,6 +1,7 @@
 tmp
 vlc
 vlc-*
+mozilla-plugin-vlc
 delete
 files
 *debhelper
index 95fa4b53889dc05c52de834c3eee9fa699bedbca..66d027eba8305b340a1a485e17319e68de1c8db1 100644 (file)
@@ -1,6 +1,18 @@
+vlc (0.5.0-0CVS) unstable; urgency=low
+
+  * Current CVS - do NOT release as is!
+
+ -- Samuel Hocevar <sam@zoy.org>  Thu,  4 Jul 2002 17:44:25 +0200
+
+vlc (0.4.1-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Samuel Hocevar <sam@zoy.org>  Mon,  3 Jun 2002 23:43:35 +0200
+
 vlc (0.4.0-1) unstable; urgency=low
 
-  * New upstrea release.
+  * New upstream release.
 
  -- Samuel Hocevar <sam@zoy.org>  Thu, 23 May 2002 01:27:05 +0200
 
index 3128ab0d933889e092b7d643484103c4bc8bf920..e7efcdc1a9407a9464deee10c70eb98bca769fab 100644 (file)
@@ -2,7 +2,7 @@ Source: vlc
 Section: graphics
 Priority: optional
 Maintainer: Samuel Hocevar <sam@zoy.org>
-Build-Depends: debhelper (>=2.2.0), xlibs-dev, xlibs-pic, libgnome-dev, libggi2-dev, libglide2-dev [i386], libesd0-dev, libsdl1.2-dev (>=1.2.2-3.1), libqt-dev, libasound2-dev (>=0.9.0beta10a), libarts-dev, libmad0-dev, liblircclient-dev, a52dec-dev, aalib1-dev, libdvbpsi1-dev
+Build-Depends: debhelper (>=2.2.0), xlibs-dev, xlibs-pic, libgnome-dev, libggi2-dev, libglide2-dev [i386], libesd0-dev, libsdl1.2-dev (>=1.2.2-3.1), libqt-dev, libasound2-dev (>=0.9.0beta10a), libarts-dev, libmad0-dev, liblircclient-dev, a52dec-dev, aalib1-dev, libdvbpsi1-dev, mozilla-dev, kdelibs-dev
 Standards-Version: 3.5.6
 
 Package: vlc
@@ -20,7 +20,7 @@ Package: vlc-gnome
 Architecture: any
 Depends: vlc (= ${Source-Version}), ${shlibs:Depends}
 Provides: vlc-gui
-Description: Gnome plugin for vlc
+Description: GNOME interface plugin for vlc
  VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution.
  .
  This plugin adds a Gnome interface to vlc, the VideoLAN Client. To
@@ -32,7 +32,7 @@ Depends: vlc (= ${Source-Version}), ${shlibs:Depends}
 Replaces: vlc-gnome (<= 0.2.63-2)
 Conflicts: vlc-gnome (<= 0.2.63-2)
 Provides: vlc-gui
-Description: Gtk+ plugin for vlc
+Description: Gtk+ interface plugin for vlc
  VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution.
  .
  This plugin adds a Gtk+ interface to vlc, the VideoLAN Client. To
@@ -41,7 +41,7 @@ Description: Gtk+ plugin for vlc
 Package: vlc-esd
 Architecture: any
 Depends: vlc (= ${Source-Version}), ${shlibs:Depends}
-Description: Esound plugin for vlc
+Description: Esound audio output plugin for vlc
  VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution.
  .
  This plugin adds support for the Enlightened Sound Daemon to vlc, the
@@ -51,7 +51,7 @@ Description: Esound plugin for vlc
 Package: vlc-alsa
 Architecture: any
 Depends: vlc (= ${Source-Version}), ${shlibs:Depends}
-Description: ALSA plugin for vlc
+Description: ALSA audio output plugin for vlc
  VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution.
  .
  This plugin adds support for the Advanced Linux Sound Architecture to
@@ -61,7 +61,7 @@ Description: ALSA plugin for vlc
 Package: vlc-sdl
 Architecture: any
 Depends: vlc (= ${Source-Version}), ${shlibs:Depends}
-Description: SDL plugin for vlc
+Description: SDL video and audio output plugin for vlc
  VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution.
  .
  This plugin adds support for the Simple DirectMedia Layer library to
@@ -72,7 +72,7 @@ Description: SDL plugin for vlc
 Package: vlc-ggi
 Architecture: any
 Depends: vlc (= ${Source-Version}), ${shlibs:Depends}
-Description: GGI plugin for vlc
+Description: GGI video output plugin for vlc
  VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution.
  .
  This is a GGI plugin for vlc, the VideoLAN Client.  To activate it, use
@@ -82,7 +82,7 @@ Description: GGI plugin for vlc
 Package: vlc-glide
 Architecture: i386
 Depends: vlc (= ${Source-Version}), libglide2
-Description: Glide plugin for vlc
+Description: Glide video output plugin for vlc
  VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution.
  .
  This is a Glide (3dfx) plugin for vlc, the VideoLAN Client. To activate
@@ -93,7 +93,7 @@ Package: vlc-qt
 Architecture: any
 Depends: vlc (= ${Source-Version}), ${shlibs:Depends}
 Provides: vlc-gui
-Description: Qt plugin for vlc
+Description: Qt interface plugin for vlc
  VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution.
  .
  This plugin adds a Qt interface to vlc, the VideoLAN Client. To
@@ -102,7 +102,7 @@ Description: Qt plugin for vlc
 Package: vlc-mad
 Architecture: any
 Depends: vlc (= ${Source-Version}), ${shlibs:Depends}
-Description: MAD plugin for vlc
+Description: MAD audio codec plugin for vlc
  VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution.
  .
  This plugin adds support for libmad, the MPEG audio decoder library,
@@ -113,7 +113,7 @@ Description: MAD plugin for vlc
 Package: vlc-arts
 Architecture: any
 Depends: vlc (= ${Source-Version}), ${shlibs:Depends}
-Description: aRts plugin for vlc
+Description: aRts audio output plugin for vlc
  VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution.
  .
  This plugin adds support for the aRts Sound System to vlc, the
@@ -123,7 +123,7 @@ Description: aRts plugin for vlc
 Package: vlc-lirc
 Architecture: any
 Depends: vlc (= ${Source-Version}), ${shlibs:Depends}
-Description: lirc (infrared remote control) plugin for vlc
+Description: lirc (infrared remote control) interface plugin for vlc
  VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution.
  .
  This plugin is an infrared lirc interface for vlc, the
@@ -132,9 +132,40 @@ Description: lirc (infrared remote control) plugin for vlc
 Package: vlc-aa
 Architecture: any
 Depends: vlc (= ${Source-Version}), ${shlibs:Depends}
-Description: ASCII art plugin for vlc
+Description: ASCII art video output plugin for vlc
  VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution.
  .
  This is an ASCII art video output plugin for vlc, the VideoLAN
  Client. To activate it, use the `--vout aa' flag or select the `aa'
  vout plugin from the preferences menu.
+
+Package: vlc-xosd
+Architecture: any
+Depends: vlc (= ${Source-Version}), ${shlibs:Depends}
+Description: X On-Screen Display plugin for vlc
+ VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution.
+ .
+ This is an On-Screen Display plugin for vlc, the VideoLAN Client. To
+ activate it, use the `--intf xosd' flag or select the `xosd' interface
+ plugin from the preferences menu.
+
+Package: mozilla-plugin-vlc
+Architecture: any
+Depends: vlc (= ${Source-Version}), mozilla, ${shlibs:Depends}
+Description: a multimedia plugin for Mozilla, based on vlc
+ VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution.
+ .
+ This plugin adds support for MPEG, MPEG2, DVD and DivX to your Mozilla
+ browser. The decoding process is done by vlc and the output window is
+ embedded in a webpage or directly in the browser window. There is also
+ support for fullscreen display.
+
+Package: vlc-kde
+Architecture: any
+Depends: vlc (= ${Source-Version}), ${shlibs:Depends}
+Provides: vlc-gui
+Description: KDE interface plugin for vlc
+ VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution.
+ .
+ This plugin adds a KDE interface to vlc, the VideoLAN Client. To
+ activate it, use the `--intf kde' flag or run the `kvlc' program.
diff --git a/debian/mozilla-plugin-vlc.dirs b/debian/mozilla-plugin-vlc.dirs
new file mode 100644 (file)
index 0000000..2e6d5f6
--- /dev/null
@@ -0,0 +1,2 @@
+usr/lib
+usr/share/doc
index 93e9ddadd161900909d32e924efbc392e0044ff8..afd464db54d0f123bcfd2c8c70c8704a141ae401 100755 (executable)
@@ -9,7 +9,7 @@
 export DH_COMPAT=3
 
 # Compilation options
-export CONFIG_FLAGS="--enable-release --prefix=/usr --enable-gnome --enable-gtk --enable-fb --enable-ggi --enable-sdl --enable-esd --enable-qt --enable-mad --enable-arts --enable-alsa --enable-lirc --enable-a52 --enable-aa --enable-dvbpsi"
+export CONFIG_FLAGS="--enable-release --prefix=/usr --enable-gnome --enable-gtk --enable-fb --enable-ggi --enable-sdl --enable-esd --enable-qt --enable-mad --enable-arts --enable-alsa --enable-lirc --enable-a52 --enable-aa --enable-dvbpsi --enable-xosd --enable-mozilla --enable-kde"
 # Remove --without-dvdcss here in non-totalitarian countries
 export DVDCSS_FLAGS="--enable-dvd --without-dvdcss"
 
@@ -55,19 +55,24 @@ install: build
        # make symlinks for packages and install plugins
        case $(DEB_BUILD_ARCH) in \
        i386) \
-               ARCH_ALIASES="ggi gtk gnome esd sdl qt arts mad alsa lirc aa glide" ;; \
+               ARCH_ALIASES="ggi gtk gnome esd sdl qt arts mad alsa lirc aa xosd kde glide" ;; \
        *) \
-               ARCH_ALIASES="ggi gtk gnome esd sdl qt arts mad alsa lirc aa" ;; \
+               ARCH_ALIASES="ggi gtk gnome esd sdl qt arts mad alsa lirc aa xosd kde" ;; \
        esac ;\
        for alias in $$ARCH_ALIASES ; do \
                ln -s vlc debian/vlc-$$alias/usr/share/doc/vlc-$$alias ; \
                mv debian/vlc/usr/lib/vlc/$$alias.so \
                        debian/vlc-$$alias/usr/lib/vlc/ ; done
 
+       # do the same for the mozilla plugin
+       ln -s vlc debian/mozilla-plugin-vlc/usr/share/doc/mozilla-plugin-vlc
+       mv debian/vlc/usr/lib/mozilla debian/mozilla-plugin-vlc/usr/lib
+
+       # move binary aliases
        mv debian/vlc/usr/bin/gvlc debian/vlc-gtk/usr/bin/
        mv debian/vlc/usr/bin/gnome-vlc debian/vlc-gnome/usr/bin/
        mv debian/vlc/usr/bin/qvlc debian/vlc-qt/usr/bin/
-       #mv debian/vlc/usr/bin/kvlc debian/vlc-kde/usr/bin/
+       mv debian/vlc/usr/bin/kvlc debian/vlc-kde/usr/bin/
 
        mv debian/vlc/$(VIDDIR)/vlc48x48.png debian/vlc/$(PIXDIR)/vlc.png
        mv debian/vlc/$(VIDDIR)/gvlc32x32.xpm debian/vlc-gtk/$(VIDDIR)/gvlc.xpm
@@ -76,8 +81,8 @@ install: build
        mv debian/vlc/$(VIDDIR)/gnome-vlc48x48.png debian/vlc-gnome/$(PIXDIR)/gnome-vlc.png
        mv debian/vlc/$(VIDDIR)/qvlc32x32.xpm debian/vlc-qt/$(VIDDIR)/qvlc.xpm
        mv debian/vlc/$(VIDDIR)/qvlc48x48.png debian/vlc-qt/$(PIXDIR)/qvlc.png
-       #mv debian/vlc/$(VIDDIR)/kvlc32x32.xpm debian/vlc-kde/$(VIDDIR)/kvlc.xpm
-       #mv debian/vlc/$(VIDDIR)/kvlc48x48.png debian/vlc-kde/$(PIXDIR)/kvlc.png
+       mv debian/vlc/$(VIDDIR)/kvlc32x32.xpm debian/vlc-kde/$(VIDDIR)/kvlc.xpm
+       mv debian/vlc/$(VIDDIR)/kvlc48x48.png debian/vlc-kde/$(PIXDIR)/kvlc.png
 
        cp debian/vlc.desktop debian/vlc/$(GNOMEDIR)
        cp debian/gvlc.desktop debian/vlc-gtk/$(GNOMEDIR)
@@ -87,7 +92,7 @@ install: build
        ln -s vlc.1.gz debian/vlc-gtk/usr/share/man/man1/gvlc.1.gz
        ln -s vlc.1.gz debian/vlc-gnome/usr/share/man/man1/gnome-vlc.1.gz
        ln -s vlc.1.gz debian/vlc-qt/usr/share/man/man1/qvlc.1.gz
-       #ln -s vlc.1.gz debian/vlc-kde/usr/share/man/man1/kvlc.1.gz
+       ln -s vlc.1.gz debian/vlc-kde/usr/share/man/man1/kvlc.1.gz
 
 # Build architecture-independent files here.
 binary-indep: build install
@@ -109,7 +114,7 @@ binary-arch: build install
        dh_installman doc/vlc.1
 #      dh_installinfo
 #      dh_undocumented
-       dh_installchangelogs -Nvlc-gnome -Nvlc-gtk -Nvlc-ggi -Nvlc-glide -Nvlc-esd -Nvlc-alsa -Nvlc-sdl -Nvlc-qt -Nvlc-arts -Nvlc-mad -Nvlc-lirc -Nvlc-aa ChangeLog
+       dh_installchangelogs -Nvlc-gnome -Nvlc-gtk -Nvlc-ggi -Nvlc-glide -Nvlc-esd -Nvlc-alsa -Nvlc-sdl -Nvlc-qt -Nvlc-arts -Nvlc-mad -Nvlc-lirc -Nvlc-aa -Nvlc-xosd -Nvlc-kde -Nmozilla-plugin-vlc ChangeLog
        dh_link
        dh_strip
        dh_compress
diff --git a/mozilla/Makefile b/mozilla/Makefile
new file mode 100644 (file)
index 0000000..f9d4dcc
--- /dev/null
@@ -0,0 +1,38 @@
+###############################################################################
+# vlc (VideoLAN Client) Mozilla plugin Makefile
+# (c)2002 VideoLAN
+###############################################################################
+
+#
+# Source objects
+#
+C_SRC = vlcplugin.c npunix.c
+C_OBJ = $(C_SRC:%.c=%.o)
+
+PLUGIN_OBJ = libvlcplugin.so
+
+#
+# Virtual targets
+#
+all: $(PLUGIN_OBJ)
+
+clean:
+       rm -f *.o *.so
+       rm -Rf .dep
+
+install:
+       mkdir -p $(DESTDIR)$(libdir)/mozilla/plugins
+       $(INSTALL) -m 644 $(PLUGIN_OBJ) $(DESTDIR)$(libdir)/mozilla/plugins
+
+uninstall:
+       rm -f $(DESTDIR)$(libdir)/mozilla/plugins/$(PLUGIN_OBJ)
+
+FORCE:
+
+$(PLUGIN_OBJ): Makefile $(C_OBJ)
+       $(CC) -shared $(LDFLAGS) -L../lib $(mozilla_LDFLAGS) $(C_OBJ) -lvlc $(BUILTIN_OBJ:%=../%) $(builtins_LDFLAGS) -o $@
+       chmod a-x $@
+
+$(C_OBJ): %.o: %.c
+       $(CC) $(CFLAGS) -I../include $(mozilla_CFLAGS) -c $< -o $@
+
diff --git a/mozilla/npunix.c b/mozilla/npunix.c
new file mode 100644 (file)
index 0000000..1c742d6
--- /dev/null
@@ -0,0 +1,406 @@
+/*
+ * npunix.c
+ *
+ * Netscape Client Plugin API
+ * - Wrapper function to interface with the Netscape Navigator
+ *
+ * dp Suresh <dp@netscape.com>
+ *
+ *----------------------------------------------------------------------
+ * PLUGIN DEVELOPERS:
+ *     YOU WILL NOT NEED TO EDIT THIS FILE.
+ *----------------------------------------------------------------------
+ */
+
+#define XP_UNIX 1
+
+#include <stdio.h>
+#include "npapi.h"
+#include "npupp.h"
+
+/*
+ * Define PLUGIN_TRACE to have the wrapper functions print
+ * messages to stderr whenever they are called.
+ */
+
+#ifdef PLUGIN_TRACE
+#include <stdio.h>
+#define PLUGINDEBUGSTR(msg)    fprintf(stderr, "%s\n", msg)
+#else
+#define PLUGINDEBUGSTR(msg)
+#endif
+
+
+/***********************************************************************
+ *
+ * Globals
+ *
+ ***********************************************************************/
+
+static NPNetscapeFuncs   gNetscapeFuncs;       /* Netscape Function table */
+
+
+/***********************************************************************
+ *
+ * Wrapper functions : plugin calling Netscape Navigator
+ *
+ * These functions let the plugin developer just call the APIs
+ * as documented and defined in npapi.h, without needing to know
+ * about the function table and call macros in npupp.h.
+ *
+ ***********************************************************************/
+
+void
+NPN_Version(int* plugin_major, int* plugin_minor,
+            int* netscape_major, int* netscape_minor)
+{
+       *plugin_major = NP_VERSION_MAJOR;
+       *plugin_minor = NP_VERSION_MINOR;
+
+       /* Major version is in high byte */
+       *netscape_major = gNetscapeFuncs.version >> 8;
+       /* Minor version is in low byte */
+       *netscape_minor = gNetscapeFuncs.version & 0xFF;
+}
+
+NPError
+NPN_GetValue(NPP instance, NPNVariable variable, void *r_value)
+{
+       return CallNPN_GetValueProc(gNetscapeFuncs.getvalue,
+                                       instance, variable, r_value);
+}
+
+NPError
+NPN_GetURL(NPP instance, const char* url, const char* window)
+{
+       return CallNPN_GetURLProc(gNetscapeFuncs.geturl, instance, url, window);
+}
+
+NPError
+NPN_PostURL(NPP instance, const char* url, const char* window,
+            uint32 len, const char* buf, NPBool file)
+{
+       return CallNPN_PostURLProc(gNetscapeFuncs.posturl, instance,
+                                       url, window, len, buf, file);
+}
+
+NPError
+NPN_RequestRead(NPStream* stream, NPByteRange* rangeList)
+{
+       return CallNPN_RequestReadProc(gNetscapeFuncs.requestread,
+                                       stream, rangeList);
+}
+
+NPError
+NPN_NewStream(NPP instance, NPMIMEType type, const char *window,
+             NPStream** stream_ptr)
+{
+       return CallNPN_NewStreamProc(gNetscapeFuncs.newstream, instance,
+                                       type, window, stream_ptr);
+}
+
+int32
+NPN_Write(NPP instance, NPStream* stream, int32 len, void* buffer)
+{
+       return CallNPN_WriteProc(gNetscapeFuncs.write, instance,
+                                       stream, len, buffer);
+}
+
+NPError
+NPN_DestroyStream(NPP instance, NPStream* stream, NPError reason)
+{
+       return CallNPN_DestroyStreamProc(gNetscapeFuncs.destroystream,
+                                               instance, stream, reason);
+}
+
+void
+NPN_Status(NPP instance, const char* message)
+{
+       CallNPN_StatusProc(gNetscapeFuncs.status, instance, message);
+}
+
+const char*
+NPN_UserAgent(NPP instance)
+{
+       return CallNPN_UserAgentProc(gNetscapeFuncs.uagent, instance);
+}
+
+void*
+NPN_MemAlloc(uint32 size)
+{
+       return CallNPN_MemAllocProc(gNetscapeFuncs.memalloc, size);
+}
+
+void NPN_MemFree(void* ptr)
+{
+       CallNPN_MemFreeProc(gNetscapeFuncs.memfree, ptr);
+}
+
+uint32 NPN_MemFlush(uint32 size)
+{
+       return CallNPN_MemFlushProc(gNetscapeFuncs.memflush, size);
+}
+
+void NPN_ReloadPlugins(NPBool reloadPages)
+{
+       CallNPN_ReloadPluginsProc(gNetscapeFuncs.reloadplugins, reloadPages);
+}
+
+JRIEnv* NPN_GetJavaEnv()
+{
+       return CallNPN_GetJavaEnvProc(gNetscapeFuncs.getJavaEnv);
+}
+
+jref NPN_GetJavaPeer(NPP instance)
+{
+       return CallNPN_GetJavaPeerProc(gNetscapeFuncs.getJavaPeer,
+                                      instance);
+}
+
+
+/***********************************************************************
+ *
+ * Wrapper functions : Netscape Navigator -> plugin
+ *
+ * These functions let the plugin developer just create the APIs
+ * as documented and defined in npapi.h, without needing to 
+ * install those functions in the function table or worry about
+ * setting up globals for 68K plugins.
+ *
+ ***********************************************************************/
+
+NPError
+Private_New(NPMIMEType pluginType, NPP instance, uint16 mode,
+               int16 argc, char* argn[], char* argv[], NPSavedData* saved)
+{
+       NPError ret;
+       PLUGINDEBUGSTR("New");
+       ret = NPP_New(pluginType, instance, mode, argc, argn, argv, saved);
+       return ret;     
+}
+
+NPError
+Private_Destroy(NPP instance, NPSavedData** save)
+{
+       PLUGINDEBUGSTR("Destroy");
+       return NPP_Destroy(instance, save);
+}
+
+NPError
+Private_SetWindow(NPP instance, NPWindow* window)
+{
+       NPError err;
+       PLUGINDEBUGSTR("SetWindow");
+       err = NPP_SetWindow(instance, window);
+       return err;
+}
+
+NPError
+Private_NewStream(NPP instance, NPMIMEType type, NPStream* stream,
+                       NPBool seekable, uint16* stype)
+{
+       NPError err;
+       PLUGINDEBUGSTR("NewStream");
+       err = NPP_NewStream(instance, type, stream, seekable, stype);
+       return err;
+}
+
+int32
+Private_WriteReady(NPP instance, NPStream* stream)
+{
+       unsigned int result;
+       PLUGINDEBUGSTR("WriteReady");
+       result = NPP_WriteReady(instance, stream);
+       return result;
+}
+
+int32
+Private_Write(NPP instance, NPStream* stream, int32 offset, int32 len,
+               void* buffer)
+{
+       unsigned int result;
+       PLUGINDEBUGSTR("Write");
+       result = NPP_Write(instance, stream, offset, len, buffer);
+       return result;
+}
+
+void
+Private_StreamAsFile(NPP instance, NPStream* stream, const char* fname)
+{
+       PLUGINDEBUGSTR("StreamAsFile");
+       NPP_StreamAsFile(instance, stream, fname);
+}
+
+
+NPError
+Private_DestroyStream(NPP instance, NPStream* stream, NPError reason)
+{
+       NPError err;
+       PLUGINDEBUGSTR("DestroyStream");
+       err = NPP_DestroyStream(instance, stream, reason);
+       return err;
+}
+
+
+void
+Private_Print(NPP instance, NPPrint* platformPrint)
+{
+       PLUGINDEBUGSTR("Print");
+       NPP_Print(instance, platformPrint);
+}
+
+JRIGlobalRef
+Private_GetJavaClass(void)
+{
+    jref clazz = NPP_GetJavaClass();
+    if (clazz) {
+       JRIEnv* env = NPN_GetJavaEnv();
+       return JRI_NewGlobalRef(env, clazz);
+    }
+    return NULL;
+}
+
+/*********************************************************************** 
+ *
+ * These functions are located automagically by netscape.
+ *
+ ***********************************************************************/
+
+/*
+ * NP_GetMIMEDescription
+ *     - Netscape needs to know about this symbol
+ *     - Netscape uses the return value to identify when an object instance
+ *       of this plugin should be created.
+ */
+char *
+NP_GetMIMEDescription(void)
+{
+       return NPP_GetMIMEDescription();
+}
+
+/*
+ * NP_GetValue [optional]
+ *     - Netscape needs to know about this symbol.
+ *     - Interfaces with plugin to get values for predefined variables
+ *       that the navigator needs.
+ */
+NPError
+NP_GetValue(void *future, NPPVariable variable, void *value)
+{
+       return NPP_GetValue(future, variable, value);
+}
+
+/*
+ * NP_Initialize
+ *     - Netscape needs to know about this symbol.
+ *     - It calls this function after looking up its symbol before it
+ *       is about to create the first ever object of this kind.
+ *
+ * PARAMETERS
+ *    nsTable  - The netscape function table. If developers just use these
+ *               wrappers, they dont need to worry about all these function
+ *               tables.
+ * RETURN
+ *    pluginFuncs
+ *             - This functions needs to fill the plugin function table
+ *               pluginFuncs and return it. Netscape Navigator plugin
+ *               library will use this function table to call the plugin.
+ *
+ */
+NPError
+NP_Initialize(NPNetscapeFuncs* nsTable, NPPluginFuncs* pluginFuncs)
+{
+       NPError err = NPERR_NO_ERROR;
+
+       PLUGINDEBUGSTR("NP_Initialize");
+       
+       /* validate input parameters */
+
+       if ((nsTable == NULL) || (pluginFuncs == NULL))
+               err = NPERR_INVALID_FUNCTABLE_ERROR;
+       
+       /*
+        * Check the major version passed in Netscape's function table.
+        * We won't load if the major version is newer than what we expect.
+        * Also check that the function tables passed in are big enough for
+        * all the functions we need (they could be bigger, if Netscape added
+        * new APIs, but that's OK with us -- we'll just ignore them).
+        *
+        */
+
+       if (err == NPERR_NO_ERROR) {
+               if ((nsTable->version >> 8) > NP_VERSION_MAJOR)
+                       err = NPERR_INCOMPATIBLE_VERSION_ERROR;
+               if (nsTable->size < sizeof(NPNetscapeFuncs))
+                       err = NPERR_INVALID_FUNCTABLE_ERROR;
+               if (pluginFuncs->size < sizeof(NPPluginFuncs))          
+                       err = NPERR_INVALID_FUNCTABLE_ERROR;
+       }
+               
+       
+       if (err == NPERR_NO_ERROR) {
+               /*
+                * Copy all the fields of Netscape function table into our
+                * copy so we can call back into Netscape later.  Note that
+                * we need to copy the fields one by one, rather than assigning
+                * the whole structure, because the Netscape function table
+                * could actually be bigger than what we expect.
+                */
+               gNetscapeFuncs.version       = nsTable->version;
+               gNetscapeFuncs.size          = nsTable->size;
+               gNetscapeFuncs.posturl       = nsTable->posturl;
+               gNetscapeFuncs.geturl        = nsTable->geturl;
+               gNetscapeFuncs.requestread   = nsTable->requestread;
+               gNetscapeFuncs.newstream     = nsTable->newstream;
+               gNetscapeFuncs.write         = nsTable->write;
+               gNetscapeFuncs.destroystream = nsTable->destroystream;
+               gNetscapeFuncs.status        = nsTable->status;
+               gNetscapeFuncs.uagent        = nsTable->uagent;
+               gNetscapeFuncs.memalloc      = nsTable->memalloc;
+               gNetscapeFuncs.memfree       = nsTable->memfree;
+               gNetscapeFuncs.memflush      = nsTable->memflush;
+               gNetscapeFuncs.reloadplugins = nsTable->reloadplugins;
+               gNetscapeFuncs.getJavaEnv    = nsTable->getJavaEnv;
+               gNetscapeFuncs.getJavaPeer   = nsTable->getJavaPeer;
+               gNetscapeFuncs.getvalue      = nsTable->getvalue;
+
+               /*
+                * Set up the plugin function table that Netscape will use to
+                * call us.  Netscape needs to know about our version and size
+                * and have a UniversalProcPointer for every function we
+                * implement.
+                */
+               pluginFuncs->version    = (NP_VERSION_MAJOR << 8) + NP_VERSION_MINOR;
+               pluginFuncs->size       = sizeof(NPPluginFuncs);
+               pluginFuncs->newp       = NewNPP_NewProc(Private_New);
+               pluginFuncs->destroy    = NewNPP_DestroyProc(Private_Destroy);
+               pluginFuncs->setwindow  = NewNPP_SetWindowProc(Private_SetWindow);
+               pluginFuncs->newstream  = NewNPP_NewStreamProc(Private_NewStream);
+               pluginFuncs->destroystream = NewNPP_DestroyStreamProc(Private_DestroyStream);
+               pluginFuncs->asfile     = NewNPP_StreamAsFileProc(Private_StreamAsFile);
+               pluginFuncs->writeready = NewNPP_WriteReadyProc(Private_WriteReady);
+               pluginFuncs->write      = NewNPP_WriteProc(Private_Write);
+               pluginFuncs->print      = NewNPP_PrintProc(Private_Print);
+               pluginFuncs->event      = NULL;
+               pluginFuncs->javaClass  = Private_GetJavaClass();
+
+               err = NPP_Initialize();
+       }
+       
+       return err;
+}
+
+/*
+ * NP_Shutdown [optional]
+ *     - Netscape needs to know about this symbol.
+ *     - It calls this function after looking up its symbol after
+ *       the last object of this kind has been destroyed.
+ *
+ */
+NPError
+NP_Shutdown(void)
+{
+       PLUGINDEBUGSTR("NP_Shutdown");
+       NPP_Shutdown();
+       return NPERR_NO_ERROR;
+}
diff --git a/mozilla/vlcplugin.c b/mozilla/vlcplugin.c
new file mode 100644 (file)
index 0000000..256ff3f
--- /dev/null
@@ -0,0 +1,464 @@
+/*****************************************************************************
+ * vlcplugin.c: a VideoLAN Client plugin for Mozilla
+ *****************************************************************************
+ * Copyright (C) 2002 VideoLAN
+ * $Id: vlcplugin.c,v 1.1 2002/07/04 18:11:57 sam Exp $
+ *
+ * Authors: Samuel Hocevar <sam@zoy.org>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
+ *****************************************************************************/
+
+/*****************************************************************************
+ * Preamble
+ *****************************************************************************/
+#include <stdio.h>
+#include <string.h>
+
+/* Mozilla stuff */
+#include <plugin/npapi.h>
+
+/* X11 stuff */
+#include <X11/Xlib.h>
+#include <X11/Intrinsic.h>
+#include <X11/StringDefs.h>
+
+/* vlc stuff */
+#include <vlc/vlc.h>
+
+#include "vlcplugin.h"
+
+/*******************************************************************************
+ * Unix-only declarations
+ ******************************************************************************/
+static void Redraw( Widget w, XtPointer closure, XEvent *event );
+
+/*******************************************************************************
+ * UNIX-only API calls
+ ******************************************************************************/
+char* NPP_GetMIMEDescription( void )
+{
+    return( PLUGIN_MIMETYPES );
+}
+
+NPError NPP_GetValue(NPP instance, NPPVariable variable, void *value)
+{
+    NPError err = NPERR_NO_ERROR;
+    if (variable == NPPVpluginNameString)
+        *((char **)value) = PLUGIN_NAME;
+    else if (variable == NPPVpluginDescriptionString)
+        *((char **)value) = PLUGIN_DESCRIPTION;
+    else
+        err = NPERR_GENERIC_ERROR;
+
+    return err;
+}
+
+/*******************************************************************************
+ * General Plug-in Calls
+ ******************************************************************************/
+NPError NPP_Initialize( void )
+{
+    fprintf(stderr, "NPP_Initialize\n");
+    return NPERR_NO_ERROR;
+}
+
+jref NPP_GetJavaClass( void )
+{
+    return NULL;               /* Java disabled */
+}
+
+void NPP_Shutdown( void )
+{
+    /* Java disabled */
+}
+
+NPError NPP_New( NPMIMEType pluginType, NPP instance, uint16 mode, int16 argc,
+                 char* argn[], char* argv[], NPSavedData* saved )
+{
+    NPError result = NPERR_NO_ERROR;
+    PluginInstance* This;
+    int i_ret;
+    int i;
+
+    char *ppsz_foo[] =
+    {
+        "vlc",
+        //"--plugin-path", "/home/sam/videolan/vlc_MAIN/plugins",
+        "--vout", "xvideo,x11,dummy",
+        "--intf", "dummy",
+        "--noaudio",
+        //"-v"
+    };
+
+    fprintf(stderr, "NPP_New\n");
+
+    if (instance == NULL)
+        return NPERR_INVALID_INSTANCE_ERROR;
+        
+    instance->pdata = NPN_MemAlloc(sizeof(PluginInstance));
+    
+    This = (PluginInstance*) instance->pdata;
+
+    if (This == NULL)
+        return NPERR_OUT_OF_MEMORY_ERROR;
+
+    {
+        /* mode is NP_EMBED, NP_FULL, or NP_BACKGROUND (see npapi.h) */
+        This->fMode = mode;
+        This->fWindow = NULL;
+
+        This->window = 0;
+    }
+
+    This->p_vlc = vlc_create();
+    if( This->p_vlc == NULL )
+    {
+        return NPERR_GENERIC_ERROR;
+    }
+
+    i_ret = vlc_init( This->p_vlc, sizeof(ppsz_foo)/sizeof(char*), ppsz_foo );
+    if( i_ret )
+    {
+        vlc_destroy( This->p_vlc );
+        This->p_vlc = NULL;
+        return NPERR_GENERIC_ERROR;
+    }
+
+    i_ret = vlc_run( This->p_vlc );
+    if( i_ret )
+    {
+        vlc_end( This->p_vlc );
+        vlc_destroy( This->p_vlc );
+        This->p_vlc = NULL;
+        return NPERR_GENERIC_ERROR;
+    }
+
+    This->b_stream = 0;
+    This->psz_target = NULL;
+
+    for( i = 0; i < argc ; i++ )
+    {
+        fprintf(stderr, "arg %i: '%s' = '%s'\n", i, argn[i], argv[i]);
+        if(!strcmp(argn[i],"target"))
+        {
+            fprintf(stderr, "target specified: %s\n", argv[i]);
+            This->psz_target = strdup( argv[i] );
+        }
+        else
+        {
+            //__config_PutPsz( This->psz_target, argn[i], argv[i] );
+        }
+    }
+
+    return result;
+}
+
+NPError NPP_Destroy( NPP instance, NPSavedData** save )
+{
+    PluginInstance* This;
+
+    fprintf(stderr, "NPP_Destroy\n");
+
+    if (instance == NULL)
+        return NPERR_INVALID_INSTANCE_ERROR;
+
+    This = (PluginInstance*) instance->pdata;
+
+    if( This->p_vlc != NULL )
+    {
+        vlc_stop( This->p_vlc );
+        vlc_end( This->p_vlc );
+        vlc_destroy( This->p_vlc );
+        This->p_vlc = NULL;
+    }
+
+    if( This->psz_target )
+    {
+        free( This->psz_target );
+        This->psz_target = NULL;
+    }
+
+    if (This != NULL) {
+        NPN_MemFree(instance->pdata);
+        instance->pdata = NULL;
+    }
+
+    return NPERR_NO_ERROR;
+}
+
+NPError NPP_SetWindow( NPP instance, NPWindow* window )
+{
+    NPError result = NPERR_NO_ERROR;
+    PluginInstance* This;
+
+    fprintf(stderr, "NPP_SetWindow\n");
+
+    if (instance == NULL)
+        return NPERR_INVALID_INSTANCE_ERROR;
+
+    This = (PluginInstance*) instance->pdata;
+
+    __config_PutInt( This->p_vlc, "x11-drawable", window->window );
+    __config_PutInt( This->p_vlc, "xvideo-drawable", window->window );
+    /*
+     * PLUGIN DEVELOPERS:
+     * Before setting window to point to the
+     * new window, you may wish to compare the new window
+     * info to the previous window (if any) to note window
+     * size changes, etc.
+     */
+    
+    {
+        Widget netscape_widget;
+
+        This->window = (Window) window->window;
+        This->x = window->x;
+        This->y = window->y;
+        This->width = window->width;
+        This->height = window->height;
+        This->display = ((NPSetWindowCallbackStruct *)window->ws_info)->display;
+
+        netscape_widget = XtWindowToWidget(This->display, This->window);
+        XtAddEventHandler(netscape_widget, ExposureMask, FALSE, (XtEventHandler)Redraw, This);
+        Redraw(netscape_widget, (XtPointer)This, NULL);
+    }
+
+    This->fWindow = window;
+
+#if 1
+    if( !This->b_stream )
+    {
+        This->b_stream = 1;
+        if( This->psz_target )
+        {
+            vlc_add_target( This->p_vlc, This->psz_target, PLAYLIST_APPEND, PLAYLIST_END );
+                    /* We loop, dude */
+            vlc_add_target( This->p_vlc, "vlc:loop", PLAYLIST_APPEND, PLAYLIST_END );
+        }
+    }
+#endif
+
+    return result;
+}
+
+
+NPError NPP_NewStream( NPP instance, NPMIMEType type, NPStream *stream, 
+                       NPBool seekable, uint16 *stype )
+{
+    PluginInstance* This;
+
+    fprintf(stderr, "NPP_NewStream - FILE mode !!\n");
+
+    if (instance == NULL)
+        return NPERR_INVALID_INSTANCE_ERROR;
+
+    This = (PluginInstance*) instance->pdata;
+
+    /* We want a *filename* ! */
+    *stype = NP_ASFILE;
+
+#if 0
+    if( This->b_stream == 0 )
+    {
+        This->psz_target = strdup( stream->url );
+        This->b_stream = 1;
+    }
+#endif
+
+    return NPERR_NO_ERROR;
+}
+
+
+/* PLUGIN DEVELOPERS:
+ *     These next 2 functions are directly relevant in a plug-in which
+ *     handles the data in a streaming manner. If you want zero bytes
+ *     because no buffer space is YET available, return 0. As long as
+ *     the stream has not been written to the plugin, Navigator will
+ *     continue trying to send bytes.  If the plugin doesn't want them,
+ *     just return some large number from NPP_WriteReady(), and
+ *     ignore them in NPP_Write().  For a NP_ASFILE stream, they are
+ *     still called but can safely be ignored using this strategy.
+ */
+
+int32 STREAMBUFSIZE = 0X0FFFFFFF; /* If we are reading from a file in NPAsFile
+                   * mode so we can take any size stream in our
+                   * write call (since we ignore it) */
+
+#define SARASS_SIZE (1024*1024)
+
+int32 NPP_WriteReady( NPP instance, NPStream *stream )
+{
+    PluginInstance* This;
+
+    fprintf(stderr, "NPP_WriteReady\n");
+
+    if (instance != NULL)
+    {
+        This = (PluginInstance*) instance->pdata;
+        /* Muahahahahahahaha */
+        return STREAMBUFSIZE;
+        //return SARASS_SIZE;
+    }
+
+    /* Number of bytes ready to accept in NPP_Write() */
+    return STREAMBUFSIZE;
+    //return 0;
+}
+
+
+int32 NPP_Write( NPP instance, NPStream *stream, int32 offset,
+                 int32 len, void *buffer )
+{
+    fprintf(stderr, "NPP_Write %i\n", len);
+
+    if (instance != NULL)
+    {
+        //PluginInstance* This = (PluginInstance*) instance->pdata;
+    }
+
+    return len;                /* The number of bytes accepted */
+}
+
+
+NPError NPP_DestroyStream( NPP instance, NPStream *stream, NPError reason )
+{
+    PluginInstance* This;
+    fprintf(stderr, "NPP_DestroyStream\n");
+
+    if (instance == NULL)
+        return NPERR_INVALID_INSTANCE_ERROR;
+    This = (PluginInstance*) instance->pdata;
+
+    return NPERR_NO_ERROR;
+}
+
+
+void NPP_StreamAsFile( NPP instance, NPStream *stream, const char* fname )
+{
+    PluginInstance* This;
+    fprintf(stderr, "NPP_StreamAsFile\n");
+    if (instance != NULL)
+    {
+        This = (PluginInstance*) instance->pdata;
+        vlc_add_target( This->p_vlc, fname, PLAYLIST_APPEND, PLAYLIST_END );
+                /* We loop, dude */
+        vlc_add_target( This->p_vlc, "vlc:loop", PLAYLIST_APPEND, PLAYLIST_END );
+    }
+}
+
+
+void NPP_Print( NPP instance, NPPrint* printInfo )
+{
+    fprintf(stderr, "NPP_Print\n");
+
+    if(printInfo == NULL)
+        return;
+
+    if (instance != NULL) {
+        PluginInstance* This = (PluginInstance*) instance->pdata;
+    
+        if (printInfo->mode == NP_FULL) {
+            /*
+             * PLUGIN DEVELOPERS:
+             * If your plugin would like to take over
+             * printing completely when it is in full-screen mode,
+             * set printInfo->pluginPrinted to TRUE and print your
+             * plugin as you see fit.  If your plugin wants Netscape
+             * to handle printing in this case, set
+             * printInfo->pluginPrinted to FALSE (the default) and
+             * do nothing.  If you do want to handle printing
+             * yourself, printOne is true if the print button
+             * (as opposed to the print menu) was clicked.
+             * On the Macintosh, platformPrint is a THPrint; on
+             * Windows, platformPrint is a structure
+             * (defined in npapi.h) containing the printer name, port,
+             * etc.
+             */
+
+            void* platformPrint =
+                printInfo->print.fullPrint.platformPrint;
+            NPBool printOne =
+                printInfo->print.fullPrint.printOne;
+            
+            /* Do the default*/
+            printInfo->print.fullPrint.pluginPrinted = FALSE;
+        }
+        else { /* If not fullscreen, we must be embedded */
+            /*
+             * PLUGIN DEVELOPERS:
+             * If your plugin is embedded, or is full-screen
+             * but you returned false in pluginPrinted above, NPP_Print
+             * will be called with mode == NP_EMBED.  The NPWindow
+             * in the printInfo gives the location and dimensions of
+             * the embedded plugin on the printed page.  On the
+             * Macintosh, platformPrint is the printer port; on
+             * Windows, platformPrint is the handle to the printing
+             * device context.
+             */
+
+            NPWindow* printWindow =
+                &(printInfo->print.embedPrint.window);
+            void* platformPrint =
+                printInfo->print.embedPrint.platformPrint;
+        }
+    }
+}
+
+/*******************************************************************************
+// NPP_URLNotify:
+// Notifies the instance of the completion of a URL request. 
+// 
+// NPP_URLNotify is called when Netscape completes a NPN_GetURLNotify or
+// NPN_PostURLNotify request, to inform the plug-in that the request,
+// identified by url, has completed for the reason specified by reason. The most
+// common reason code is NPRES_DONE, indicating simply that the request
+// completed normally. Other possible reason codes are NPRES_USER_BREAK,
+// indicating that the request was halted due to a user action (for example,
+// clicking the "Stop" button), and NPRES_NETWORK_ERR, indicating that the
+// request could not be completed (for example, because the URL could not be
+// found). The complete list of reason codes is found in npapi.h. 
+// 
+// The parameter notifyData is the same plug-in-private value passed as an
+// argument to the corresponding NPN_GetURLNotify or NPN_PostURLNotify
+// call, and can be used by your plug-in to uniquely identify the request. 
+ ******************************************************************************/
+void NPP_URLNotify( NPP instance, const char* url, NPReason reason,
+                    void* notifyData )
+{
+}
+
+/*******************************************************************************
+ * UNIX-only methods
+ ******************************************************************************/
+static void Redraw( Widget w, XtPointer closure, XEvent *event )
+{
+    PluginInstance* This = (PluginInstance*)closure;
+    GC gc;
+    XGCValues gcv;
+    const char* text = "hello d00dZ, I'm in void Redraw()";
+
+    XtVaGetValues(w, XtNbackground, &gcv.background,
+                  XtNforeground, &gcv.foreground, 0);
+    gc = XCreateGC(This->display, This->window, 
+                   GCForeground|GCBackground, &gcv);
+    XDrawRectangle(This->display, This->window, gc, 
+                   0, 0, This->width-1, This->height-1);
+    XDrawString(This->display, This->window, gc, 
+                This->width/2 - 100, This->height/2,
+                text, strlen(text));
+    return;
+}
+
diff --git a/mozilla/vlcplugin.h b/mozilla/vlcplugin.h
new file mode 100644 (file)
index 0000000..04859a4
--- /dev/null
@@ -0,0 +1,64 @@
+/*****************************************************************************
+ * videolan.c: a VideoLAN plugin for Mozilla
+ *****************************************************************************
+ * Copyright (C) 2002 VideoLAN
+ * $Id: vlcplugin.h,v 1.1 2002/07/04 18:11:57 sam Exp $
+ *
+ * Authors: Samuel Hocevar <sam@zoy.org>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
+ *****************************************************************************/
+
+/*******************************************************************************
+ * Instance state information about the plugin.
+ ******************************************************************************/
+typedef struct _PluginInstance
+{
+    NPWindow* fWindow;
+    uint16 fMode;
+
+    /* UNIX data members */
+    Window window;
+    Display *display;
+    uint32 x, y;
+    uint32 width, height;
+
+    /* vlc data members */
+    vlc_t *p_vlc;
+    int b_stream;
+    char *psz_target;
+
+} PluginInstance;
+
+/*******************************************************************************
+ * Plugin properties.
+ ******************************************************************************/
+#define PLUGIN_NAME         "VideoLAN Client Plug-in"
+#define PLUGIN_DESCRIPTION  "VideoLAN Client (VLC) Multimedia Player Plug-in"
+
+#define PLUGIN_MIMETYPES \
+    /* MPEG audio */ \
+    "audio/mpeg:mp2,mp3:MPEG audio;" \
+    "audio/x-mpeg:mp2,mp3:MPEG audio;" \
+    /* MPEG video */ \
+    "video/mpeg:mpg,mpeg:MPEG video;" \
+    "video/x-mpeg:mpg,mpeg:MPEG video;" \
+    "video/mpeg-system:mpg,mpeg:MPEG video;" \
+    "video/x-mpeg-system:mpg,mpeg:MPEG video;" \
+    /* AVI video */ \
+    "video/x-msvideo:avi:AVI video;" \
+    /* explicit plugin call */ \
+    "application/x-vlc-plugin::VLC plugin"
+
index 43801cee6e04966e9d4e48a4a2eee51aa46123f7..9a48cda3f21ede1aca4b960a9f335f84282468a2 100644 (file)
--- a/po/de.po
+++ b/po/de.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: vlc 0.73.3\n"
-"POT-Creation-Date: 2002-06-11 11:25+0200\n"
+"POT-Creation-Date: 2002-07-04 15:32+0200\n"
 "PO-Revision-Date: 2002-04-18 23:38+0100\n"
 "Last-Translator: Thomas Graf <tgr@reeler.org>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -14,13 +14,13 @@ msgstr ""
 "Content-Type: text/plain; charset=iso-8859-1\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: src/libvlc.c:281
+#: src/libvlc.c:284
 #, c-format
 msgid "Usage: %s [options] [parameters] [file]...\n"
 msgstr "Usage: %s [Optionen] [Parameter] [Date]...\n"
 
 #. Print module name
-#: src/libvlc.c:898
+#: src/libvlc.c:902
 #, fuzzy, c-format
 msgid ""
 "%s module options:\n"
@@ -28,27 +28,27 @@ msgid ""
 msgstr "%s Modul Optionen:\n"
 
 #. We could also have "=<" here
-#: src/libvlc.c:919 src/misc/configuration.c:813
+#: src/libvlc.c:923 src/misc/configuration.c:813
 msgid "string"
 msgstr "text"
 
-#: src/libvlc.c:922 src/misc/configuration.c:798
+#: src/libvlc.c:926 src/misc/configuration.c:798
 msgid "integer"
 msgstr "zahl"
 
-#: src/libvlc.c:925 src/misc/configuration.c:805
+#: src/libvlc.c:929 src/misc/configuration.c:805
 msgid "float"
 msgstr "gleitpunktzahl"
 
-#: src/libvlc.c:931
+#: src/libvlc.c:935
 msgid " (default enabled)"
 msgstr ""
 
-#: src/libvlc.c:932
+#: src/libvlc.c:936
 msgid " (default disabled)"
 msgstr ""
 
-#: src/libvlc.c:1014 src/libvlc.c:1063 src/libvlc.c:1087 src/libvlc.c:1106
+#: src/libvlc.c:1018 src/libvlc.c:1067 src/libvlc.c:1091 src/libvlc.c:1110
 #, fuzzy
 msgid ""
 "\n"
@@ -58,19 +58,19 @@ msgstr ""
 "Drück die Eingabetaste um weiterzufahren..."
 
 #. Usage
-#: src/libvlc.c:1037
+#: src/libvlc.c:1041
 #, fuzzy, c-format
 msgid ""
 "Usage: %s [options] [parameters] [file]...\n"
 "\n"
 msgstr "Usage: %s [Optionen] [Parameter] [Date]...\n"
 
-#: src/libvlc.c:1040
+#: src/libvlc.c:1044
 #, fuzzy
 msgid "[module]              [description]\n"
 msgstr "[Modul]               [Beschreibung]"
 
-#: src/libvlc.c:1081
+#: src/libvlc.c:1085
 msgid ""
 "This program comes with NO WARRANTY, to the extent permitted by law.\n"
 "You may redistribute it under the terms of the GNU General Public License;\n"
@@ -136,10 +136,22 @@ msgstr ""
 "Diese Option erlaubt Dir den Standard Suchpfad für Dateien festzulegen."
 
 #: src/libvlc.h:58
+msgid "plugin search path"
+msgstr ""
+
+#: src/libvlc.h:60
+#, fuzzy
+msgid ""
+"This option allows you to specify an additional path for vlc to lookfor its "
+"plugins."
+msgstr ""
+"Diese Option erlaubt Dir den Standard Suchpfad für Dateien festzulegen."
+
+#: src/libvlc.h:63
 msgid "audio output module"
 msgstr "Audio Ausgabe Modul"
 
-#: src/libvlc.h:60
+#: src/libvlc.h:65
 msgid ""
 "This option allows you to select the audio output method used by vlc. The "
 "default behavior is to automatically select the best method available."
@@ -147,12 +159,12 @@ msgstr ""
 "Diese Option erlaubt Dir den Audio Ausgabemodus festzulegen.\n"
 "Merke Dir, standardmässig wird die beste Methode ausgewählt."
 
-#: src/libvlc.h:64
+#: src/libvlc.h:69
 #, fuzzy
 msgid "enable audio"
 msgstr "Audio deaktivieren"
 
-#: src/libvlc.h:66
+#: src/libvlc.h:71
 #, fuzzy
 msgid ""
 "You can completely disable the audio output. In this case the audio decoding "
@@ -161,29 +173,29 @@ msgstr ""
 "Dies wird die Audio Ausgabe komplett deaktivieren. Die Audiodekodierung wird "
 "ebenfalls deaktiviert, dadurch kann Prozessorzeit gespart werden."
 
-#: src/libvlc.h:69
+#: src/libvlc.h:74
 #, fuzzy
 msgid "force mono audio"
 msgstr "Mono Audio"
 
-#: src/libvlc.h:70
+#: src/libvlc.h:75
 msgid "This will force a mono audio output"
 msgstr "Dies wird Audio Mono Ausgabe forcieren."
 
-#: src/libvlc.h:72
+#: src/libvlc.h:77
 msgid "audio output volume"
 msgstr "Audio Ausgabelautstärke"
 
-#: src/libvlc.h:74
+#: src/libvlc.h:79
 msgid ""
 "You can set the default audio output volume here, in a range from 0 to 1024."
 msgstr "Du kannst hier die standard Lautstärke zwischen 0 und 1024 festlegen."
 
-#: src/libvlc.h:77
+#: src/libvlc.h:82
 msgid "audio output format"
 msgstr "Audio Ausgabeformat"
 
-#: src/libvlc.h:79
+#: src/libvlc.h:84
 msgid ""
 "You can force the audio output format here.\n"
 "0 -> 16 bits signed native endian (default)\n"
@@ -207,11 +219,11 @@ msgstr ""
 "7 -> mpeg2 audio (unsupported)\n"
 "8 -> ac3 pass-through"
 
-#: src/libvlc.h:90
+#: src/libvlc.h:95
 msgid "audio output frequency (Hz)"
 msgstr "Audio Ausgabefrequenz (Hz)"
 
-#: src/libvlc.h:92
+#: src/libvlc.h:97
 #, fuzzy
 msgid ""
 "You can force the audio output frequency here. Common values are 48000, "
@@ -220,11 +232,11 @@ msgstr ""
 "Hiermit kannst du die standard Audio Ausgabefrequenz festlegen.\n"
 "Normale Werte sind 48000, 44100, 32000, 22050, 16000, 11025, 8000"
 
-#: src/libvlc.h:95
+#: src/libvlc.h:100
 msgid "compensate desynchronization of audio (in ms)"
 msgstr "Audio Desynchronisation ausgleichen (in ms)"
 
-#: src/libvlc.h:97
+#: src/libvlc.h:102
 msgid ""
 "This option allows you to delay the audio output. This can be handy if you "
 "notice a lag between the video and the audio."
@@ -232,11 +244,11 @@ msgstr ""
 "Diese Option erlaubt Dir die Audio Ausgabe zu verzögern. Dies kann hilfreich "
 "sein wenn du eine Verzögerung zwischen Video und Audio feststellst."
 
-#: src/libvlc.h:100
+#: src/libvlc.h:105
 msgid "video output module"
 msgstr "Video Ausgabe Modul"
 
-#: src/libvlc.h:102
+#: src/libvlc.h:107
 #, fuzzy
 msgid ""
 "This option allows you to select the video output method used by vlc. The "
@@ -245,12 +257,12 @@ msgstr ""
 "Diese Option erlaubt Dir den standard Video Ausgabemodus festzulegen.\n"
 "Merke Dir, standardmässig wird die beste Methode ausgewählt."
 
-#: src/libvlc.h:106
+#: src/libvlc.h:111
 #, fuzzy
 msgid "enable video"
 msgstr "Video deaktivieren"
 
-#: src/libvlc.h:108
+#: src/libvlc.h:113
 #, fuzzy
 msgid ""
 "You can completely disable the video output. In this case the video decoding "
@@ -259,49 +271,49 @@ msgstr ""
 "Dies wird die Video Ausgabe komplett deaktivieren. Die Videodekodierung wird "
 "ebenfalls deaktiviert, dadurch kann Prozessorzeit gespart werden."
 
-#: src/libvlc.h:111
+#: src/libvlc.h:116
 msgid "display identifier"
 msgstr ""
 
-#: src/libvlc.h:113
+#: src/libvlc.h:118
 msgid ""
 "This is the local display port that will be used for X11 drawing. For "
 "instance :0.1."
 msgstr ""
 
-#: src/libvlc.h:116
+#: src/libvlc.h:121
 msgid "video width"
 msgstr "Video Breite"
 
-#: src/libvlc.h:118
+#: src/libvlc.h:123
 msgid ""
 "You can enforce the video width here. By default vlc will adapt to the video "
 "characteristics."
 msgstr ""
 
-#: src/libvlc.h:121
+#: src/libvlc.h:126
 msgid "video height"
 msgstr "Video Höhe"
 
-#: src/libvlc.h:123
+#: src/libvlc.h:128
 msgid ""
 "You can enforce the video height here. By default vlc will adapt to the "
 "video characteristics."
 msgstr ""
 
-#: src/libvlc.h:126
+#: src/libvlc.h:131
 msgid "zoom video"
 msgstr ""
 
-#: src/libvlc.h:128
+#: src/libvlc.h:133
 msgid "You can zoom the video by the specified factor."
 msgstr ""
 
-#: src/libvlc.h:130
+#: src/libvlc.h:135
 msgid "grayscale video output"
 msgstr "Graustufen Videoausgabe"
 
-#: src/libvlc.h:132
+#: src/libvlc.h:137
 #, fuzzy
 msgid ""
 "When enabled, the color information from the video won't be decoded (this "
@@ -310,22 +322,22 @@ msgstr ""
 "Dies wird die Farbendekodierung komplett deaktivieren, dadurch kann "
 "Prozessorzeit gespart werden."
 
-#: src/libvlc.h:135
+#: src/libvlc.h:140
 msgid "fullscreen video output"
 msgstr "Vollbild Videoausgabe"
 
-#: src/libvlc.h:137
+#: src/libvlc.h:142
 msgid ""
 "If this option is enabled, vlc will always start a video in fullscreen mode."
 msgstr ""
 "Wenn diese Option aktiviert ist, wird vlc immer im Vollbildmodus starten"
 
-#: src/libvlc.h:140
+#: src/libvlc.h:145
 #, fuzzy
 msgid "overlay video output"
 msgstr "Graustufen Videoausgabe"
 
-#: src/libvlc.h:142
+#: src/libvlc.h:147
 #, fuzzy
 msgid ""
 "If enabled, vlc will try to take advantage of the overlay capabilities of "
@@ -334,145 +346,145 @@ msgstr ""
 "Standardmässig wird vlc versuchen die Vorteile (Overlay Erweiterungen) "
 "deiner Grafikkarte zu nutzen."
 
-#: src/libvlc.h:145
+#: src/libvlc.h:150
 msgid "force SPU position"
 msgstr "SPU Position forcieren"
 
-#: src/libvlc.h:147
+#: src/libvlc.h:152
 msgid ""
 "You can use this option to place the subtitles under the movie, instead of "
 "over the movie. Try several positions."
 msgstr ""
 
-#: src/libvlc.h:150
+#: src/libvlc.h:155
 msgid "video filter module"
 msgstr "Video Filter Modul"
 
-#: src/libvlc.h:152
+#: src/libvlc.h:157
 msgid ""
 "This will allow you to add a post-processing filter to enhance the picture "
 "quality, for instance deinterlacing, or to clone or distort the video window."
 msgstr ""
 
-#: src/libvlc.h:156
+#: src/libvlc.h:161
 msgid "server port"
 msgstr "Server Port"
 
-#: src/libvlc.h:158
+#: src/libvlc.h:163
 msgid "This is the port used for UDP streams. By default, we chose 1234."
 msgstr ""
 
-#: src/libvlc.h:160
+#: src/libvlc.h:165
 msgid "enable network channel mode"
 msgstr "Netzwerk Kanal Modus aktivieren"
 
-#: src/libvlc.h:162
+#: src/libvlc.h:167
 msgid "Activate this option if you want to use the VideoLAN Channel Server."
 msgstr ""
 
-#: src/libvlc.h:164
+#: src/libvlc.h:169
 msgid "channel server address"
 msgstr "Kanal Server Adresse"
 
-#: src/libvlc.h:166
+#: src/libvlc.h:171
 msgid "Indicate here the address of the VideoLAN Channel Server."
 msgstr ""
 
-#: src/libvlc.h:168
+#: src/libvlc.h:173
 msgid "channel server port"
 msgstr "Kanal Server Port"
 
-#: src/libvlc.h:170
+#: src/libvlc.h:175
 msgid "Indicate here the port on which the VideoLAN Channel Server runs."
 msgstr ""
 
-#: src/libvlc.h:172
+#: src/libvlc.h:177
 msgid "network interface"
 msgstr "Netzwerk Schnittstelle"
 
-#: src/libvlc.h:174
+#: src/libvlc.h:179
 msgid ""
 "If you have several interfaces on your Linux machine and use the VLAN "
 "solution, you may indicate here which interface to use."
 msgstr ""
 
-#: src/libvlc.h:177
+#: src/libvlc.h:182
 msgid "choose program (SID)"
 msgstr "Programm wählen (SID)"
 
-#: src/libvlc.h:179
+#: src/libvlc.h:184
 msgid "Choose the program to select by giving its Service ID."
 msgstr "Wähl das Programm indem du eine Service ID eingibst"
 
-#: src/libvlc.h:181
+#: src/libvlc.h:186
 msgid "choose audio"
 msgstr "Audio wählen"
 
-#: src/libvlc.h:183
+#: src/libvlc.h:188
 msgid "Give the default type of audio you want to use in a DVD."
 msgstr ""
 
-#: src/libvlc.h:185
+#: src/libvlc.h:190
 msgid "choose channel"
 msgstr "Kanal wählen"
 
-#: src/libvlc.h:187
+#: src/libvlc.h:192
 msgid ""
 "Give the stream number of the audio channel you want to use in a DVD (from 1 "
 "to n)."
 msgstr ""
 
-#: src/libvlc.h:190
+#: src/libvlc.h:195
 msgid "choose subtitles"
 msgstr "Untertitel wählen"
 
-#: src/libvlc.h:192
+#: src/libvlc.h:197
 msgid ""
 "Give the stream number of the subtitle channel you want to use in a DVD "
 "(from 1 to n)."
 msgstr ""
 
-#: src/libvlc.h:195
+#: src/libvlc.h:200
 msgid "DVD device"
 msgstr "DVD Gerät"
 
-#: src/libvlc.h:197
+#: src/libvlc.h:202
 msgid "This is the default DVD device to use."
 msgstr ""
 
-#: src/libvlc.h:199
+#: src/libvlc.h:204
 msgid "VCD device"
 msgstr "VCD Gerät"
 
-#: src/libvlc.h:201
+#: src/libvlc.h:206
 msgid "This is the default VCD device to use."
 msgstr ""
 
-#: src/libvlc.h:203
+#: src/libvlc.h:208
 msgid "force IPv6"
 msgstr "IPv6 forcieren"
 
-#: src/libvlc.h:205
+#: src/libvlc.h:210
 msgid ""
 "If you check this box, IPv6 will be used by default for all UDP and HTTP "
 "connections."
 msgstr ""
 
-#: src/libvlc.h:208
+#: src/libvlc.h:213
 msgid "force IPv4"
 msgstr "IPv4 forcieren"
 
-#: src/libvlc.h:210
+#: src/libvlc.h:215
 msgid ""
 "If you check this box, IPv4 will be used by default for all UDP and HTTP "
 "connections."
 msgstr ""
 
-#: src/libvlc.h:213
+#: src/libvlc.h:218
 msgid "choose MPEG audio decoder"
 msgstr "MPEG Audio Dekoder wählen"
 
-#: src/libvlc.h:215
+#: src/libvlc.h:220
 #, fuzzy
 msgid ""
 "This allows you to select the MPEG audio decoder you want to use. Common "
@@ -481,11 +493,11 @@ msgstr ""
 "Diese Option erlaubt Dir den Audio Ausgabemodus festzulegen.\n"
 "Merke Dir, standardmässig wird die beste Methode ausgewählt."
 
-#: src/libvlc.h:218
+#: src/libvlc.h:223
 msgid "choose AC3 audio decoder"
 msgstr "AC3 Audio Dekoder wählen"
 
-#: src/libvlc.h:220
+#: src/libvlc.h:225
 #, fuzzy
 msgid ""
 "This allows you to select the AC3/A52 audio decoder you want to use. Common "
@@ -494,130 +506,130 @@ msgstr ""
 "Diese Option erlaubt Dir den Audio Ausgabemodus festzulegen.\n"
 "Merke Dir, standardmässig wird die beste Methode ausgewählt."
 
-#: src/libvlc.h:223
+#: src/libvlc.h:228
 #, fuzzy
 msgid "enable CPU MMX support"
 msgstr "MMX Unterstützung deaktivieren"
 
-#: src/libvlc.h:225
+#: src/libvlc.h:230
 msgid ""
 "If your processor supports the MMX instructions set, vlc can take advantage "
 "of them."
 msgstr ""
 
-#: src/libvlc.h:228
+#: src/libvlc.h:233
 #, fuzzy
 msgid "enable CPU 3D Now! support"
 msgstr "3D Now! Unterstützung deaktivieren"
 
-#: src/libvlc.h:230
+#: src/libvlc.h:235
 msgid ""
 "If your processor supports the 3D Now! instructions set, vlc can take "
 "advantage of them."
 msgstr ""
 
-#: src/libvlc.h:233
+#: src/libvlc.h:238
 #, fuzzy
 msgid "enable CPU MMX EXT support"
 msgstr "MMX EXT Unterstützung deaktivieren."
 
-#: src/libvlc.h:235
+#: src/libvlc.h:240
 msgid ""
 "If your processor supports the MMX EXT instructions set, vlc can take "
 "advantage of them."
 msgstr ""
 
-#: src/libvlc.h:238
+#: src/libvlc.h:243
 #, fuzzy
 msgid "enable CPU SSE support"
 msgstr "SSE Unterstüzung deaktivieren"
 
-#: src/libvlc.h:240
+#: src/libvlc.h:245
 msgid ""
 "If your processor supports the SSE instructions set, vlc can take can take "
 "advantage of them."
 msgstr ""
 
-#: src/libvlc.h:243
+#: src/libvlc.h:248
 #, fuzzy
 msgid "enable CPU AltiVec support"
 msgstr "AltiVec Unterstützung deaktiveren"
 
-#: src/libvlc.h:245
+#: src/libvlc.h:250
 msgid ""
 "If your processor supports the AltiVec instructions set, vlc can take "
 "advantage of them."
 msgstr ""
 
-#: src/libvlc.h:248
+#: src/libvlc.h:253
 msgid "launch playlist on startup"
 msgstr "Abspielliste aufrufen beim Starten"
 
-#: src/libvlc.h:250
+#: src/libvlc.h:255
 msgid "If you want vlc to start playing on startup, then enable this option."
 msgstr ""
 
-#: src/libvlc.h:252
+#: src/libvlc.h:257
 #, fuzzy
 msgid "enqueue items in playlist"
 msgstr "Standardmässig in die Abspielliste einreihen"
 
-#: src/libvlc.h:254
+#: src/libvlc.h:259
 msgid ""
 "If you want vlc to add items to the playlist as you open them, then enable "
 "this option."
 msgstr ""
 
-#: src/libvlc.h:257
+#: src/libvlc.h:262
 msgid "loop playlist on end"
 msgstr "Abspielliste endlos abspielen"
 
-#: src/libvlc.h:259
+#: src/libvlc.h:264
 msgid ""
 "If you want vlc to keep playing the playlist indefinitely then enable this "
 "option."
 msgstr ""
 
-#: src/libvlc.h:262
+#: src/libvlc.h:267
 msgid "memory copy module"
 msgstr "Speicherkopier Modul"
 
-#: src/libvlc.h:264
+#: src/libvlc.h:269
 msgid ""
 "You can select wich memory copy module you want to use. By default vlc will "
 "select the fastest one supported by your hardware."
 msgstr ""
 
-#: src/libvlc.h:267
+#: src/libvlc.h:272
 #, fuzzy
 msgid "access module"
 msgstr "Oberfläche Modul"
 
-#: src/libvlc.h:269
+#: src/libvlc.h:274
 msgid "This is a legacy entry to let you configure access modules"
 msgstr ""
 
-#: src/libvlc.h:271
+#: src/libvlc.h:276
 #, fuzzy
 msgid "demux module"
 msgstr "Hilfe Modul"
 
-#: src/libvlc.h:273
+#: src/libvlc.h:278
 msgid "This is a legacy entry to let you configure demux modules"
 msgstr ""
 
-#: src/libvlc.h:275
+#: src/libvlc.h:280
 msgid "fast pthread on NT/2K/XP (developpers only)"
 msgstr ""
 
-#: src/libvlc.h:277
+#: src/libvlc.h:282
 msgid ""
 "On Windows NT/2K/XP we use a slow but correct pthread implementation, you "
 "can also use this faster implementation but you might experience problems "
 "with it."
 msgstr ""
 
-#: src/libvlc.h:281
+#: src/libvlc.h:286
 #, fuzzy
 msgid ""
 "\n"
@@ -649,39 +661,39 @@ msgstr ""
 "  vlc:quit                       \tVLC beenden"
 
 #. Interface options
-#: src/libvlc.h:315
+#: src/libvlc.h:320
 msgid "Interface"
 msgstr "Oberfläche"
 
 #. Audio options
-#: src/libvlc.h:323
+#: src/libvlc.h:329
 msgid "Audio"
 msgstr ""
 
 #. Video options
-#: plugins/directx/directx.c:53 plugins/dummy/dummy.c:51 src/libvlc.h:333
+#: plugins/directx/directx.c:53 plugins/dummy/dummy.c:51 src/libvlc.h:339
 msgid "Video"
 msgstr ""
 
 #. Input options
-#: plugins/satellite/satellite.c:66 src/libvlc.h:346
+#: plugins/satellite/satellite.c:66 src/libvlc.h:352
 msgid "Input"
 msgstr "Eingabe"
 
 #. Decoder options
-#: src/libvlc.h:365
+#: src/libvlc.h:371
 msgid "Decoders"
 msgstr "Dekoder"
 
 #. CPU options
-#: src/libvlc.h:370
+#: src/libvlc.h:376
 msgid "CPU"
 msgstr "Prozessor"
 
 #. Playlist options
 #: plugins/gtk/gnome_interface.c:506 plugins/gtk/gnome_interface.c:1824
 #: plugins/gtk/gnome_interface.c:1848 plugins/gtk/gtk_interface.c:611
-#: plugins/gtk/gtk_interface.c:2105 src/libvlc.h:378
+#: plugins/gtk/gtk_interface.c:2105 src/libvlc.h:384
 msgid "Playlist"
 msgstr "Abspielliste"
 
@@ -692,37 +704,37 @@ msgstr "Abspielliste"
 #: plugins/filter/wall.c:57 plugins/ggi/ggi.c:64 plugins/gtk/gnome.c:73
 #: plugins/gtk/gtk.c:71 plugins/mad/mad_adec.c:66 plugins/mga/xmga.c:106
 #: plugins/mpeg_vdec/video_parser.c:96 plugins/text/logger.c:86
-#: plugins/win32/win32.cpp:48 plugins/x11/x11.c:55 plugins/x11/xvideo.c:65
-#: src/libvlc.h:384
+#: plugins/win32/win32.cpp:48 plugins/x11/x11.c:64 plugins/x11/xvideo.c:74
+#: src/libvlc.h:390
 msgid "Miscellaneous"
 msgstr "Sonstiges"
 
-#: src/libvlc.h:399
+#: src/libvlc.h:405
 msgid "main program"
 msgstr "Hauptprogramm"
 
-#: src/libvlc.h:411
+#: src/libvlc.h:417
 msgid "print help"
 msgstr "Hilfetext anzeigen"
 
-#: src/libvlc.h:412
+#: src/libvlc.h:418
 msgid "print detailed help"
 msgstr "Detailierter Hilfetext anzeigen"
 
-#: src/libvlc.h:413
+#: src/libvlc.h:419
 msgid "print a list of available modules"
 msgstr "Liste allen verfügbaren Plugins ausgeben"
 
-#: src/libvlc.h:414
+#: src/libvlc.h:420
 #, fuzzy
 msgid "print help on module"
 msgstr "Hilfe über Modul <text> ausgeben"
 
-#: src/libvlc.h:415
+#: src/libvlc.h:421
 msgid "print version information"
 msgstr "Versionsinformationen ausgeben."
 
-#: src/libvlc.h:416
+#: src/libvlc.h:422
 #, fuzzy
 msgid "print build information"
 msgstr "Versionsinformationen ausgeben."
@@ -1385,6 +1397,7 @@ msgid "About"
 msgstr "Über uns"
 
 #: plugins/gtk/gnome_interface.c:1118 plugins/gtk/gtk_interface.c:1345
+#: plugins/kde/kde.cpp:123
 msgid "(C) 1996, 1997, 1998, 1999, 2000, 2001, 2002 - the VideoLAN Team"
 msgstr "(C) 1996, 1997, 1998, 1999, 2000, 2001, 2002 - das VideoLAN Team"
 
@@ -1399,6 +1412,7 @@ msgid ""
 msgstr ""
 
 #: plugins/gtk/gnome_interface.c:1120 plugins/gtk/gtk_interface.c:1371
+#: plugins/kde/kde.cpp:120
 msgid ""
 "This is the VideoLAN client, a DVD and MPEG player. It can play MPEG and "
 "MPEG 2 files from a file or from a network source."
@@ -1801,7 +1815,7 @@ msgstr "SSE AC3 IMDCT Modul"
 msgid "KDE interface module"
 msgstr "KDE Öberflace Modul"
 
-#: plugins/lirc/lirc.c:64
+#: plugins/lirc/lirc.c:66
 msgid "infrared remote control module"
 msgstr "Infrarot Fernbedienung Modul"
 
@@ -2101,7 +2115,26 @@ msgstr ""
 msgid "Win32 interface module"
 msgstr "Win32 Oberfläche Modul"
 
-#: plugins/x11/x11.c:61
+#: plugins/x11/x11.c:54 plugins/x11/xvideo.c:64
+#, fuzzy
+msgid "X11 drawable"
+msgstr "X11 Modul"
+
+#: plugins/x11/x11.c:56 plugins/x11/xvideo.c:66
+msgid ""
+"Specify a X11 drawable to use instead of opening a new window. This option "
+"is DANGEROUS, use with care."
+msgstr ""
+
+#: plugins/x11/x11.c:59 plugins/x11/xvideo.c:69
+msgid "use shared memory"
+msgstr ""
+
+#: plugins/x11/x11.c:61 plugins/x11/xvideo.c:71
+msgid "Use shared memory to communicate between vlc and the X server."
+msgstr ""
+
+#: plugins/x11/x11.c:74
 msgid "X11 module"
 msgstr "X11 Modul"
 
@@ -2131,7 +2164,7 @@ msgid ""
 "to improve performances by using the most efficient one."
 msgstr ""
 
-#: plugins/x11/xvideo.c:73
+#: plugins/x11/xvideo.c:86
 msgid "XVideo extension module"
 msgstr "XVideo Erweiterung Modul"
 
index b07b94cae25e6773764681888a3562fbeaabcaf9..469ab63d7f6c2de2dfe25c3449eef9f29232e240 100644 (file)
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2002-06-11 11:25+0200\n"
+"POT-Creation-Date: 2002-07-04 15:32+0200\n"
 "PO-Revision-Date: 2002-04-22 09:56+0200\n"
 "Last-Translator: Samuel Hocevar <sam@zoy.org>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -13,13 +13,13 @@ msgstr ""
 "Content-Type: text/plain; charset=iso-8859-1\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: src/libvlc.c:281
+#: src/libvlc.c:284
 #, c-format
 msgid "Usage: %s [options] [parameters] [file]...\n"
 msgstr ""
 
 #. Print module name
-#: src/libvlc.c:898
+#: src/libvlc.c:902
 #, c-format
 msgid ""
 "%s module options:\n"
@@ -27,45 +27,45 @@ msgid ""
 msgstr ""
 
 #. We could also have "=<" here
-#: src/libvlc.c:919 src/misc/configuration.c:813
+#: src/libvlc.c:923 src/misc/configuration.c:813
 msgid "string"
 msgstr ""
 
-#: src/libvlc.c:922 src/misc/configuration.c:798
+#: src/libvlc.c:926 src/misc/configuration.c:798
 msgid "integer"
 msgstr ""
 
-#: src/libvlc.c:925 src/misc/configuration.c:805
+#: src/libvlc.c:929 src/misc/configuration.c:805
 msgid "float"
 msgstr ""
 
-#: src/libvlc.c:931
+#: src/libvlc.c:935
 msgid " (default enabled)"
 msgstr ""
 
-#: src/libvlc.c:932
+#: src/libvlc.c:936
 msgid " (default disabled)"
 msgstr ""
 
-#: src/libvlc.c:1014 src/libvlc.c:1063 src/libvlc.c:1087 src/libvlc.c:1106
+#: src/libvlc.c:1018 src/libvlc.c:1067 src/libvlc.c:1091 src/libvlc.c:1110
 msgid ""
 "\n"
 "Press the RETURN key to continue...\n"
 msgstr ""
 
 #. Usage
-#: src/libvlc.c:1037
+#: src/libvlc.c:1041
 #, c-format
 msgid ""
 "Usage: %s [options] [parameters] [file]...\n"
 "\n"
 msgstr ""
 
-#: src/libvlc.c:1040
+#: src/libvlc.c:1044
 msgid "[module]              [description]\n"
 msgstr ""
 
-#: src/libvlc.c:1081
+#: src/libvlc.c:1085
 msgid ""
 "This program comes with NO WARRANTY, to the extent permitted by law.\n"
 "You may redistribute it under the terms of the GNU General Public License;\n"
@@ -113,13 +113,15 @@ msgstr ""
 
 #: src/libvlc.h:48
 msgid "color messages"
-msgstr ""
+msgstr "colour messages"
 
 #: src/libvlc.h:50
 msgid ""
 "When this option is turned on, the messages sent to the console will be "
 "colorized. Your terminal needs Linux color support for this to work."
 msgstr ""
+"When this option is turned on, the messages sent to the console will be "
+"colourized. Your terminal needs Linux colour support for this to work."
 
 #: src/libvlc.h:53
 msgid "interface default search path"
@@ -132,49 +134,59 @@ msgid ""
 msgstr ""
 
 #: src/libvlc.h:58
-msgid "audio output module"
+msgid "plugin search path"
 msgstr ""
 
 #: src/libvlc.h:60
 msgid ""
+"This option allows you to specify an additional path for vlc to lookfor its "
+"plugins."
+msgstr ""
+
+#: src/libvlc.h:63
+msgid "audio output module"
+msgstr ""
+
+#: src/libvlc.h:65
+msgid ""
 "This option allows you to select the audio output method used by vlc. The "
 "default behavior is to automatically select the best method available."
 msgstr ""
 "This option allows you to select the audio output method used by vlc. The "
 "default behaviour is to automatically select the best method available."
 
-#: src/libvlc.h:64
+#: src/libvlc.h:69
 msgid "enable audio"
 msgstr ""
 
-#: src/libvlc.h:66
+#: src/libvlc.h:71
 msgid ""
 "You can completely disable the audio output. In this case the audio decoding "
 "stage won't be done, and it will save some processing power."
 msgstr ""
 
-#: src/libvlc.h:69
+#: src/libvlc.h:74
 msgid "force mono audio"
 msgstr ""
 
-#: src/libvlc.h:70
+#: src/libvlc.h:75
 msgid "This will force a mono audio output"
 msgstr ""
 
-#: src/libvlc.h:72
+#: src/libvlc.h:77
 msgid "audio output volume"
 msgstr ""
 
-#: src/libvlc.h:74
+#: src/libvlc.h:79
 msgid ""
 "You can set the default audio output volume here, in a range from 0 to 1024."
 msgstr ""
 
-#: src/libvlc.h:77
+#: src/libvlc.h:82
 msgid "audio output format"
 msgstr ""
 
-#: src/libvlc.h:79
+#: src/libvlc.h:84
 msgid ""
 "You can force the audio output format here.\n"
 "0 -> 16 bits signed native endian (default)\n"
@@ -188,31 +200,31 @@ msgid ""
 "8 -> ac3 pass-through"
 msgstr ""
 
-#: src/libvlc.h:90
+#: src/libvlc.h:95
 msgid "audio output frequency (Hz)"
 msgstr ""
 
-#: src/libvlc.h:92
+#: src/libvlc.h:97
 msgid ""
 "You can force the audio output frequency here. Common values are 48000, "
 "44100, 32000, 22050, 16000, 11025, 8000."
 msgstr ""
 
-#: src/libvlc.h:95
+#: src/libvlc.h:100
 msgid "compensate desynchronization of audio (in ms)"
 msgstr ""
 
-#: src/libvlc.h:97
+#: src/libvlc.h:102
 msgid ""
 "This option allows you to delay the audio output. This can be handy if you "
 "notice a lag between the video and the audio."
 msgstr ""
 
-#: src/libvlc.h:100
+#: src/libvlc.h:105
 msgid "video output module"
 msgstr ""
 
-#: src/libvlc.h:102
+#: src/libvlc.h:107
 msgid ""
 "This option allows you to select the video output method used by vlc. The "
 "default behavior is to automatically select the best method available."
@@ -220,59 +232,59 @@ msgstr ""
 "This option allows you to select the video output method used by vlc. The "
 "default behaviour is to automatically select the best method available."
 
-#: src/libvlc.h:106
+#: src/libvlc.h:111
 msgid "enable video"
 msgstr ""
 
-#: src/libvlc.h:108
+#: src/libvlc.h:113
 msgid ""
 "You can completely disable the video output. In this case the video decoding "
 "stage won't be done, which will save some processing power."
 msgstr ""
 
-#: src/libvlc.h:111
+#: src/libvlc.h:116
 msgid "display identifier"
 msgstr ""
 
-#: src/libvlc.h:113
+#: src/libvlc.h:118
 msgid ""
 "This is the local display port that will be used for X11 drawing. For "
 "instance :0.1."
 msgstr ""
 
-#: src/libvlc.h:116
+#: src/libvlc.h:121
 msgid "video width"
 msgstr ""
 
-#: src/libvlc.h:118
+#: src/libvlc.h:123
 msgid ""
 "You can enforce the video width here. By default vlc will adapt to the video "
 "characteristics."
 msgstr ""
 
-#: src/libvlc.h:121
+#: src/libvlc.h:126
 msgid "video height"
 msgstr ""
 
-#: src/libvlc.h:123
+#: src/libvlc.h:128
 msgid ""
 "You can enforce the video height here. By default vlc will adapt to the "
 "video characteristics."
 msgstr ""
 
-#: src/libvlc.h:126
+#: src/libvlc.h:131
 msgid "zoom video"
 msgstr ""
 
-#: src/libvlc.h:128
+#: src/libvlc.h:133
 msgid "You can zoom the video by the specified factor."
 msgstr ""
 
-#: src/libvlc.h:130
+#: src/libvlc.h:135
 msgid "grayscale video output"
 msgstr "greyscale video output"
 
-#: src/libvlc.h:132
+#: src/libvlc.h:137
 msgid ""
 "When enabled, the color information from the video won't be decoded (this "
 "can also allow you to save some processing power)."
@@ -280,295 +292,295 @@ msgstr ""
 "When enabled, the colour information from the video won't be decoded (this "
 "can also allow you to save some processing power)."
 
-#: src/libvlc.h:135
+#: src/libvlc.h:140
 msgid "fullscreen video output"
 msgstr ""
 
-#: src/libvlc.h:137
+#: src/libvlc.h:142
 msgid ""
 "If this option is enabled, vlc will always start a video in fullscreen mode."
 msgstr ""
 
-#: src/libvlc.h:140
+#: src/libvlc.h:145
 msgid "overlay video output"
 msgstr ""
 
-#: src/libvlc.h:142
+#: src/libvlc.h:147
 msgid ""
 "If enabled, vlc will try to take advantage of the overlay capabilities of "
 "you graphics card."
 msgstr ""
 
-#: src/libvlc.h:145
+#: src/libvlc.h:150
 msgid "force SPU position"
 msgstr ""
 
-#: src/libvlc.h:147
+#: src/libvlc.h:152
 msgid ""
 "You can use this option to place the subtitles under the movie, instead of "
 "over the movie. Try several positions."
 msgstr ""
 
-#: src/libvlc.h:150
+#: src/libvlc.h:155
 msgid "video filter module"
 msgstr ""
 
-#: src/libvlc.h:152
+#: src/libvlc.h:157
 msgid ""
 "This will allow you to add a post-processing filter to enhance the picture "
 "quality, for instance deinterlacing, or to clone or distort the video window."
 msgstr ""
 
-#: src/libvlc.h:156
+#: src/libvlc.h:161
 msgid "server port"
 msgstr ""
 
-#: src/libvlc.h:158
+#: src/libvlc.h:163
 msgid "This is the port used for UDP streams. By default, we chose 1234."
 msgstr ""
 
-#: src/libvlc.h:160
+#: src/libvlc.h:165
 msgid "enable network channel mode"
 msgstr ""
 
-#: src/libvlc.h:162
+#: src/libvlc.h:167
 msgid "Activate this option if you want to use the VideoLAN Channel Server."
 msgstr ""
 
-#: src/libvlc.h:164
+#: src/libvlc.h:169
 msgid "channel server address"
 msgstr ""
 
-#: src/libvlc.h:166
+#: src/libvlc.h:171
 msgid "Indicate here the address of the VideoLAN Channel Server."
 msgstr ""
 
-#: src/libvlc.h:168
+#: src/libvlc.h:173
 msgid "channel server port"
 msgstr ""
 
-#: src/libvlc.h:170
+#: src/libvlc.h:175
 msgid "Indicate here the port on which the VideoLAN Channel Server runs."
 msgstr ""
 
-#: src/libvlc.h:172
+#: src/libvlc.h:177
 msgid "network interface"
 msgstr ""
 
-#: src/libvlc.h:174
+#: src/libvlc.h:179
 msgid ""
 "If you have several interfaces on your Linux machine and use the VLAN "
 "solution, you may indicate here which interface to use."
 msgstr ""
 
-#: src/libvlc.h:177
+#: src/libvlc.h:182
 msgid "choose program (SID)"
 msgstr "choose programme (SID)"
 
-#: src/libvlc.h:179
+#: src/libvlc.h:184
 msgid "Choose the program to select by giving its Service ID."
 msgstr "Choose the programme to select by giving its Service ID."
 
-#: src/libvlc.h:181
+#: src/libvlc.h:186
 msgid "choose audio"
 msgstr ""
 
-#: src/libvlc.h:183
+#: src/libvlc.h:188
 msgid "Give the default type of audio you want to use in a DVD."
 msgstr ""
 
-#: src/libvlc.h:185
+#: src/libvlc.h:190
 msgid "choose channel"
 msgstr ""
 
-#: src/libvlc.h:187
+#: src/libvlc.h:192
 msgid ""
 "Give the stream number of the audio channel you want to use in a DVD (from 1 "
 "to n)."
 msgstr ""
 
-#: src/libvlc.h:190
+#: src/libvlc.h:195
 msgid "choose subtitles"
 msgstr ""
 
-#: src/libvlc.h:192
+#: src/libvlc.h:197
 msgid ""
 "Give the stream number of the subtitle channel you want to use in a DVD "
 "(from 1 to n)."
 msgstr ""
 
-#: src/libvlc.h:195
+#: src/libvlc.h:200
 msgid "DVD device"
 msgstr ""
 
-#: src/libvlc.h:197
+#: src/libvlc.h:202
 msgid "This is the default DVD device to use."
 msgstr ""
 
-#: src/libvlc.h:199
+#: src/libvlc.h:204
 msgid "VCD device"
 msgstr ""
 
-#: src/libvlc.h:201
+#: src/libvlc.h:206
 msgid "This is the default VCD device to use."
 msgstr ""
 
-#: src/libvlc.h:203
+#: src/libvlc.h:208
 msgid "force IPv6"
 msgstr ""
 
-#: src/libvlc.h:205
+#: src/libvlc.h:210
 msgid ""
 "If you check this box, IPv6 will be used by default for all UDP and HTTP "
 "connections."
 msgstr ""
 
-#: src/libvlc.h:208
+#: src/libvlc.h:213
 msgid "force IPv4"
 msgstr ""
 
-#: src/libvlc.h:210
+#: src/libvlc.h:215
 msgid ""
 "If you check this box, IPv4 will be used by default for all UDP and HTTP "
 "connections."
 msgstr ""
 
-#: src/libvlc.h:213
+#: src/libvlc.h:218
 msgid "choose MPEG audio decoder"
 msgstr ""
 
-#: src/libvlc.h:215
+#: src/libvlc.h:220
 msgid ""
 "This allows you to select the MPEG audio decoder you want to use. Common "
 "choices are builtin and mad."
 msgstr ""
 
-#: src/libvlc.h:218
+#: src/libvlc.h:223
 msgid "choose AC3 audio decoder"
 msgstr ""
 
-#: src/libvlc.h:220
+#: src/libvlc.h:225
 msgid ""
 "This allows you to select the AC3/A52 audio decoder you want to use. Common "
 "choices are builtin and a52."
 msgstr ""
 
-#: src/libvlc.h:223
+#: src/libvlc.h:228
 msgid "enable CPU MMX support"
 msgstr ""
 
-#: src/libvlc.h:225
+#: src/libvlc.h:230
 msgid ""
 "If your processor supports the MMX instructions set, vlc can take advantage "
 "of them."
 msgstr ""
 
-#: src/libvlc.h:228
+#: src/libvlc.h:233
 msgid "enable CPU 3D Now! support"
 msgstr ""
 
-#: src/libvlc.h:230
+#: src/libvlc.h:235
 msgid ""
 "If your processor supports the 3D Now! instructions set, vlc can take "
 "advantage of them."
 msgstr ""
 
-#: src/libvlc.h:233
+#: src/libvlc.h:238
 msgid "enable CPU MMX EXT support"
 msgstr ""
 
-#: src/libvlc.h:235
+#: src/libvlc.h:240
 msgid ""
 "If your processor supports the MMX EXT instructions set, vlc can take "
 "advantage of them."
 msgstr ""
 
-#: src/libvlc.h:238
+#: src/libvlc.h:243
 msgid "enable CPU SSE support"
 msgstr ""
 
-#: src/libvlc.h:240
+#: src/libvlc.h:245
 msgid ""
 "If your processor supports the SSE instructions set, vlc can take can take "
 "advantage of them."
 msgstr ""
 
-#: src/libvlc.h:243
+#: src/libvlc.h:248
 msgid "enable CPU AltiVec support"
 msgstr ""
 
-#: src/libvlc.h:245
+#: src/libvlc.h:250
 msgid ""
 "If your processor supports the AltiVec instructions set, vlc can take "
 "advantage of them."
 msgstr ""
 
-#: src/libvlc.h:248
+#: src/libvlc.h:253
 msgid "launch playlist on startup"
 msgstr ""
 
-#: src/libvlc.h:250
+#: src/libvlc.h:255
 msgid "If you want vlc to start playing on startup, then enable this option."
 msgstr ""
 
-#: src/libvlc.h:252
+#: src/libvlc.h:257
 msgid "enqueue items in playlist"
 msgstr ""
 
-#: src/libvlc.h:254
+#: src/libvlc.h:259
 msgid ""
 "If you want vlc to add items to the playlist as you open them, then enable "
 "this option."
 msgstr ""
 
-#: src/libvlc.h:257
+#: src/libvlc.h:262
 msgid "loop playlist on end"
 msgstr ""
 
-#: src/libvlc.h:259
+#: src/libvlc.h:264
 msgid ""
 "If you want vlc to keep playing the playlist indefinitely then enable this "
 "option."
 msgstr ""
 
-#: src/libvlc.h:262
+#: src/libvlc.h:267
 msgid "memory copy module"
 msgstr ""
 
-#: src/libvlc.h:264
+#: src/libvlc.h:269
 msgid ""
 "You can select wich memory copy module you want to use. By default vlc will "
 "select the fastest one supported by your hardware."
 msgstr ""
 
-#: src/libvlc.h:267
+#: src/libvlc.h:272
 msgid "access module"
 msgstr ""
 
-#: src/libvlc.h:269
+#: src/libvlc.h:274
 msgid "This is a legacy entry to let you configure access modules"
 msgstr ""
 
-#: src/libvlc.h:271
+#: src/libvlc.h:276
 msgid "demux module"
 msgstr ""
 
-#: src/libvlc.h:273
+#: src/libvlc.h:278
 msgid "This is a legacy entry to let you configure demux modules"
 msgstr ""
 
-#: src/libvlc.h:275
+#: src/libvlc.h:280
 msgid "fast pthread on NT/2K/XP (developpers only)"
 msgstr ""
 
-#: src/libvlc.h:277
+#: src/libvlc.h:282
 msgid ""
 "On Windows NT/2K/XP we use a slow but correct pthread implementation, you "
 "can also use this faster implementation but you might experience problems "
 "with it."
 msgstr ""
 
-#: src/libvlc.h:281
+#: src/libvlc.h:286
 msgid ""
 "\n"
 "Playlist items:\n"
@@ -585,39 +597,39 @@ msgid ""
 msgstr ""
 
 #. Interface options
-#: src/libvlc.h:315
+#: src/libvlc.h:320
 msgid "Interface"
 msgstr ""
 
 #. Audio options
-#: src/libvlc.h:323
+#: src/libvlc.h:329
 msgid "Audio"
 msgstr ""
 
 #. Video options
-#: plugins/directx/directx.c:53 plugins/dummy/dummy.c:51 src/libvlc.h:333
+#: plugins/directx/directx.c:53 plugins/dummy/dummy.c:51 src/libvlc.h:339
 msgid "Video"
 msgstr ""
 
 #. Input options
-#: plugins/satellite/satellite.c:66 src/libvlc.h:346
+#: plugins/satellite/satellite.c:66 src/libvlc.h:352
 msgid "Input"
 msgstr ""
 
 #. Decoder options
-#: src/libvlc.h:365
+#: src/libvlc.h:371
 msgid "Decoders"
 msgstr ""
 
 #. CPU options
-#: src/libvlc.h:370
+#: src/libvlc.h:376
 msgid "CPU"
 msgstr ""
 
 #. Playlist options
 #: plugins/gtk/gnome_interface.c:506 plugins/gtk/gnome_interface.c:1824
 #: plugins/gtk/gnome_interface.c:1848 plugins/gtk/gtk_interface.c:611
-#: plugins/gtk/gtk_interface.c:2105 src/libvlc.h:378
+#: plugins/gtk/gtk_interface.c:2105 src/libvlc.h:384
 msgid "Playlist"
 msgstr ""
 
@@ -628,36 +640,36 @@ msgstr ""
 #: plugins/filter/wall.c:57 plugins/ggi/ggi.c:64 plugins/gtk/gnome.c:73
 #: plugins/gtk/gtk.c:71 plugins/mad/mad_adec.c:66 plugins/mga/xmga.c:106
 #: plugins/mpeg_vdec/video_parser.c:96 plugins/text/logger.c:86
-#: plugins/win32/win32.cpp:48 plugins/x11/x11.c:55 plugins/x11/xvideo.c:65
-#: src/libvlc.h:384
+#: plugins/win32/win32.cpp:48 plugins/x11/x11.c:64 plugins/x11/xvideo.c:74
+#: src/libvlc.h:390
 msgid "Miscellaneous"
 msgstr ""
 
-#: src/libvlc.h:399
+#: src/libvlc.h:405
 msgid "main program"
 msgstr "main programme"
 
-#: src/libvlc.h:411
+#: src/libvlc.h:417
 msgid "print help"
 msgstr ""
 
-#: src/libvlc.h:412
+#: src/libvlc.h:418
 msgid "print detailed help"
 msgstr ""
 
-#: src/libvlc.h:413
+#: src/libvlc.h:419
 msgid "print a list of available modules"
 msgstr ""
 
-#: src/libvlc.h:414
+#: src/libvlc.h:420
 msgid "print help on module"
 msgstr ""
 
-#: src/libvlc.h:415
+#: src/libvlc.h:421
 msgid "print version information"
 msgstr ""
 
-#: src/libvlc.h:416
+#: src/libvlc.h:422
 msgid "print build information"
 msgstr ""
 
@@ -1314,6 +1326,7 @@ msgid "About"
 msgstr ""
 
 #: plugins/gtk/gnome_interface.c:1118 plugins/gtk/gtk_interface.c:1345
+#: plugins/kde/kde.cpp:123
 msgid "(C) 1996, 1997, 1998, 1999, 2000, 2001, 2002 - the VideoLAN Team"
 msgstr ""
 
@@ -1328,6 +1341,7 @@ msgid ""
 msgstr ""
 
 #: plugins/gtk/gnome_interface.c:1120 plugins/gtk/gtk_interface.c:1371
+#: plugins/kde/kde.cpp:120
 msgid ""
 "This is the VideoLAN client, a DVD and MPEG player. It can play MPEG and "
 "MPEG 2 files from a file or from a network source."
@@ -1723,7 +1737,7 @@ msgstr ""
 msgid "KDE interface module"
 msgstr ""
 
-#: plugins/lirc/lirc.c:64
+#: plugins/lirc/lirc.c:66
 msgid "infrared remote control module"
 msgstr ""
 
@@ -2010,7 +2024,25 @@ msgstr ""
 msgid "Win32 interface module"
 msgstr ""
 
-#: plugins/x11/x11.c:61
+#: plugins/x11/x11.c:54 plugins/x11/xvideo.c:64
+msgid "X11 drawable"
+msgstr ""
+
+#: plugins/x11/x11.c:56 plugins/x11/xvideo.c:66
+msgid ""
+"Specify a X11 drawable to use instead of opening a new window. This option "
+"is DANGEROUS, use with care."
+msgstr ""
+
+#: plugins/x11/x11.c:59 plugins/x11/xvideo.c:69
+msgid "use shared memory"
+msgstr ""
+
+#: plugins/x11/x11.c:61 plugins/x11/xvideo.c:71
+msgid "Use shared memory to communicate between vlc and the X server."
+msgstr ""
+
+#: plugins/x11/x11.c:74
 msgid "X11 module"
 msgstr ""
 
@@ -2037,6 +2069,6 @@ msgid ""
 "to improve performances by using the most efficient one."
 msgstr ""
 
-#: plugins/x11/xvideo.c:73
+#: plugins/x11/xvideo.c:86
 msgid "XVideo extension module"
 msgstr ""
index dad0512835e3e866c435fda2166ab0991aac9fae..4a2365e8590373153c16a3cc392887be55eaabdc 100644 (file)
--- a/po/fr.po
+++ b/po/fr.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2002-06-11 11:25+0200\n"
+"POT-Creation-Date: 2002-07-04 15:32+0200\n"
 "PO-Revision-Date: 2001-12-10 13:32+0100\n"
 "Last-Translator: Samuel Hocevar <sam@zoy.org>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -13,13 +13,13 @@ msgstr ""
 "Content-Type: text/plain; charset=iso-8859-1\n"
 "Content-Transfer-Encoding: 8-bit\n"
 
-#: src/libvlc.c:281
+#: src/libvlc.c:284
 #, c-format
 msgid "Usage: %s [options] [parameters] [file]...\n"
 msgstr "Utilisation: %s [options] [paramètres] [fichier]...\n"
 
 #. Print module name
-#: src/libvlc.c:898
+#: src/libvlc.c:902
 #, c-format
 msgid ""
 "%s module options:\n"
@@ -29,27 +29,27 @@ msgstr ""
 "\n"
 
 #. We could also have "=<" here
-#: src/libvlc.c:919 src/misc/configuration.c:813
+#: src/libvlc.c:923 src/misc/configuration.c:813
 msgid "string"
 msgstr "chaîne"
 
-#: src/libvlc.c:922 src/misc/configuration.c:798
+#: src/libvlc.c:926 src/misc/configuration.c:798
 msgid "integer"
 msgstr "entier"
 
-#: src/libvlc.c:925 src/misc/configuration.c:805
+#: src/libvlc.c:929 src/misc/configuration.c:805
 msgid "float"
 msgstr "flottant"
 
-#: src/libvlc.c:931
+#: src/libvlc.c:935
 msgid " (default enabled)"
 msgstr " (activé par défaut)"
 
-#: src/libvlc.c:932
+#: src/libvlc.c:936
 msgid " (default disabled)"
 msgstr " (désactivé par défaut)"
 
-#: src/libvlc.c:1014 src/libvlc.c:1063 src/libvlc.c:1087 src/libvlc.c:1106
+#: src/libvlc.c:1018 src/libvlc.c:1067 src/libvlc.c:1091 src/libvlc.c:1110
 msgid ""
 "\n"
 "Press the RETURN key to continue...\n"
@@ -58,7 +58,7 @@ msgstr ""
 "Appuyez sur ENTRÉE pour continuer...\n"
 
 #. Usage
-#: src/libvlc.c:1037
+#: src/libvlc.c:1041
 #, c-format
 msgid ""
 "Usage: %s [options] [parameters] [file]...\n"
@@ -67,11 +67,11 @@ msgstr ""
 "Utilisation: %s [options] [paramètres] [fichier]...\n"
 "\n"
 
-#: src/libvlc.c:1040
+#: src/libvlc.c:1044
 msgid "[module]              [description]\n"
 msgstr "[module]              [description]\n"
 
-#: src/libvlc.c:1081
+#: src/libvlc.c:1085
 msgid ""
 "This program comes with NO WARRANTY, to the extent permitted by law.\n"
 "You may redistribute it under the terms of the GNU General Public License;\n"
@@ -145,10 +145,22 @@ msgstr ""
 "utilisera pour ouvrir un fichier."
 
 #: src/libvlc.h:58
+msgid "plugin search path"
+msgstr ""
+
+#: src/libvlc.h:60
+msgid ""
+"This option allows you to specify an additional path for vlc to lookfor its "
+"plugins."
+msgstr ""
+"Cette option permet de choisir un chemin supplémentaire pour les plugins que "
+"vlc va rechercher."
+
+#: src/libvlc.h:63
 msgid "audio output module"
 msgstr "module de sortie audio"
 
-#: src/libvlc.h:60
+#: src/libvlc.h:65
 msgid ""
 "This option allows you to select the audio output method used by vlc. The "
 "default behavior is to automatically select the best method available."
@@ -157,11 +169,11 @@ msgstr ""
 "Le comportement par défaut est de choisir automatiquement le meilleur module "
 "disponible."
 
-#: src/libvlc.h:64
+#: src/libvlc.h:69
 msgid "enable audio"
 msgstr "activer l'audio"
 
-#: src/libvlc.h:66
+#: src/libvlc.h:71
 msgid ""
 "You can completely disable the audio output. In this case the audio decoding "
 "stage won't be done, and it will save some processing power."
@@ -169,28 +181,28 @@ msgstr ""
 "Cette option désactive complètement la sortie audio. Le décodage des pistes "
 "audio ne sera pas effectué, afin d'économiser du temps processeur."
 
-#: src/libvlc.h:69
+#: src/libvlc.h:74
 msgid "force mono audio"
 msgstr "forcer la sortie audio mono"
 
-#: src/libvlc.h:70
+#: src/libvlc.h:75
 msgid "This will force a mono audio output"
 msgstr "Cette option force une sortie audio mono"
 
-#: src/libvlc.h:72
+#: src/libvlc.h:77
 msgid "audio output volume"
 msgstr "volume de la sortie audio"
 
-#: src/libvlc.h:74
+#: src/libvlc.h:79
 msgid ""
 "You can set the default audio output volume here, in a range from 0 to 1024."
 msgstr "Vous pouvez spécifier ici le volume de la sortie audio, de 0 à 1024."
 
-#: src/libvlc.h:77
+#: src/libvlc.h:82
 msgid "audio output format"
 msgstr "format de sortie audio"
 
-#: src/libvlc.h:79
+#: src/libvlc.h:84
 msgid ""
 "You can force the audio output format here.\n"
 "0 -> 16 bits signed native endian (default)\n"
@@ -214,11 +226,11 @@ msgstr ""
 "7 -> audio MPEG-2 (non supporté)\n"
 "8 -> AC3 pass-through"
 
-#: src/libvlc.h:90
+#: src/libvlc.h:95
 msgid "audio output frequency (Hz)"
 msgstr "fréquence de la sortie audio (Hz)"
 
-#: src/libvlc.h:92
+#: src/libvlc.h:97
 msgid ""
 "You can force the audio output frequency here. Common values are 48000, "
 "44100, 32000, 22050, 16000, 11025, 8000."
@@ -226,11 +238,11 @@ msgstr ""
 "Vous pouvez forcer la fréquence de sortie audio. Des valeurs courantes sont "
 "48000, 44100, 32000, 22050, 16000, 11025, 8000."
 
-#: src/libvlc.h:95
+#: src/libvlc.h:100
 msgid "compensate desynchronization of audio (in ms)"
 msgstr "compenser la désynchronisation de l'audio (en ms)"
 
-#: src/libvlc.h:97
+#: src/libvlc.h:102
 msgid ""
 "This option allows you to delay the audio output. This can be handy if you "
 "notice a lag between the video and the audio."
@@ -238,11 +250,11 @@ msgstr ""
 "Cette option permet de retarder la sortie audio. Cela peut être utile si "
 "vous remarquez un décalage entre l'audio et la vidéo."
 
-#: src/libvlc.h:100
+#: src/libvlc.h:105
 msgid "video output module"
 msgstr "module de sortie vidéo"
 
-#: src/libvlc.h:102
+#: src/libvlc.h:107
 msgid ""
 "This option allows you to select the video output method used by vlc. The "
 "default behavior is to automatically select the best method available."
@@ -251,11 +263,11 @@ msgstr ""
 "Le comportement par défaut est de choisir automatiquement le meilleur module "
 "disponible."
 
-#: src/libvlc.h:106
+#: src/libvlc.h:111
 msgid "enable video"
 msgstr "activer la vidéo"
 
-#: src/libvlc.h:108
+#: src/libvlc.h:113
 msgid ""
 "You can completely disable the video output. In this case the video decoding "
 "stage won't be done, which will save some processing power."
@@ -263,21 +275,21 @@ msgstr ""
 "Cette option désactive complètement la sortie vidéo. Le décodage des pistes "
 "vidéo ne sera pas effectué, afin d'économiser du temps processeur."
 
-#: src/libvlc.h:111
+#: src/libvlc.h:116
 msgid "display identifier"
 msgstr "identificateur de display"
 
-#: src/libvlc.h:113
+#: src/libvlc.h:118
 msgid ""
 "This is the local display port that will be used for X11 drawing. For "
 "instance :0.1."
 msgstr ""
 
-#: src/libvlc.h:116
+#: src/libvlc.h:121
 msgid "video width"
 msgstr "largeur de la sortie vidéo"
 
-#: src/libvlc.h:118
+#: src/libvlc.h:123
 msgid ""
 "You can enforce the video width here. By default vlc will adapt to the video "
 "characteristics."
@@ -285,11 +297,11 @@ msgstr ""
 "Vous pouvez forcer la largeur de l'image ici. Par défaut vlc s'adaptera aux "
 "propriétés de la vidéo."
 
-#: src/libvlc.h:121
+#: src/libvlc.h:126
 msgid "video height"
 msgstr "hauteur de la sortie vidéo"
 
-#: src/libvlc.h:123
+#: src/libvlc.h:128
 msgid ""
 "You can enforce the video height here. By default vlc will adapt to the "
 "video characteristics."
@@ -297,19 +309,19 @@ msgstr ""
 "Vous pouvez forcer la hauteur de l'image ici. Par défaut vlc s'adaptera aux "
 "propriétés de la vidéo."
 
-#: src/libvlc.h:126
+#: src/libvlc.h:131
 msgid "zoom video"
 msgstr "agrandir l'image"
 
-#: src/libvlc.h:128
+#: src/libvlc.h:133
 msgid "You can zoom the video by the specified factor."
 msgstr "Vous pouvez agrandir l'image d'un facteur spécifié."
 
-#: src/libvlc.h:130
+#: src/libvlc.h:135
 msgid "grayscale video output"
 msgstr "sortie vidéo en niveaux de gris"
 
-#: src/libvlc.h:132
+#: src/libvlc.h:137
 msgid ""
 "When enabled, the color information from the video won't be decoded (this "
 "can also allow you to save some processing power)."
@@ -317,22 +329,22 @@ msgstr ""
 "En activant cette option, vlc ne décodera pas l'information de couleur "
 "présente dans la vidéo, ce qui permet d'économiser du temps processeur."
 
-#: src/libvlc.h:135
+#: src/libvlc.h:140
 msgid "fullscreen video output"
 msgstr "sortie vidéo en plein écran"
 
-#: src/libvlc.h:137
+#: src/libvlc.h:142
 msgid ""
 "If this option is enabled, vlc will always start a video in fullscreen mode."
 msgstr ""
 "Lorsque cette option est activée, vlc lancera toujours la vidéo en mode "
 "plein écran."
 
-#: src/libvlc.h:140
+#: src/libvlc.h:145
 msgid "overlay video output"
 msgstr "sortie vidéo en overlay"
 
-#: src/libvlc.h:142
+#: src/libvlc.h:147
 msgid ""
 "If enabled, vlc will try to take advantage of the overlay capabilities of "
 "you graphics card."
@@ -340,145 +352,145 @@ msgstr ""
 "Par défaut vlc tentera d'utiliser les capacités d'overlay de votre carte "
 "vidéo."
 
-#: src/libvlc.h:145
+#: src/libvlc.h:150
 msgid "force SPU position"
 msgstr "forcer la position des sous-titres"
 
-#: src/libvlc.h:147
+#: src/libvlc.h:152
 msgid ""
 "You can use this option to place the subtitles under the movie, instead of "
 "over the movie. Try several positions."
 msgstr ""
 
-#: src/libvlc.h:150
+#: src/libvlc.h:155
 msgid "video filter module"
 msgstr "module de filtre vidéo"
 
-#: src/libvlc.h:152
+#: src/libvlc.h:157
 msgid ""
 "This will allow you to add a post-processing filter to enhance the picture "
 "quality, for instance deinterlacing, or to clone or distort the video window."
 msgstr ""
 
-#: src/libvlc.h:156
+#: src/libvlc.h:161
 msgid "server port"
 msgstr "port serveur"
 
-#: src/libvlc.h:158
+#: src/libvlc.h:163
 msgid "This is the port used for UDP streams. By default, we chose 1234."
 msgstr ""
 
-#: src/libvlc.h:160
+#: src/libvlc.h:165
 msgid "enable network channel mode"
 msgstr "activer le mode canal réseau"
 
-#: src/libvlc.h:162
+#: src/libvlc.h:167
 msgid "Activate this option if you want to use the VideoLAN Channel Server."
 msgstr ""
 
-#: src/libvlc.h:164
+#: src/libvlc.h:169
 msgid "channel server address"
 msgstr "adresse du serveur de canaux"
 
-#: src/libvlc.h:166
+#: src/libvlc.h:171
 msgid "Indicate here the address of the VideoLAN Channel Server."
 msgstr ""
 
-#: src/libvlc.h:168
+#: src/libvlc.h:173
 msgid "channel server port"
 msgstr "port du serveur de canaux"
 
-#: src/libvlc.h:170
+#: src/libvlc.h:175
 msgid "Indicate here the port on which the VideoLAN Channel Server runs."
 msgstr ""
 
-#: src/libvlc.h:172
+#: src/libvlc.h:177
 msgid "network interface"
 msgstr "interface réseau"
 
-#: src/libvlc.h:174
+#: src/libvlc.h:179
 msgid ""
 "If you have several interfaces on your Linux machine and use the VLAN "
 "solution, you may indicate here which interface to use."
 msgstr ""
 
-#: src/libvlc.h:177
+#: src/libvlc.h:182
 msgid "choose program (SID)"
 msgstr "choisir le programme (SID)"
 
-#: src/libvlc.h:179
+#: src/libvlc.h:184
 msgid "Choose the program to select by giving its Service ID."
 msgstr "Choisit le programme à sélectionner en fournissant son Service ID."
 
-#: src/libvlc.h:181
+#: src/libvlc.h:186
 msgid "choose audio"
 msgstr "choisir la piste audio"
 
-#: src/libvlc.h:183
+#: src/libvlc.h:188
 msgid "Give the default type of audio you want to use in a DVD."
 msgstr ""
 
-#: src/libvlc.h:185
+#: src/libvlc.h:190
 msgid "choose channel"
 msgstr "choisir le canal réseau"
 
-#: src/libvlc.h:187
+#: src/libvlc.h:192
 msgid ""
 "Give the stream number of the audio channel you want to use in a DVD (from 1 "
 "to n)."
 msgstr ""
 
-#: src/libvlc.h:190
+#: src/libvlc.h:195
 msgid "choose subtitles"
 msgstr "choisir la piste de sous-titres"
 
-#: src/libvlc.h:192
+#: src/libvlc.h:197
 msgid ""
 "Give the stream number of the subtitle channel you want to use in a DVD "
 "(from 1 to n)."
 msgstr ""
 
-#: src/libvlc.h:195
+#: src/libvlc.h:200
 msgid "DVD device"
 msgstr "périphérique DVD"
 
-#: src/libvlc.h:197
+#: src/libvlc.h:202
 msgid "This is the default DVD device to use."
 msgstr ""
 
-#: src/libvlc.h:199
+#: src/libvlc.h:204
 msgid "VCD device"
 msgstr "périphérique VCD"
 
-#: src/libvlc.h:201
+#: src/libvlc.h:206
 msgid "This is the default VCD device to use."
 msgstr ""
 
-#: src/libvlc.h:203
+#: src/libvlc.h:208
 msgid "force IPv6"
 msgstr "forcer l'utilisation d'IPv6"
 
-#: src/libvlc.h:205
+#: src/libvlc.h:210
 msgid ""
 "If you check this box, IPv6 will be used by default for all UDP and HTTP "
 "connections."
 msgstr ""
 
-#: src/libvlc.h:208
+#: src/libvlc.h:213
 msgid "force IPv4"
 msgstr "forcer l'utilisation d'IPv4"
 
-#: src/libvlc.h:210
+#: src/libvlc.h:215
 msgid ""
 "If you check this box, IPv4 will be used by default for all UDP and HTTP "
 "connections."
 msgstr ""
 
-#: src/libvlc.h:213
+#: src/libvlc.h:218
 msgid "choose MPEG audio decoder"
 msgstr "choisir le décodeur MPEG audio"
 
-#: src/libvlc.h:215
+#: src/libvlc.h:220
 msgid ""
 "This allows you to select the MPEG audio decoder you want to use. Common "
 "choices are builtin and mad."
@@ -486,11 +498,11 @@ msgstr ""
 "Cette option permet de choisir le module de décodage MPEG audio utilisé par "
 "vlc. Les choix habituels sont builtin et mad."
 
-#: src/libvlc.h:218
+#: src/libvlc.h:223
 msgid "choose AC3 audio decoder"
 msgstr "choisir le décodeur AC3 audio"
 
-#: src/libvlc.h:220
+#: src/libvlc.h:225
 msgid ""
 "This allows you to select the AC3/A52 audio decoder you want to use. Common "
 "choices are builtin and a52."
@@ -498,115 +510,115 @@ msgstr ""
 "Cette option permet de choisir le module de décodage AC3 audio utilisé par "
 "vlc. Les choix habituels sont builtin et a52."
 
-#: src/libvlc.h:223
+#: src/libvlc.h:228
 msgid "enable CPU MMX support"
 msgstr "activer le support MMX du processeur"
 
-#: src/libvlc.h:225
+#: src/libvlc.h:230
 msgid ""
 "If your processor supports the MMX instructions set, vlc can take advantage "
 "of them."
 msgstr ""
 
-#: src/libvlc.h:228
+#: src/libvlc.h:233
 msgid "enable CPU 3D Now! support"
 msgstr "activer le support 3D Now! du processeur"
 
-#: src/libvlc.h:230
+#: src/libvlc.h:235
 msgid ""
 "If your processor supports the 3D Now! instructions set, vlc can take "
 "advantage of them."
 msgstr ""
 
-#: src/libvlc.h:233
+#: src/libvlc.h:238
 msgid "enable CPU MMX EXT support"
 msgstr "activer le support MMX EXT du processeur"
 
-#: src/libvlc.h:235
+#: src/libvlc.h:240
 msgid ""
 "If your processor supports the MMX EXT instructions set, vlc can take "
 "advantage of them."
 msgstr ""
 
-#: src/libvlc.h:238
+#: src/libvlc.h:243
 msgid "enable CPU SSE support"
 msgstr "activer le support SSE du processeur"
 
-#: src/libvlc.h:240
+#: src/libvlc.h:245
 msgid ""
 "If your processor supports the SSE instructions set, vlc can take can take "
 "advantage of them."
 msgstr ""
 
-#: src/libvlc.h:243
+#: src/libvlc.h:248
 msgid "enable CPU AltiVec support"
 msgstr "activer le support AltiVec du processeur"
 
-#: src/libvlc.h:245
+#: src/libvlc.h:250
 msgid ""
 "If your processor supports the AltiVec instructions set, vlc can take "
 "advantage of them."
 msgstr ""
 
-#: src/libvlc.h:248
+#: src/libvlc.h:253
 msgid "launch playlist on startup"
 msgstr "lancer la playlist au démarrage"
 
-#: src/libvlc.h:250
+#: src/libvlc.h:255
 msgid "If you want vlc to start playing on startup, then enable this option."
 msgstr ""
 
-#: src/libvlc.h:252
+#: src/libvlc.h:257
 msgid "enqueue items in playlist"
 msgstr "ajouter les fichiers en fin de playlist"
 
-#: src/libvlc.h:254
+#: src/libvlc.h:259
 msgid ""
 "If you want vlc to add items to the playlist as you open them, then enable "
 "this option."
 msgstr ""
 
-#: src/libvlc.h:257
+#: src/libvlc.h:262
 msgid "loop playlist on end"
 msgstr "boucler en fin de playlist"
 
-#: src/libvlc.h:259
+#: src/libvlc.h:264
 msgid ""
 "If you want vlc to keep playing the playlist indefinitely then enable this "
 "option."
 msgstr ""
 
-#: src/libvlc.h:262
+#: src/libvlc.h:267
 msgid "memory copy module"
 msgstr "module de copie mémoire"
 
-#: src/libvlc.h:264
+#: src/libvlc.h:269
 msgid ""
 "You can select wich memory copy module you want to use. By default vlc will "
 "select the fastest one supported by your hardware."
 msgstr ""
 
-#: src/libvlc.h:267
+#: src/libvlc.h:272
 msgid "access module"
 msgstr "module d'accès"
 
-#: src/libvlc.h:269
+#: src/libvlc.h:274
 msgid "This is a legacy entry to let you configure access modules"
 msgstr ""
 
-#: src/libvlc.h:271
+#: src/libvlc.h:276
 msgid "demux module"
 msgstr "module de démultiplexage"
 
-#: src/libvlc.h:273
+#: src/libvlc.h:278
 msgid "This is a legacy entry to let you configure demux modules"
 msgstr ""
 
-#: src/libvlc.h:275
+#: src/libvlc.h:280
 msgid "fast pthread on NT/2K/XP (developpers only)"
 msgstr "implémentation pthread rapide pour NT/2K/XP (développeurs uniquement)"
 
-#: src/libvlc.h:277
+#: src/libvlc.h:282
 msgid ""
 "On Windows NT/2K/XP we use a slow but correct pthread implementation, you "
 "can also use this faster implementation but you might experience problems "
@@ -616,7 +628,7 @@ msgstr ""
 "pthread. Vous pouvez utiliser cette implémentation qui est plus rapide mais "
 "avec laquelle vous pouvez rencontrer des problèmes."
 
-#: src/libvlc.h:281
+#: src/libvlc.h:286
 msgid ""
 "\n"
 "Playlist items:\n"
@@ -645,39 +657,39 @@ msgstr ""
 "  vlc:quit                       quitter VLC\n"
 
 #. Interface options
-#: src/libvlc.h:315
+#: src/libvlc.h:320
 msgid "Interface"
 msgstr "Interface"
 
 #. Audio options
-#: src/libvlc.h:323
+#: src/libvlc.h:329
 msgid "Audio"
 msgstr "Audio"
 
 #. Video options
-#: plugins/directx/directx.c:53 plugins/dummy/dummy.c:51 src/libvlc.h:333
+#: plugins/directx/directx.c:53 plugins/dummy/dummy.c:51 src/libvlc.h:339
 msgid "Video"
 msgstr "Vidéo"
 
 #. Input options
-#: plugins/satellite/satellite.c:66 src/libvlc.h:346
+#: plugins/satellite/satellite.c:66 src/libvlc.h:352
 msgid "Input"
 msgstr "Entrée"
 
 #. Decoder options
-#: src/libvlc.h:365
+#: src/libvlc.h:371
 msgid "Decoders"
 msgstr "Décodeurs"
 
 #. CPU options
-#: src/libvlc.h:370
+#: src/libvlc.h:376
 msgid "CPU"
 msgstr "Processeur"
 
 #. Playlist options
 #: plugins/gtk/gnome_interface.c:506 plugins/gtk/gnome_interface.c:1824
 #: plugins/gtk/gnome_interface.c:1848 plugins/gtk/gtk_interface.c:611
-#: plugins/gtk/gtk_interface.c:2105 src/libvlc.h:378
+#: plugins/gtk/gtk_interface.c:2105 src/libvlc.h:384
 msgid "Playlist"
 msgstr "Playlist"
 
@@ -688,36 +700,36 @@ msgstr "Playlist"
 #: plugins/filter/wall.c:57 plugins/ggi/ggi.c:64 plugins/gtk/gnome.c:73
 #: plugins/gtk/gtk.c:71 plugins/mad/mad_adec.c:66 plugins/mga/xmga.c:106
 #: plugins/mpeg_vdec/video_parser.c:96 plugins/text/logger.c:86
-#: plugins/win32/win32.cpp:48 plugins/x11/x11.c:55 plugins/x11/xvideo.c:65
-#: src/libvlc.h:384
+#: plugins/win32/win32.cpp:48 plugins/x11/x11.c:64 plugins/x11/xvideo.c:74
+#: src/libvlc.h:390
 msgid "Miscellaneous"
 msgstr "Divers"
 
-#: src/libvlc.h:399
+#: src/libvlc.h:405
 msgid "main program"
 msgstr "programme principal"
 
-#: src/libvlc.h:411
+#: src/libvlc.h:417
 msgid "print help"
 msgstr "afficher l'aide"
 
-#: src/libvlc.h:412
+#: src/libvlc.h:418
 msgid "print detailed help"
 msgstr "afficher l'aide détaillée"
 
-#: src/libvlc.h:413
+#: src/libvlc.h:419
 msgid "print a list of available modules"
 msgstr "afficher la liste des modules disponibles"
 
-#: src/libvlc.h:414
+#: src/libvlc.h:420
 msgid "print help on module"
 msgstr "afficher l'aide du module"
 
-#: src/libvlc.h:415
+#: src/libvlc.h:421
 msgid "print version information"
 msgstr "afficher le nom et la version du logiciel"
 
-#: src/libvlc.h:416
+#: src/libvlc.h:422
 msgid "print build information"
 msgstr "afficher les informations de compilation du logiciel"
 
@@ -929,9 +941,8 @@ msgstr "module de d
 #. * Build configuration tree.
 #. ****************************************************************************
 #: plugins/filter/distort.c:49
-#, fuzzy
 msgid "Distort mode"
-msgstr "mode de distortion"
+msgstr "Mode de distorsion"
 
 #: plugins/filter/distort.c:50
 msgid "one of \"wave\" and \"ripple\""
@@ -1379,6 +1390,7 @@ msgid "About"
 msgstr "À propos"
 
 #: plugins/gtk/gnome_interface.c:1118 plugins/gtk/gtk_interface.c:1345
+#: plugins/kde/kde.cpp:123
 msgid "(C) 1996, 1997, 1998, 1999, 2000, 2001, 2002 - the VideoLAN Team"
 msgstr "(C) 1996, 1997, 1998, 1999, 2000, 2001, 2002 - l'équipe VideoLAN"
 
@@ -1395,6 +1407,7 @@ msgstr ""
 "http://www.videolan.org/"
 
 #: plugins/gtk/gnome_interface.c:1120 plugins/gtk/gtk_interface.c:1371
+#: plugins/kde/kde.cpp:120
 msgid ""
 "This is the VideoLAN client, a DVD and MPEG player. It can play MPEG and "
 "MPEG 2 files from a file or from a network source."
@@ -1794,7 +1807,7 @@ msgstr "module d'IMDCT AC3 optimis
 msgid "KDE interface module"
 msgstr "module d'interface KDE"
 
-#: plugins/lirc/lirc.c:64
+#: plugins/lirc/lirc.c:66
 msgid "infrared remote control module"
 msgstr "module de contrôle infra-rouge à distance"
 
@@ -2093,7 +2106,26 @@ msgstr ""
 msgid "Win32 interface module"
 msgstr "module d'interface Win32"
 
-#: plugins/x11/x11.c:61
+#: plugins/x11/x11.c:54 plugins/x11/xvideo.c:64
+msgid "X11 drawable"
+msgstr "drawable X11"
+
+#: plugins/x11/x11.c:56 plugins/x11/xvideo.c:66
+msgid ""
+"Specify a X11 drawable to use instead of opening a new window. This option "
+"is DANGEROUS, use with care."
+msgstr ""
+
+#: plugins/x11/x11.c:59 plugins/x11/xvideo.c:69
+msgid "use shared memory"
+msgstr "utilise la mémoire partagée"
+
+#: plugins/x11/x11.c:61 plugins/x11/xvideo.c:71
+msgid "Use shared memory to communicate between vlc and the X server."
+msgstr ""
+"Utiliser la mémoire partagée pour communiquer entre vlc et le serveur X."
+
+#: plugins/x11/x11.c:74
 msgid "X11 module"
 msgstr "module X11"
 
@@ -2123,7 +2155,7 @@ msgid ""
 "to improve performances by using the most efficient one."
 msgstr ""
 
-#: plugins/x11/xvideo.c:73
+#: plugins/x11/xvideo.c:86
 msgid "XVideo extension module"
 msgstr "module d'extension XVideo"
 
index 233ed72341fc5518851b7b97713be7d107354e6e..f1894c13ef6c0c9aaca92c9c3c5716c612c5ddc3 100644 (file)
--- a/po/ja.po
+++ b/po/ja.po
@@ -4,7 +4,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2002-06-11 11:25+0200\n"
+"POT-Creation-Date: 2002-07-04 15:32+0200\n"
 "PO-Revision-Date: 2002-04-02 03:22+0900\n"
 "Last-Translator: Fumio Nakayama <endymion@ca2.so-net.ne.jp>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,13 +12,13 @@ msgstr ""
 "Content-Type: text/plain; charset=euc-jp\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: src/libvlc.c:281
+#: src/libvlc.c:284
 #, c-format
 msgid "Usage: %s [options] [parameters] [file]...\n"
 msgstr ""
 
 #. Print module name
-#: src/libvlc.c:898
+#: src/libvlc.c:902
 #, c-format
 msgid ""
 "%s module options:\n"
@@ -26,45 +26,45 @@ msgid ""
 msgstr ""
 
 #. We could also have "=<" here
-#: src/libvlc.c:919 src/misc/configuration.c:813
+#: src/libvlc.c:923 src/misc/configuration.c:813
 msgid "string"
 msgstr ""
 
-#: src/libvlc.c:922 src/misc/configuration.c:798
+#: src/libvlc.c:926 src/misc/configuration.c:798
 msgid "integer"
 msgstr ""
 
-#: src/libvlc.c:925 src/misc/configuration.c:805
+#: src/libvlc.c:929 src/misc/configuration.c:805
 msgid "float"
 msgstr ""
 
-#: src/libvlc.c:931
+#: src/libvlc.c:935
 msgid " (default enabled)"
 msgstr ""
 
-#: src/libvlc.c:932
+#: src/libvlc.c:936
 msgid " (default disabled)"
 msgstr ""
 
-#: src/libvlc.c:1014 src/libvlc.c:1063 src/libvlc.c:1087 src/libvlc.c:1106
+#: src/libvlc.c:1018 src/libvlc.c:1067 src/libvlc.c:1091 src/libvlc.c:1110
 msgid ""
 "\n"
 "Press the RETURN key to continue...\n"
 msgstr ""
 
 #. Usage
-#: src/libvlc.c:1037
+#: src/libvlc.c:1041
 #, c-format
 msgid ""
 "Usage: %s [options] [parameters] [file]...\n"
 "\n"
 msgstr ""
 
-#: src/libvlc.c:1040
+#: src/libvlc.c:1044
 msgid "[module]              [description]\n"
 msgstr ""
 
-#: src/libvlc.c:1081
+#: src/libvlc.c:1085
 msgid ""
 "This program comes with NO WARRANTY, to the extent permitted by law.\n"
 "You may redistribute it under the terms of the GNU General Public License;\n"
@@ -127,47 +127,57 @@ msgid ""
 msgstr ""
 
 #: src/libvlc.h:58
-msgid "audio output module"
+msgid "plugin search path"
 msgstr ""
 
 #: src/libvlc.h:60
 msgid ""
+"This option allows you to specify an additional path for vlc to lookfor its "
+"plugins."
+msgstr ""
+
+#: src/libvlc.h:63
+msgid "audio output module"
+msgstr ""
+
+#: src/libvlc.h:65
+msgid ""
 "This option allows you to select the audio output method used by vlc. The "
 "default behavior is to automatically select the best method available."
 msgstr ""
 
-#: src/libvlc.h:64
+#: src/libvlc.h:69
 msgid "enable audio"
 msgstr ""
 
-#: src/libvlc.h:66
+#: src/libvlc.h:71
 msgid ""
 "You can completely disable the audio output. In this case the audio decoding "
 "stage won't be done, and it will save some processing power."
 msgstr ""
 
-#: src/libvlc.h:69
+#: src/libvlc.h:74
 msgid "force mono audio"
 msgstr ""
 
-#: src/libvlc.h:70
+#: src/libvlc.h:75
 msgid "This will force a mono audio output"
 msgstr ""
 
-#: src/libvlc.h:72
+#: src/libvlc.h:77
 msgid "audio output volume"
 msgstr ""
 
-#: src/libvlc.h:74
+#: src/libvlc.h:79
 msgid ""
 "You can set the default audio output volume here, in a range from 0 to 1024."
 msgstr ""
 
-#: src/libvlc.h:77
+#: src/libvlc.h:82
 msgid "audio output format"
 msgstr ""
 
-#: src/libvlc.h:79
+#: src/libvlc.h:84
 msgid ""
 "You can force the audio output format here.\n"
 "0 -> 16 bits signed native endian (default)\n"
@@ -181,392 +191,392 @@ msgid ""
 "8 -> ac3 pass-through"
 msgstr ""
 
-#: src/libvlc.h:90
+#: src/libvlc.h:95
 msgid "audio output frequency (Hz)"
 msgstr ""
 
-#: src/libvlc.h:92
+#: src/libvlc.h:97
 msgid ""
 "You can force the audio output frequency here. Common values are 48000, "
 "44100, 32000, 22050, 16000, 11025, 8000."
 msgstr ""
 
-#: src/libvlc.h:95
+#: src/libvlc.h:100
 msgid "compensate desynchronization of audio (in ms)"
 msgstr ""
 
-#: src/libvlc.h:97
+#: src/libvlc.h:102
 msgid ""
 "This option allows you to delay the audio output. This can be handy if you "
 "notice a lag between the video and the audio."
 msgstr ""
 
-#: src/libvlc.h:100
+#: src/libvlc.h:105
 msgid "video output module"
 msgstr ""
 
-#: src/libvlc.h:102
+#: src/libvlc.h:107
 msgid ""
 "This option allows you to select the video output method used by vlc. The "
 "default behavior is to automatically select the best method available."
 msgstr ""
 
-#: src/libvlc.h:106
+#: src/libvlc.h:111
 msgid "enable video"
 msgstr ""
 
-#: src/libvlc.h:108
+#: src/libvlc.h:113
 msgid ""
 "You can completely disable the video output. In this case the video decoding "
 "stage won't be done, which will save some processing power."
 msgstr ""
 
-#: src/libvlc.h:111
+#: src/libvlc.h:116
 msgid "display identifier"
 msgstr ""
 
-#: src/libvlc.h:113
+#: src/libvlc.h:118
 msgid ""
 "This is the local display port that will be used for X11 drawing. For "
 "instance :0.1."
 msgstr ""
 
-#: src/libvlc.h:116
+#: src/libvlc.h:121
 msgid "video width"
 msgstr ""
 
-#: src/libvlc.h:118
+#: src/libvlc.h:123
 msgid ""
 "You can enforce the video width here. By default vlc will adapt to the video "
 "characteristics."
 msgstr ""
 
-#: src/libvlc.h:121
+#: src/libvlc.h:126
 msgid "video height"
 msgstr ""
 
-#: src/libvlc.h:123
+#: src/libvlc.h:128
 msgid ""
 "You can enforce the video height here. By default vlc will adapt to the "
 "video characteristics."
 msgstr ""
 
-#: src/libvlc.h:126
+#: src/libvlc.h:131
 msgid "zoom video"
 msgstr ""
 
-#: src/libvlc.h:128
+#: src/libvlc.h:133
 msgid "You can zoom the video by the specified factor."
 msgstr ""
 
-#: src/libvlc.h:130
+#: src/libvlc.h:135
 msgid "grayscale video output"
 msgstr ""
 
-#: src/libvlc.h:132
+#: src/libvlc.h:137
 msgid ""
 "When enabled, the color information from the video won't be decoded (this "
 "can also allow you to save some processing power)."
 msgstr ""
 
-#: src/libvlc.h:135
+#: src/libvlc.h:140
 msgid "fullscreen video output"
 msgstr ""
 
-#: src/libvlc.h:137
+#: src/libvlc.h:142
 msgid ""
 "If this option is enabled, vlc will always start a video in fullscreen mode."
 msgstr ""
 
-#: src/libvlc.h:140
+#: src/libvlc.h:145
 msgid "overlay video output"
 msgstr ""
 
-#: src/libvlc.h:142
+#: src/libvlc.h:147
 msgid ""
 "If enabled, vlc will try to take advantage of the overlay capabilities of "
 "you graphics card."
 msgstr ""
 
-#: src/libvlc.h:145
+#: src/libvlc.h:150
 msgid "force SPU position"
 msgstr ""
 
-#: src/libvlc.h:147
+#: src/libvlc.h:152
 msgid ""
 "You can use this option to place the subtitles under the movie, instead of "
 "over the movie. Try several positions."
 msgstr ""
 
-#: src/libvlc.h:150
+#: src/libvlc.h:155
 msgid "video filter module"
 msgstr ""
 
-#: src/libvlc.h:152
+#: src/libvlc.h:157
 msgid ""
 "This will allow you to add a post-processing filter to enhance the picture "
 "quality, for instance deinterlacing, or to clone or distort the video window."
 msgstr ""
 
-#: src/libvlc.h:156
+#: src/libvlc.h:161
 #, fuzzy
 msgid "server port"
 msgstr "¥µ¡¼¥Ð¡¼¤¬¤¢¤ê¤Þ¤»¤ó!!"
 
-#: src/libvlc.h:158
+#: src/libvlc.h:163
 msgid "This is the port used for UDP streams. By default, we chose 1234."
 msgstr ""
 
-#: src/libvlc.h:160
+#: src/libvlc.h:165
 #, fuzzy
 msgid "enable network channel mode"
 msgstr "ÄÌ¿®¥Á¥ã¥ó¥Í¥ë:"
 
-#: src/libvlc.h:162
+#: src/libvlc.h:167
 msgid "Activate this option if you want to use the VideoLAN Channel Server."
 msgstr ""
 
-#: src/libvlc.h:164
+#: src/libvlc.h:169
 #, fuzzy
 msgid "channel server address"
 msgstr "¥Á¥ã¥ó¥Í¥ë¥µ¡¼¥Ð¡¼"
 
-#: src/libvlc.h:166
+#: src/libvlc.h:171
 msgid "Indicate here the address of the VideoLAN Channel Server."
 msgstr ""
 
-#: src/libvlc.h:168
+#: src/libvlc.h:173
 #, fuzzy
 msgid "channel server port"
 msgstr "¥Á¥ã¥ó¥Í¥ë¥µ¡¼¥Ð¡¼"
 
-#: src/libvlc.h:170
+#: src/libvlc.h:175
 msgid "Indicate here the port on which the VideoLAN Channel Server runs."
 msgstr ""
 
-#: src/libvlc.h:172
+#: src/libvlc.h:177
 #, fuzzy
 msgid "network interface"
 msgstr "¥¤¥ó¥¿¥Õ¥§¡¼¥¹¤ò±£¤¹(_H)"
 
-#: src/libvlc.h:174
+#: src/libvlc.h:179
 msgid ""
 "If you have several interfaces on your Linux machine and use the VLAN "
 "solution, you may indicate here which interface to use."
 msgstr ""
 
-#: src/libvlc.h:177
+#: src/libvlc.h:182
 #, fuzzy
 msgid "choose program (SID)"
 msgstr "¥×¥í¥°¥é¥à¤ÎÁªÂò"
 
-#: src/libvlc.h:179
+#: src/libvlc.h:184
 msgid "Choose the program to select by giving its Service ID."
 msgstr ""
 
-#: src/libvlc.h:181
+#: src/libvlc.h:186
 msgid "choose audio"
 msgstr ""
 
-#: src/libvlc.h:183
+#: src/libvlc.h:188
 msgid "Give the default type of audio you want to use in a DVD."
 msgstr ""
 
-#: src/libvlc.h:185
+#: src/libvlc.h:190
 #, fuzzy
 msgid "choose channel"
 msgstr "¥Á¥ã¥×¥¿¡¼¤ÎÁªÂò"
 
-#: src/libvlc.h:187
+#: src/libvlc.h:192
 msgid ""
 "Give the stream number of the audio channel you want to use in a DVD (from 1 "
 "to n)."
 msgstr ""
 
-#: src/libvlc.h:190
+#: src/libvlc.h:195
 #, fuzzy
 msgid "choose subtitles"
 msgstr "¥¿¥¤¥È¥ë¤ÎÁªÂò"
 
-#: src/libvlc.h:192
+#: src/libvlc.h:197
 msgid ""
 "Give the stream number of the subtitle channel you want to use in a DVD "
 "(from 1 to n)."
 msgstr ""
 
-#: src/libvlc.h:195
+#: src/libvlc.h:200
 msgid "DVD device"
 msgstr ""
 
-#: src/libvlc.h:197
+#: src/libvlc.h:202
 msgid "This is the default DVD device to use."
 msgstr ""
 
-#: src/libvlc.h:199
+#: src/libvlc.h:204
 msgid "VCD device"
 msgstr ""
 
-#: src/libvlc.h:201
+#: src/libvlc.h:206
 msgid "This is the default VCD device to use."
 msgstr ""
 
-#: src/libvlc.h:203
+#: src/libvlc.h:208
 msgid "force IPv6"
 msgstr ""
 
-#: src/libvlc.h:205
+#: src/libvlc.h:210
 msgid ""
 "If you check this box, IPv6 will be used by default for all UDP and HTTP "
 "connections."
 msgstr ""
 
-#: src/libvlc.h:208
+#: src/libvlc.h:213
 msgid "force IPv4"
 msgstr ""
 
-#: src/libvlc.h:210
+#: src/libvlc.h:215
 msgid ""
 "If you check this box, IPv4 will be used by default for all UDP and HTTP "
 "connections."
 msgstr ""
 
-#: src/libvlc.h:213
+#: src/libvlc.h:218
 msgid "choose MPEG audio decoder"
 msgstr ""
 
-#: src/libvlc.h:215
+#: src/libvlc.h:220
 msgid ""
 "This allows you to select the MPEG audio decoder you want to use. Common "
 "choices are builtin and mad."
 msgstr ""
 
-#: src/libvlc.h:218
+#: src/libvlc.h:223
 msgid "choose AC3 audio decoder"
 msgstr ""
 
-#: src/libvlc.h:220
+#: src/libvlc.h:225
 msgid ""
 "This allows you to select the AC3/A52 audio decoder you want to use. Common "
 "choices are builtin and a52."
 msgstr ""
 
-#: src/libvlc.h:223
+#: src/libvlc.h:228
 msgid "enable CPU MMX support"
 msgstr ""
 
-#: src/libvlc.h:225
+#: src/libvlc.h:230
 msgid ""
 "If your processor supports the MMX instructions set, vlc can take advantage "
 "of them."
 msgstr ""
 
-#: src/libvlc.h:228
+#: src/libvlc.h:233
 msgid "enable CPU 3D Now! support"
 msgstr ""
 
-#: src/libvlc.h:230
+#: src/libvlc.h:235
 msgid ""
 "If your processor supports the 3D Now! instructions set, vlc can take "
 "advantage of them."
 msgstr ""
 
-#: src/libvlc.h:233
+#: src/libvlc.h:238
 msgid "enable CPU MMX EXT support"
 msgstr ""
 
-#: src/libvlc.h:235
+#: src/libvlc.h:240
 msgid ""
 "If your processor supports the MMX EXT instructions set, vlc can take "
 "advantage of them."
 msgstr ""
 
-#: src/libvlc.h:238
+#: src/libvlc.h:243
 msgid "enable CPU SSE support"
 msgstr ""
 
-#: src/libvlc.h:240
+#: src/libvlc.h:245
 msgid ""
 "If your processor supports the SSE instructions set, vlc can take can take "
 "advantage of them."
 msgstr ""
 
-#: src/libvlc.h:243
+#: src/libvlc.h:248
 msgid "enable CPU AltiVec support"
 msgstr ""
 
-#: src/libvlc.h:245
+#: src/libvlc.h:250
 msgid ""
 "If your processor supports the AltiVec instructions set, vlc can take "
 "advantage of them."
 msgstr ""
 
-#: src/libvlc.h:248
+#: src/libvlc.h:253
 msgid "launch playlist on startup"
 msgstr ""
 
-#: src/libvlc.h:250
+#: src/libvlc.h:255
 msgid "If you want vlc to start playing on startup, then enable this option."
 msgstr ""
 
-#: src/libvlc.h:252
+#: src/libvlc.h:257
 msgid "enqueue items in playlist"
 msgstr ""
 
-#: src/libvlc.h:254
+#: src/libvlc.h:259
 msgid ""
 "If you want vlc to add items to the playlist as you open them, then enable "
 "this option."
 msgstr ""
 
-#: src/libvlc.h:257
+#: src/libvlc.h:262
 msgid "loop playlist on end"
 msgstr ""
 
-#: src/libvlc.h:259
+#: src/libvlc.h:264
 msgid ""
 "If you want vlc to keep playing the playlist indefinitely then enable this "
 "option."
 msgstr ""
 
-#: src/libvlc.h:262
+#: src/libvlc.h:267
 msgid "memory copy module"
 msgstr ""
 
-#: src/libvlc.h:264
+#: src/libvlc.h:269
 msgid ""
 "You can select wich memory copy module you want to use. By default vlc will "
 "select the fastest one supported by your hardware."
 msgstr ""
 
-#: src/libvlc.h:267
+#: src/libvlc.h:272
 #, fuzzy
 msgid "access module"
 msgstr "Á´²èÌÌɽ¼¨¤ÎÀÚÂؤ¨"
 
-#: src/libvlc.h:269
+#: src/libvlc.h:274
 msgid "This is a legacy entry to let you configure access modules"
 msgstr ""
 
-#: src/libvlc.h:271
+#: src/libvlc.h:276
 msgid "demux module"
 msgstr ""
 
-#: src/libvlc.h:273
+#: src/libvlc.h:278
 msgid "This is a legacy entry to let you configure demux modules"
 msgstr ""
 
-#: src/libvlc.h:275
+#: src/libvlc.h:280
 msgid "fast pthread on NT/2K/XP (developpers only)"
 msgstr ""
 
-#: src/libvlc.h:277
+#: src/libvlc.h:282
 msgid ""
 "On Windows NT/2K/XP we use a slow but correct pthread implementation, you "
 "can also use this faster implementation but you might experience problems "
 "with it."
 msgstr ""
 
-#: src/libvlc.h:281
+#: src/libvlc.h:286
 msgid ""
 "\n"
 "Playlist items:\n"
@@ -583,42 +593,42 @@ msgid ""
 msgstr ""
 
 #. Interface options
-#: src/libvlc.h:315
+#: src/libvlc.h:320
 #, fuzzy
 msgid "Interface"
 msgstr "¥¤¥ó¥¿¥Õ¥§¡¼¥¹¤Îɽ¼¨ÀÚÂؤ¨(_I)"
 
 #. Audio options
-#: src/libvlc.h:323
+#: src/libvlc.h:329
 #, fuzzy
 msgid "Audio"
 msgstr "½ÐÎϲ»À¼(_A)"
 
 #. Video options
-#: plugins/directx/directx.c:53 plugins/dummy/dummy.c:51 src/libvlc.h:333
+#: plugins/directx/directx.c:53 plugins/dummy/dummy.c:51 src/libvlc.h:339
 #, fuzzy
 msgid "Video"
 msgstr "ɽ¼¨(_V)"
 
 #. Input options
-#: plugins/satellite/satellite.c:66 src/libvlc.h:346
+#: plugins/satellite/satellite.c:66 src/libvlc.h:352
 msgid "Input"
 msgstr ""
 
 #. Decoder options
-#: src/libvlc.h:365
+#: src/libvlc.h:371
 msgid "Decoders"
 msgstr ""
 
 #. CPU options
-#: src/libvlc.h:370
+#: src/libvlc.h:376
 msgid "CPU"
 msgstr ""
 
 #. Playlist options
 #: plugins/gtk/gnome_interface.c:506 plugins/gtk/gnome_interface.c:1824
 #: plugins/gtk/gnome_interface.c:1848 plugins/gtk/gtk_interface.c:611
-#: plugins/gtk/gtk_interface.c:2105 src/libvlc.h:378
+#: plugins/gtk/gtk_interface.c:2105 src/libvlc.h:384
 msgid "Playlist"
 msgstr "¥ê¥¹¥È"
 
@@ -629,38 +639,38 @@ msgstr "
 #: plugins/filter/wall.c:57 plugins/ggi/ggi.c:64 plugins/gtk/gnome.c:73
 #: plugins/gtk/gtk.c:71 plugins/mad/mad_adec.c:66 plugins/mga/xmga.c:106
 #: plugins/mpeg_vdec/video_parser.c:96 plugins/text/logger.c:86
-#: plugins/win32/win32.cpp:48 plugins/x11/x11.c:55 plugins/x11/xvideo.c:65
-#: src/libvlc.h:384
+#: plugins/win32/win32.cpp:48 plugins/x11/x11.c:64 plugins/x11/xvideo.c:74
+#: src/libvlc.h:390
 msgid "Miscellaneous"
 msgstr ""
 
-#: src/libvlc.h:399
+#: src/libvlc.h:405
 #, fuzzy
 msgid "main program"
 msgstr "¥×¥í¥°¥é¥à¤ÎÀÚÂؤ¨"
 
-#: src/libvlc.h:411
+#: src/libvlc.h:417
 msgid "print help"
 msgstr ""
 
-#: src/libvlc.h:412
+#: src/libvlc.h:418
 msgid "print detailed help"
 msgstr ""
 
-#: src/libvlc.h:413
+#: src/libvlc.h:419
 msgid "print a list of available modules"
 msgstr ""
 
-#: src/libvlc.h:414
+#: src/libvlc.h:420
 #, fuzzy
 msgid "print help on module"
 msgstr "Á´²èÌÌɽ¼¨¤ÎÀÚÂؤ¨"
 
-#: src/libvlc.h:415
+#: src/libvlc.h:421
 msgid "print version information"
 msgstr ""
 
-#: src/libvlc.h:416
+#: src/libvlc.h:422
 msgid "print build information"
 msgstr ""
 
@@ -1329,6 +1339,7 @@ msgid "About"
 msgstr "VideoLAN¤Ë¤Ä¤¤¤Æ"
 
 #: plugins/gtk/gnome_interface.c:1118 plugins/gtk/gtk_interface.c:1345
+#: plugins/kde/kde.cpp:123
 msgid "(C) 1996, 1997, 1998, 1999, 2000, 2001, 2002 - the VideoLAN Team"
 msgstr ""
 
@@ -1343,6 +1354,7 @@ msgid ""
 msgstr ""
 
 #: plugins/gtk/gnome_interface.c:1120 plugins/gtk/gtk_interface.c:1371
+#: plugins/kde/kde.cpp:120
 msgid ""
 "This is the VideoLAN client, a DVD and MPEG player. It can play MPEG and "
 "MPEG 2 files from a file or from a network source."
@@ -1756,7 +1768,7 @@ msgstr ""
 msgid "KDE interface module"
 msgstr ""
 
-#: plugins/lirc/lirc.c:64
+#: plugins/lirc/lirc.c:66
 msgid "infrared remote control module"
 msgstr ""
 
@@ -2039,7 +2051,25 @@ msgstr ""
 msgid "Win32 interface module"
 msgstr ""
 
-#: plugins/x11/x11.c:61
+#: plugins/x11/x11.c:54 plugins/x11/xvideo.c:64
+msgid "X11 drawable"
+msgstr ""
+
+#: plugins/x11/x11.c:56 plugins/x11/xvideo.c:66
+msgid ""
+"Specify a X11 drawable to use instead of opening a new window. This option "
+"is DANGEROUS, use with care."
+msgstr ""
+
+#: plugins/x11/x11.c:59 plugins/x11/xvideo.c:69
+msgid "use shared memory"
+msgstr ""
+
+#: plugins/x11/x11.c:61 plugins/x11/xvideo.c:71
+msgid "Use shared memory to communicate between vlc and the X server."
+msgstr ""
+
+#: plugins/x11/x11.c:74
 msgid "X11 module"
 msgstr ""
 
@@ -2066,7 +2096,7 @@ msgid ""
 "to improve performances by using the most efficient one."
 msgstr ""
 
-#: plugins/x11/xvideo.c:73
+#: plugins/x11/xvideo.c:86
 msgid "XVideo extension module"
 msgstr ""
 
index aca99121581acb89148b78f7179017258d5714af..5d60247e0ff8f229dbbfd361c9dcb66c5f60f753 100644 (file)
--- a/po/nl.po
+++ b/po/nl.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2002-06-11 11:25+0200\n"
+"POT-Creation-Date: 2002-07-04 15:32+0200\n"
 "PO-Revision-Date: 2002-04-20 16:58GMT\n"
 "Last-Translator: Jean-Paul Saman <jpsaman@wxs.nl>\n"
 "Language-Team: Nederlands <nl@li.org>\n"
@@ -14,13 +14,13 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "X-Generator: KBabel 0.8\n"
 
-#: src/libvlc.c:281
+#: src/libvlc.c:284
 #, c-format
 msgid "Usage: %s [options] [parameters] [file]...\n"
 msgstr "Gebruik: %s [opties] [parameters] [file] ...\n"
 
 #. Print module name
-#: src/libvlc.c:898
+#: src/libvlc.c:902
 #, fuzzy, c-format
 msgid ""
 "%s module options:\n"
@@ -28,27 +28,27 @@ msgid ""
 msgstr "%s module opties:\n"
 
 #. We could also have "=<" here
-#: src/libvlc.c:919 src/misc/configuration.c:813
+#: src/libvlc.c:923 src/misc/configuration.c:813
 msgid "string"
 msgstr ""
 
-#: src/libvlc.c:922 src/misc/configuration.c:798
+#: src/libvlc.c:926 src/misc/configuration.c:798
 msgid "integer"
 msgstr ""
 
-#: src/libvlc.c:925 src/misc/configuration.c:805
+#: src/libvlc.c:929 src/misc/configuration.c:805
 msgid "float"
 msgstr ""
 
-#: src/libvlc.c:931
+#: src/libvlc.c:935
 msgid " (default enabled)"
 msgstr ""
 
-#: src/libvlc.c:932
+#: src/libvlc.c:936
 msgid " (default disabled)"
 msgstr ""
 
-#: src/libvlc.c:1014 src/libvlc.c:1063 src/libvlc.c:1087 src/libvlc.c:1106
+#: src/libvlc.c:1018 src/libvlc.c:1067 src/libvlc.c:1091 src/libvlc.c:1110
 #, fuzzy
 msgid ""
 "\n"
@@ -58,19 +58,19 @@ msgstr ""
 "Druk op RETURN om verder te gaan..."
 
 #. Usage
-#: src/libvlc.c:1037
+#: src/libvlc.c:1041
 #, fuzzy, c-format
 msgid ""
 "Usage: %s [options] [parameters] [file]...\n"
 "\n"
 msgstr "Gebruik: %s [opties] [parameters] [file] ...\n"
 
-#: src/libvlc.c:1040
+#: src/libvlc.c:1044
 #, fuzzy
 msgid "[module]              [description]\n"
 msgstr "[module]              [beschrijving]"
 
-#: src/libvlc.c:1081
+#: src/libvlc.c:1085
 #, fuzzy
 msgid ""
 "This program comes with NO WARRANTY, to the extent permitted by law.\n"
@@ -143,10 +143,22 @@ msgstr ""
 "Stel het standaard zoekpad in waar de interface naar bestanden moet zoeken."
 
 #: src/libvlc.h:58
+msgid "plugin search path"
+msgstr ""
+
+#: src/libvlc.h:60
+#, fuzzy
+msgid ""
+"This option allows you to specify an additional path for vlc to lookfor its "
+"plugins."
+msgstr ""
+"Stel het standaard zoekpad in waar de interface naar bestanden moet zoeken."
+
+#: src/libvlc.h:63
 msgid "audio output module"
 msgstr "audio output module"
 
-#: src/libvlc.h:60
+#: src/libvlc.h:65
 msgid ""
 "This option allows you to select the audio output method used by vlc. The "
 "default behavior is to automatically select the best method available."
@@ -154,12 +166,12 @@ msgstr ""
 "Deze optie selecteert de audio output methode, die gebruikt wordt door vlc.\n"
 "Noot: Standaard wordt automatisch de best beschikbare methode gekozen."
 
-#: src/libvlc.h:64
+#: src/libvlc.h:69
 #, fuzzy
 msgid "enable audio"
 msgstr "schakel audio uit"
 
-#: src/libvlc.h:66
+#: src/libvlc.h:71
 #, fuzzy
 msgid ""
 "You can completely disable the audio output. In this case the audio decoding "
@@ -168,29 +180,29 @@ msgstr ""
 "Schakel alle audio output uit. De audio decoding stap wordt overgeslagen, "
 "dit bespaart zelfs wat rekenkracht."
 
-#: src/libvlc.h:69
+#: src/libvlc.h:74
 #, fuzzy
 msgid "force mono audio"
 msgstr "selecteer audio"
 
-#: src/libvlc.h:70
+#: src/libvlc.h:75
 msgid "This will force a mono audio output"
 msgstr "Dit zal mono audio output forceren."
 
-#: src/libvlc.h:72
+#: src/libvlc.h:77
 msgid "audio output volume"
 msgstr ""
 
-#: src/libvlc.h:74
+#: src/libvlc.h:79
 msgid ""
 "You can set the default audio output volume here, in a range from 0 to 1024."
 msgstr "De standaard audio output volume is instellen tussen 0 en 1024."
 
-#: src/libvlc.h:77
+#: src/libvlc.h:82
 msgid "audio output format"
 msgstr "audio output formaat"
 
-#: src/libvlc.h:79
+#: src/libvlc.h:84
 msgid ""
 "You can force the audio output format here.\n"
 "0 -> 16 bits signed native endian (default)\n"
@@ -214,11 +226,11 @@ msgstr ""
 "7 -> mpeg2 audio (unsupported)\n"
 "8 -> ac3 pass-through"
 
-#: src/libvlc.h:90
+#: src/libvlc.h:95
 msgid "audio output frequency (Hz)"
 msgstr "audio output frequentie (Hz)"
 
-#: src/libvlc.h:92
+#: src/libvlc.h:97
 #, fuzzy
 msgid ""
 "You can force the audio output frequency here. Common values are 48000, "
@@ -227,11 +239,11 @@ msgstr ""
 "Forceer de audio output frequentie hier:\n"
 "Gebruikelijke waarden zijn: 48000, 44100, 32000, 22050, 16000, 11025, 8000."
 
-#: src/libvlc.h:95
+#: src/libvlc.h:100
 msgid "compensate desynchronization of audio (in ms)"
 msgstr "compenseer audio desynchronisatie (in ms)"
 
-#: src/libvlc.h:97
+#: src/libvlc.h:102
 msgid ""
 "This option allows you to delay the audio output. This can be handy if you "
 "notice a lag between the video and the audio."
@@ -239,11 +251,11 @@ msgstr ""
 "Vertraag de audio output, deze optie is handig als audio en video niet "
 "synchroon lopen."
 
-#: src/libvlc.h:100
+#: src/libvlc.h:105
 msgid "video output module"
 msgstr "video output module"
 
-#: src/libvlc.h:102
+#: src/libvlc.h:107
 #, fuzzy
 msgid ""
 "This option allows you to select the video output method used by vlc. The "
@@ -252,12 +264,12 @@ msgstr ""
 "Selecteer de video output methode die vlc gebruikt.\n"
 "Noot: Standaard wordt automatisch de best beschikbare methode gekozen."
 
-#: src/libvlc.h:106
+#: src/libvlc.h:111
 #, fuzzy
 msgid "enable video"
 msgstr "schakel video uit"
 
-#: src/libvlc.h:108
+#: src/libvlc.h:113
 #, fuzzy
 msgid ""
 "You can completely disable the video output. In this case the video decoding "
@@ -266,21 +278,21 @@ msgstr ""
 "Schakel de video volledig uit. De video decoding stap wordt overgeslagen. Op "
 "deze manier kan er op rekenkracht bespaard worden."
 
-#: src/libvlc.h:111
+#: src/libvlc.h:116
 msgid "display identifier"
 msgstr "beeldscherm identificatie"
 
-#: src/libvlc.h:113
+#: src/libvlc.h:118
 msgid ""
 "This is the local display port that will be used for X11 drawing. For "
 "instance :0.1."
 msgstr ""
 
-#: src/libvlc.h:116
+#: src/libvlc.h:121
 msgid "video width"
 msgstr "video breedte"
 
-#: src/libvlc.h:118
+#: src/libvlc.h:123
 #, fuzzy
 msgid ""
 "You can enforce the video width here. By default vlc will adapt to the video "
@@ -290,11 +302,11 @@ msgstr ""
 "Noot: Standaard probeert vlc zich aan de video karakteristieken aan te "
 "passen."
 
-#: src/libvlc.h:121
+#: src/libvlc.h:126
 msgid "video height"
 msgstr "video hoogte"
 
-#: src/libvlc.h:123
+#: src/libvlc.h:128
 #, fuzzy
 msgid ""
 "You can enforce the video height here. By default vlc will adapt to the "
@@ -303,19 +315,19 @@ msgstr ""
 "Forceer de video hoogte hier:\n"
 "Noot: Standaard zal vlc zich aan de video karakteristieken aan passen."
 
-#: src/libvlc.h:126
+#: src/libvlc.h:131
 msgid "zoom video"
 msgstr ""
 
-#: src/libvlc.h:128
+#: src/libvlc.h:133
 msgid "You can zoom the video by the specified factor."
 msgstr ""
 
-#: src/libvlc.h:130
+#: src/libvlc.h:135
 msgid "grayscale video output"
 msgstr "grijswaarden video output"
 
-#: src/libvlc.h:132
+#: src/libvlc.h:137
 #, fuzzy
 msgid ""
 "When enabled, the color information from the video won't be decoded (this "
@@ -324,24 +336,24 @@ msgstr ""
 "Het gebruiken van deze optie resulteert in de afwezigheid van kleuren. (Dit "
 "kan rekenkracht besparen.)"
 
-#: src/libvlc.h:135
+#: src/libvlc.h:140
 #, fuzzy
 msgid "fullscreen video output"
 msgstr "Volledig scherm kleur diepte:"
 
-#: src/libvlc.h:137
+#: src/libvlc.h:142
 msgid ""
 "If this option is enabled, vlc will always start a video in fullscreen mode."
 msgstr ""
 "Als deze optie gebruikt wordt, dan zal vlc een video altijd op volledige "
 "scherm grote afspelen."
 
-#: src/libvlc.h:140
+#: src/libvlc.h:145
 #, fuzzy
 msgid "overlay video output"
 msgstr "grijswaarden video output"
 
-#: src/libvlc.h:142
+#: src/libvlc.h:147
 #, fuzzy
 msgid ""
 "If enabled, vlc will try to take advantage of the overlay capabilities of "
@@ -350,145 +362,145 @@ msgstr ""
 "Standaard probeert vlc snelheids winst te halen uit het gebruik van overlay "
 "mogelijkheden van de aanwezige grafische kaart."
 
-#: src/libvlc.h:145
+#: src/libvlc.h:150
 msgid "force SPU position"
 msgstr "forceer SPU positie"
 
-#: src/libvlc.h:147
+#: src/libvlc.h:152
 msgid ""
 "You can use this option to place the subtitles under the movie, instead of "
 "over the movie. Try several positions."
 msgstr ""
 
-#: src/libvlc.h:150
+#: src/libvlc.h:155
 msgid "video filter module"
 msgstr ""
 
-#: src/libvlc.h:152
+#: src/libvlc.h:157
 msgid ""
 "This will allow you to add a post-processing filter to enhance the picture "
 "quality, for instance deinterlacing, or to clone or distort the video window."
 msgstr ""
 
-#: src/libvlc.h:156
+#: src/libvlc.h:161
 msgid "server port"
 msgstr "server poort:"
 
-#: src/libvlc.h:158
+#: src/libvlc.h:163
 msgid "This is the port used for UDP streams. By default, we chose 1234."
 msgstr ""
 
-#: src/libvlc.h:160
+#: src/libvlc.h:165
 msgid "enable network channel mode"
 msgstr "schakel netwerk kanaal mode in"
 
-#: src/libvlc.h:162
+#: src/libvlc.h:167
 msgid "Activate this option if you want to use the VideoLAN Channel Server."
 msgstr ""
 
-#: src/libvlc.h:164
+#: src/libvlc.h:169
 msgid "channel server address"
 msgstr "Kanaal server adres:"
 
-#: src/libvlc.h:166
+#: src/libvlc.h:171
 msgid "Indicate here the address of the VideoLAN Channel Server."
 msgstr ""
 
-#: src/libvlc.h:168
+#: src/libvlc.h:173
 msgid "channel server port"
 msgstr "Kanaal server poort:"
 
-#: src/libvlc.h:170
+#: src/libvlc.h:175
 msgid "Indicate here the port on which the VideoLAN Channel Server runs."
 msgstr ""
 
-#: src/libvlc.h:172
+#: src/libvlc.h:177
 msgid "network interface"
 msgstr "netwerk interface"
 
-#: src/libvlc.h:174
+#: src/libvlc.h:179
 msgid ""
 "If you have several interfaces on your Linux machine and use the VLAN "
 "solution, you may indicate here which interface to use."
 msgstr ""
 
-#: src/libvlc.h:177
+#: src/libvlc.h:182
 msgid "choose program (SID)"
 msgstr "selecteer programma (SID)"
 
-#: src/libvlc.h:179
+#: src/libvlc.h:184
 msgid "Choose the program to select by giving its Service ID."
 msgstr "Selecteer een programma door middel van zijn bekende Service ID."
 
-#: src/libvlc.h:181
+#: src/libvlc.h:186
 msgid "choose audio"
 msgstr "selecteer audio"
 
-#: src/libvlc.h:183
+#: src/libvlc.h:188
 msgid "Give the default type of audio you want to use in a DVD."
 msgstr ""
 
-#: src/libvlc.h:185
+#: src/libvlc.h:190
 msgid "choose channel"
 msgstr "selecteer een kanaal"
 
-#: src/libvlc.h:187
+#: src/libvlc.h:192
 msgid ""
 "Give the stream number of the audio channel you want to use in a DVD (from 1 "
 "to n)."
 msgstr ""
 
-#: src/libvlc.h:190
+#: src/libvlc.h:195
 msgid "choose subtitles"
 msgstr "selecteer een ondertitel"
 
-#: src/libvlc.h:192
+#: src/libvlc.h:197
 msgid ""
 "Give the stream number of the subtitle channel you want to use in a DVD "
 "(from 1 to n)."
 msgstr ""
 
-#: src/libvlc.h:195
+#: src/libvlc.h:200
 msgid "DVD device"
 msgstr "DVD apparaat"
 
-#: src/libvlc.h:197
+#: src/libvlc.h:202
 msgid "This is the default DVD device to use."
 msgstr ""
 
-#: src/libvlc.h:199
+#: src/libvlc.h:204
 msgid "VCD device"
 msgstr "VCD apparaat"
 
-#: src/libvlc.h:201
+#: src/libvlc.h:206
 msgid "This is the default VCD device to use."
 msgstr ""
 
-#: src/libvlc.h:203
+#: src/libvlc.h:208
 msgid "force IPv6"
 msgstr "forceer IPv6"
 
-#: src/libvlc.h:205
+#: src/libvlc.h:210
 msgid ""
 "If you check this box, IPv6 will be used by default for all UDP and HTTP "
 "connections."
 msgstr ""
 
-#: src/libvlc.h:208
+#: src/libvlc.h:213
 msgid "force IPv4"
 msgstr "forceer IPv4"
 
-#: src/libvlc.h:210
+#: src/libvlc.h:215
 msgid ""
 "If you check this box, IPv4 will be used by default for all UDP and HTTP "
 "connections."
 msgstr ""
 
-#: src/libvlc.h:213
+#: src/libvlc.h:218
 msgid "choose MPEG audio decoder"
 msgstr "selecteer MPEG audio decoder"
 
-#: src/libvlc.h:215
+#: src/libvlc.h:220
 #, fuzzy
 msgid ""
 "This allows you to select the MPEG audio decoder you want to use. Common "
@@ -497,11 +509,11 @@ msgstr ""
 "Deze optie selecteert de audio output methode, die gebruikt wordt door vlc.\n"
 "Noot: Standaard wordt automatisch de best beschikbare methode gekozen."
 
-#: src/libvlc.h:218
+#: src/libvlc.h:223
 msgid "choose AC3 audio decoder"
 msgstr "selecteer AC3 audio decoder"
 
-#: src/libvlc.h:220
+#: src/libvlc.h:225
 #, fuzzy
 msgid ""
 "This allows you to select the AC3/A52 audio decoder you want to use. Common "
@@ -510,123 +522,123 @@ msgstr ""
 "Deze optie selecteert de audio output methode, die gebruikt wordt door vlc.\n"
 "Noot: Standaard wordt automatisch de best beschikbare methode gekozen."
 
-#: src/libvlc.h:223
+#: src/libvlc.h:228
 #, fuzzy
 msgid "enable CPU MMX support"
 msgstr "schakel CPU's MMU support uit"
 
-#: src/libvlc.h:225
+#: src/libvlc.h:230
 msgid ""
 "If your processor supports the MMX instructions set, vlc can take advantage "
 "of them."
 msgstr ""
 
-#: src/libvlc.h:228
+#: src/libvlc.h:233
 #, fuzzy
 msgid "enable CPU 3D Now! support"
 msgstr "schakel CPU's 3D Now! support uit"
 
-#: src/libvlc.h:230
+#: src/libvlc.h:235
 msgid ""
 "If your processor supports the 3D Now! instructions set, vlc can take "
 "advantage of them."
 msgstr ""
 
-#: src/libvlc.h:233
+#: src/libvlc.h:238
 #, fuzzy
 msgid "enable CPU MMX EXT support"
 msgstr "schakel CPU's MMX EXT support uit"
 
-#: src/libvlc.h:235
+#: src/libvlc.h:240
 msgid ""
 "If your processor supports the MMX EXT instructions set, vlc can take "
 "advantage of them."
 msgstr ""
 
-#: src/libvlc.h:238
+#: src/libvlc.h:243
 #, fuzzy
 msgid "enable CPU SSE support"
 msgstr "schakel CPU's SSE support uit"
 
-#: src/libvlc.h:240
+#: src/libvlc.h:245
 msgid ""
 "If your processor supports the SSE instructions set, vlc can take can take "
 "advantage of them."
 msgstr ""
 
-#: src/libvlc.h:243
+#: src/libvlc.h:248
 #, fuzzy
 msgid "enable CPU AltiVec support"
 msgstr "schakel CPU's AltiVec support uit"
 
-#: src/libvlc.h:245
+#: src/libvlc.h:250
 msgid ""
 "If your processor supports the AltiVec instructions set, vlc can take "
 "advantage of them."
 msgstr ""
 
-#: src/libvlc.h:248
+#: src/libvlc.h:253
 msgid "launch playlist on startup"
 msgstr "lanceer speellijst bij opstarten"
 
-#: src/libvlc.h:250
+#: src/libvlc.h:255
 msgid "If you want vlc to start playing on startup, then enable this option."
 msgstr ""
 
-#: src/libvlc.h:252
+#: src/libvlc.h:257
 #, fuzzy
 msgid "enqueue items in playlist"
 msgstr "standaard in wachtrij plaatsen"
 
-#: src/libvlc.h:254
+#: src/libvlc.h:259
 msgid ""
 "If you want vlc to add items to the playlist as you open them, then enable "
 "this option."
 msgstr ""
 
-#: src/libvlc.h:257
+#: src/libvlc.h:262
 msgid "loop playlist on end"
 msgstr "begin voor aan na einde speellijst"
 
-#: src/libvlc.h:259
+#: src/libvlc.h:264
 msgid ""
 "If you want vlc to keep playing the playlist indefinitely then enable this "
 "option."
 msgstr ""
 
-#: src/libvlc.h:262
+#: src/libvlc.h:267
 msgid "memory copy module"
 msgstr "geheugen kopieer module"
 
-#: src/libvlc.h:264
+#: src/libvlc.h:269
 msgid ""
 "You can select wich memory copy module you want to use. By default vlc will "
 "select the fastest one supported by your hardware."
 msgstr ""
 
-#: src/libvlc.h:267
+#: src/libvlc.h:272
 #, fuzzy
 msgid "access module"
 msgstr "interface module"
 
-#: src/libvlc.h:269
+#: src/libvlc.h:274
 msgid "This is a legacy entry to let you configure access modules"
 msgstr ""
 
-#: src/libvlc.h:271
+#: src/libvlc.h:276
 #, fuzzy
 msgid "demux module"
 msgstr "help module"
 
-#: src/libvlc.h:273
+#: src/libvlc.h:278
 msgid "This is a legacy entry to let you configure demux modules"
 msgstr ""
 
-#: src/libvlc.h:275
+#: src/libvlc.h:280
 msgid "fast pthread on NT/2K/XP (developpers only)"
 msgstr "snelle pthread op NT/2K/XP (alleen ontwikkelaars)"
 
-#: src/libvlc.h:277
+#: src/libvlc.h:282
 msgid ""
 "On Windows NT/2K/XP we use a slow but correct pthread implementation, you "
 "can also use this faster implementation but you might experience problems "
@@ -637,7 +649,7 @@ msgstr ""
 "echter deze is nog experimenteel.Het is dus mogelijk dat er problemen "
 "optreden met deze snellere implementatie."
 
-#: src/libvlc.h:281
+#: src/libvlc.h:286
 #, fuzzy
 msgid ""
 "\n"
@@ -667,39 +679,39 @@ msgstr ""
 "  vlc:quit                       \tstop VLC"
 
 #. Interface options
-#: src/libvlc.h:315
+#: src/libvlc.h:320
 msgid "Interface"
 msgstr ""
 
 #. Audio options
-#: src/libvlc.h:323
+#: src/libvlc.h:329
 msgid "Audio"
 msgstr ""
 
 #. Video options
-#: plugins/directx/directx.c:53 plugins/dummy/dummy.c:51 src/libvlc.h:333
+#: plugins/directx/directx.c:53 plugins/dummy/dummy.c:51 src/libvlc.h:339
 msgid "Video"
 msgstr ""
 
 #. Input options
-#: plugins/satellite/satellite.c:66 src/libvlc.h:346
+#: plugins/satellite/satellite.c:66 src/libvlc.h:352
 msgid "Input"
 msgstr ""
 
 #. Decoder options
-#: src/libvlc.h:365
+#: src/libvlc.h:371
 msgid "Decoders"
 msgstr ""
 
 #. CPU options
-#: src/libvlc.h:370
+#: src/libvlc.h:376
 msgid "CPU"
 msgstr ""
 
 #. Playlist options
 #: plugins/gtk/gnome_interface.c:506 plugins/gtk/gnome_interface.c:1824
 #: plugins/gtk/gnome_interface.c:1848 plugins/gtk/gtk_interface.c:611
-#: plugins/gtk/gtk_interface.c:2105 src/libvlc.h:378
+#: plugins/gtk/gtk_interface.c:2105 src/libvlc.h:384
 msgid "Playlist"
 msgstr "Speellijst"
 
@@ -710,37 +722,37 @@ msgstr "Speellijst"
 #: plugins/filter/wall.c:57 plugins/ggi/ggi.c:64 plugins/gtk/gnome.c:73
 #: plugins/gtk/gtk.c:71 plugins/mad/mad_adec.c:66 plugins/mga/xmga.c:106
 #: plugins/mpeg_vdec/video_parser.c:96 plugins/text/logger.c:86
-#: plugins/win32/win32.cpp:48 plugins/x11/x11.c:55 plugins/x11/xvideo.c:65
-#: src/libvlc.h:384
+#: plugins/win32/win32.cpp:48 plugins/x11/x11.c:64 plugins/x11/xvideo.c:74
+#: src/libvlc.h:390
 msgid "Miscellaneous"
 msgstr "Overige"
 
-#: src/libvlc.h:399
+#: src/libvlc.h:405
 msgid "main program"
 msgstr "hoofd programma"
 
-#: src/libvlc.h:411
+#: src/libvlc.h:417
 msgid "print help"
 msgstr "print help"
 
-#: src/libvlc.h:412
+#: src/libvlc.h:418
 msgid "print detailed help"
 msgstr "print gedetailleerde help"
 
-#: src/libvlc.h:413
+#: src/libvlc.h:419
 msgid "print a list of available modules"
 msgstr "print een lijst van beschikbare modules"
 
-#: src/libvlc.h:414
+#: src/libvlc.h:420
 #, fuzzy
 msgid "print help on module"
 msgstr "print help over module <string>"
 
-#: src/libvlc.h:415
+#: src/libvlc.h:421
 msgid "print version information"
 msgstr "print versie informatie"
 
-#: src/libvlc.h:416
+#: src/libvlc.h:422
 #, fuzzy
 msgid "print build information"
 msgstr "print versie informatie"
@@ -1409,6 +1421,7 @@ msgid "About"
 msgstr "Informatie"
 
 #: plugins/gtk/gnome_interface.c:1118 plugins/gtk/gtk_interface.c:1345
+#: plugins/kde/kde.cpp:123
 msgid "(C) 1996, 1997, 1998, 1999, 2000, 2001, 2002 - the VideoLAN Team"
 msgstr "(C) 1996, 1997, 1998, 1999, 2000, 2001, 2002 - het VideoLAN Team"
 
@@ -1425,6 +1438,7 @@ msgstr ""
 "http://www.videolan.org/"
 
 #: plugins/gtk/gnome_interface.c:1120 plugins/gtk/gtk_interface.c:1371
+#: plugins/kde/kde.cpp:120
 msgid ""
 "This is the VideoLAN client, a DVD and MPEG player. It can play MPEG and "
 "MPEG 2 files from a file or from a network source."
@@ -1826,7 +1840,7 @@ msgstr ""
 msgid "KDE interface module"
 msgstr ""
 
-#: plugins/lirc/lirc.c:64
+#: plugins/lirc/lirc.c:66
 msgid "infrared remote control module"
 msgstr "infrarood remote control module"
 
@@ -2130,7 +2144,25 @@ msgstr ""
 msgid "Win32 interface module"
 msgstr ""
 
-#: plugins/x11/x11.c:61
+#: plugins/x11/x11.c:54 plugins/x11/xvideo.c:64
+msgid "X11 drawable"
+msgstr ""
+
+#: plugins/x11/x11.c:56 plugins/x11/xvideo.c:66
+msgid ""
+"Specify a X11 drawable to use instead of opening a new window. This option "
+"is DANGEROUS, use with care."
+msgstr ""
+
+#: plugins/x11/x11.c:59 plugins/x11/xvideo.c:69
+msgid "use shared memory"
+msgstr ""
+
+#: plugins/x11/x11.c:61 plugins/x11/xvideo.c:71
+msgid "Use shared memory to communicate between vlc and the X server."
+msgstr ""
+
+#: plugins/x11/x11.c:74
 msgid "X11 module"
 msgstr ""
 
@@ -2159,7 +2191,7 @@ msgid ""
 "to improve performances by using the most efficient one."
 msgstr ""
 
-#: plugins/x11/xvideo.c:73
+#: plugins/x11/xvideo.c:86
 msgid "XVideo extension module"
 msgstr "XVideo extensie module"
 
index a97c8b5ed76468f17cf815cf8a01cb8e63830632..93bf80898f0f76f861eb6599ca93a4ae2e20abf9 100644 (file)
--- a/po/no.po
+++ b/po/no.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: vlc-cvs\n"
-"POT-Creation-Date: 2002-06-11 11:25+0200\n"
+"POT-Creation-Date: 2002-07-04 15:32+0200\n"
 "PO-Revision-Date: 2002-28-02 23.35+0100\n"
 "Last-Translator: Sigmund Augdal <sigmunau@idi.ntnu.no>.\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -13,13 +13,13 @@ msgstr ""
 "Content-Type: text/plain; charset=iso-8859-1\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: src/libvlc.c:281
+#: src/libvlc.c:284
 #, c-format
 msgid "Usage: %s [options] [parameters] [file]...\n"
 msgstr ""
 
 #. Print module name
-#: src/libvlc.c:898
+#: src/libvlc.c:902
 #, c-format
 msgid ""
 "%s module options:\n"
@@ -27,45 +27,45 @@ msgid ""
 msgstr ""
 
 #. We could also have "=<" here
-#: src/libvlc.c:919 src/misc/configuration.c:813
+#: src/libvlc.c:923 src/misc/configuration.c:813
 msgid "string"
 msgstr ""
 
-#: src/libvlc.c:922 src/misc/configuration.c:798
+#: src/libvlc.c:926 src/misc/configuration.c:798
 msgid "integer"
 msgstr ""
 
-#: src/libvlc.c:925 src/misc/configuration.c:805
+#: src/libvlc.c:929 src/misc/configuration.c:805
 msgid "float"
 msgstr ""
 
-#: src/libvlc.c:931
+#: src/libvlc.c:935
 msgid " (default enabled)"
 msgstr ""
 
-#: src/libvlc.c:932
+#: src/libvlc.c:936
 msgid " (default disabled)"
 msgstr ""
 
-#: src/libvlc.c:1014 src/libvlc.c:1063 src/libvlc.c:1087 src/libvlc.c:1106
+#: src/libvlc.c:1018 src/libvlc.c:1067 src/libvlc.c:1091 src/libvlc.c:1110
 msgid ""
 "\n"
 "Press the RETURN key to continue...\n"
 msgstr ""
 
 #. Usage
-#: src/libvlc.c:1037
+#: src/libvlc.c:1041
 #, c-format
 msgid ""
 "Usage: %s [options] [parameters] [file]...\n"
 "\n"
 msgstr ""
 
-#: src/libvlc.c:1040
+#: src/libvlc.c:1044
 msgid "[module]              [description]\n"
 msgstr ""
 
-#: src/libvlc.c:1081
+#: src/libvlc.c:1085
 msgid ""
 "This program comes with NO WARRANTY, to the extent permitted by law.\n"
 "You may redistribute it under the terms of the GNU General Public License;\n"
@@ -128,47 +128,57 @@ msgid ""
 msgstr ""
 
 #: src/libvlc.h:58
-msgid "audio output module"
+msgid "plugin search path"
 msgstr ""
 
 #: src/libvlc.h:60
 msgid ""
+"This option allows you to specify an additional path for vlc to lookfor its "
+"plugins."
+msgstr ""
+
+#: src/libvlc.h:63
+msgid "audio output module"
+msgstr ""
+
+#: src/libvlc.h:65
+msgid ""
 "This option allows you to select the audio output method used by vlc. The "
 "default behavior is to automatically select the best method available."
 msgstr ""
 
-#: src/libvlc.h:64
+#: src/libvlc.h:69
 msgid "enable audio"
 msgstr ""
 
-#: src/libvlc.h:66
+#: src/libvlc.h:71
 msgid ""
 "You can completely disable the audio output. In this case the audio decoding "
 "stage won't be done, and it will save some processing power."
 msgstr ""
 
-#: src/libvlc.h:69
+#: src/libvlc.h:74
 msgid "force mono audio"
 msgstr ""
 
-#: src/libvlc.h:70
+#: src/libvlc.h:75
 msgid "This will force a mono audio output"
 msgstr ""
 
-#: src/libvlc.h:72
+#: src/libvlc.h:77
 msgid "audio output volume"
 msgstr ""
 
-#: src/libvlc.h:74
+#: src/libvlc.h:79
 msgid ""
 "You can set the default audio output volume here, in a range from 0 to 1024."
 msgstr ""
 
-#: src/libvlc.h:77
+#: src/libvlc.h:82
 msgid "audio output format"
 msgstr ""
 
-#: src/libvlc.h:79
+#: src/libvlc.h:84
 msgid ""
 "You can force the audio output format here.\n"
 "0 -> 16 bits signed native endian (default)\n"
@@ -182,401 +192,401 @@ msgid ""
 "8 -> ac3 pass-through"
 msgstr ""
 
-#: src/libvlc.h:90
+#: src/libvlc.h:95
 msgid "audio output frequency (Hz)"
 msgstr ""
 
-#: src/libvlc.h:92
+#: src/libvlc.h:97
 msgid ""
 "You can force the audio output frequency here. Common values are 48000, "
 "44100, 32000, 22050, 16000, 11025, 8000."
 msgstr ""
 
-#: src/libvlc.h:95
+#: src/libvlc.h:100
 msgid "compensate desynchronization of audio (in ms)"
 msgstr ""
 
-#: src/libvlc.h:97
+#: src/libvlc.h:102
 msgid ""
 "This option allows you to delay the audio output. This can be handy if you "
 "notice a lag between the video and the audio."
 msgstr ""
 
-#: src/libvlc.h:100
+#: src/libvlc.h:105
 #, fuzzy
 msgid "video output module"
 msgstr "Standard grensesnitt: "
 
-#: src/libvlc.h:102
+#: src/libvlc.h:107
 msgid ""
 "This option allows you to select the video output method used by vlc. The "
 "default behavior is to automatically select the best method available."
 msgstr ""
 
-#: src/libvlc.h:106
+#: src/libvlc.h:111
 msgid "enable video"
 msgstr ""
 
-#: src/libvlc.h:108
+#: src/libvlc.h:113
 msgid ""
 "You can completely disable the video output. In this case the video decoding "
 "stage won't be done, which will save some processing power."
 msgstr ""
 
-#: src/libvlc.h:111
+#: src/libvlc.h:116
 msgid "display identifier"
 msgstr ""
 
-#: src/libvlc.h:113
+#: src/libvlc.h:118
 msgid ""
 "This is the local display port that will be used for X11 drawing. For "
 "instance :0.1."
 msgstr ""
 
-#: src/libvlc.h:116
+#: src/libvlc.h:121
 msgid "video width"
 msgstr ""
 
-#: src/libvlc.h:118
+#: src/libvlc.h:123
 msgid ""
 "You can enforce the video width here. By default vlc will adapt to the video "
 "characteristics."
 msgstr ""
 
-#: src/libvlc.h:121
+#: src/libvlc.h:126
 msgid "video height"
 msgstr ""
 
-#: src/libvlc.h:123
+#: src/libvlc.h:128
 msgid ""
 "You can enforce the video height here. By default vlc will adapt to the "
 "video characteristics."
 msgstr ""
 
-#: src/libvlc.h:126
+#: src/libvlc.h:131
 #, fuzzy
 msgid "zoom video"
 msgstr "xvideo"
 
-#: src/libvlc.h:128
+#: src/libvlc.h:133
 msgid "You can zoom the video by the specified factor."
 msgstr ""
 
-#: src/libvlc.h:130
+#: src/libvlc.h:135
 msgid "grayscale video output"
 msgstr ""
 
-#: src/libvlc.h:132
+#: src/libvlc.h:137
 msgid ""
 "When enabled, the color information from the video won't be decoded (this "
 "can also allow you to save some processing power)."
 msgstr ""
 
-#: src/libvlc.h:135
+#: src/libvlc.h:140
 #, fuzzy
 msgid "fullscreen video output"
 msgstr "Fullskjermdybde:"
 
-#: src/libvlc.h:137
+#: src/libvlc.h:142
 msgid ""
 "If this option is enabled, vlc will always start a video in fullscreen mode."
 msgstr ""
 
-#: src/libvlc.h:140
+#: src/libvlc.h:145
 #, fuzzy
 msgid "overlay video output"
 msgstr "Fullskjermdybde:"
 
-#: src/libvlc.h:142
+#: src/libvlc.h:147
 msgid ""
 "If enabled, vlc will try to take advantage of the overlay capabilities of "
 "you graphics card."
 msgstr ""
 
-#: src/libvlc.h:145
+#: src/libvlc.h:150
 msgid "force SPU position"
 msgstr ""
 
-#: src/libvlc.h:147
+#: src/libvlc.h:152
 msgid ""
 "You can use this option to place the subtitles under the movie, instead of "
 "over the movie. Try several positions."
 msgstr ""
 
-#: src/libvlc.h:150
+#: src/libvlc.h:155
 #, fuzzy
 msgid "video filter module"
 msgstr "Standard grensesnitt: "
 
-#: src/libvlc.h:152
+#: src/libvlc.h:157
 msgid ""
 "This will allow you to add a post-processing filter to enhance the picture "
 "quality, for instance deinterlacing, or to clone or distort the video window."
 msgstr ""
 
-#: src/libvlc.h:156
+#: src/libvlc.h:161
 #, fuzzy
 msgid "server port"
 msgstr "Ingen tjener !"
 
-#: src/libvlc.h:158
+#: src/libvlc.h:163
 msgid "This is the port used for UDP streams. By default, we chose 1234."
 msgstr ""
 
-#: src/libvlc.h:160
+#: src/libvlc.h:165
 #, fuzzy
 msgid "enable network channel mode"
 msgstr "Nettverkskanal:"
 
-#: src/libvlc.h:162
+#: src/libvlc.h:167
 msgid "Activate this option if you want to use the VideoLAN Channel Server."
 msgstr ""
 
-#: src/libvlc.h:164
+#: src/libvlc.h:169
 #, fuzzy
 msgid "channel server address"
 msgstr "Kanaltjener:"
 
-#: src/libvlc.h:166
+#: src/libvlc.h:171
 msgid "Indicate here the address of the VideoLAN Channel Server."
 msgstr ""
 
-#: src/libvlc.h:168
+#: src/libvlc.h:173
 #, fuzzy
 msgid "channel server port"
 msgstr "Kanaltjener:"
 
-#: src/libvlc.h:170
+#: src/libvlc.h:175
 msgid "Indicate here the port on which the VideoLAN Channel Server runs."
 msgstr ""
 
-#: src/libvlc.h:172
+#: src/libvlc.h:177
 #, fuzzy
 msgid "network interface"
 msgstr "_Gjem grensesnitt"
 
-#: src/libvlc.h:174
+#: src/libvlc.h:179
 msgid ""
 "If you have several interfaces on your Linux machine and use the VLAN "
 "solution, you may indicate here which interface to use."
 msgstr ""
 
-#: src/libvlc.h:177
+#: src/libvlc.h:182
 #, fuzzy
 msgid "choose program (SID)"
 msgstr "Avslutt programmet"
 
-#: src/libvlc.h:179
+#: src/libvlc.h:184
 msgid "Choose the program to select by giving its Service ID."
 msgstr ""
 
-#: src/libvlc.h:181
+#: src/libvlc.h:186
 msgid "choose audio"
 msgstr ""
 
-#: src/libvlc.h:183
+#: src/libvlc.h:188
 msgid "Give the default type of audio you want to use in a DVD."
 msgstr ""
 
-#: src/libvlc.h:185
+#: src/libvlc.h:190
 #, fuzzy
 msgid "choose channel"
 msgstr "Velg Kapittel"
 
-#: src/libvlc.h:187
+#: src/libvlc.h:192
 msgid ""
 "Give the stream number of the audio channel you want to use in a DVD (from 1 "
 "to n)."
 msgstr ""
 
-#: src/libvlc.h:190
+#: src/libvlc.h:195
 #, fuzzy
 msgid "choose subtitles"
 msgstr "Velg tittel"
 
-#: src/libvlc.h:192
+#: src/libvlc.h:197
 msgid ""
 "Give the stream number of the subtitle channel you want to use in a DVD "
 "(from 1 to n)."
 msgstr ""
 
-#: src/libvlc.h:195
+#: src/libvlc.h:200
 msgid "DVD device"
 msgstr ""
 
-#: src/libvlc.h:197
+#: src/libvlc.h:202
 msgid "This is the default DVD device to use."
 msgstr ""
 
-#: src/libvlc.h:199
+#: src/libvlc.h:204
 msgid "VCD device"
 msgstr ""
 
-#: src/libvlc.h:201
+#: src/libvlc.h:206
 msgid "This is the default VCD device to use."
 msgstr ""
 
-#: src/libvlc.h:203
+#: src/libvlc.h:208
 msgid "force IPv6"
 msgstr ""
 
-#: src/libvlc.h:205
+#: src/libvlc.h:210
 msgid ""
 "If you check this box, IPv6 will be used by default for all UDP and HTTP "
 "connections."
 msgstr ""
 
-#: src/libvlc.h:208
+#: src/libvlc.h:213
 msgid "force IPv4"
 msgstr ""
 
-#: src/libvlc.h:210
+#: src/libvlc.h:215
 msgid ""
 "If you check this box, IPv4 will be used by default for all UDP and HTTP "
 "connections."
 msgstr ""
 
-#: src/libvlc.h:213
+#: src/libvlc.h:218
 msgid "choose MPEG audio decoder"
 msgstr ""
 
-#: src/libvlc.h:215
+#: src/libvlc.h:220
 msgid ""
 "This allows you to select the MPEG audio decoder you want to use. Common "
 "choices are builtin and mad."
 msgstr ""
 
-#: src/libvlc.h:218
+#: src/libvlc.h:223
 msgid "choose AC3 audio decoder"
 msgstr ""
 
-#: src/libvlc.h:220
+#: src/libvlc.h:225
 msgid ""
 "This allows you to select the AC3/A52 audio decoder you want to use. Common "
 "choices are builtin and a52."
 msgstr ""
 
-#: src/libvlc.h:223
+#: src/libvlc.h:228
 msgid "enable CPU MMX support"
 msgstr ""
 
-#: src/libvlc.h:225
+#: src/libvlc.h:230
 msgid ""
 "If your processor supports the MMX instructions set, vlc can take advantage "
 "of them."
 msgstr ""
 
-#: src/libvlc.h:228
+#: src/libvlc.h:233
 msgid "enable CPU 3D Now! support"
 msgstr ""
 
-#: src/libvlc.h:230
+#: src/libvlc.h:235
 msgid ""
 "If your processor supports the 3D Now! instructions set, vlc can take "
 "advantage of them."
 msgstr ""
 
-#: src/libvlc.h:233
+#: src/libvlc.h:238
 msgid "enable CPU MMX EXT support"
 msgstr ""
 
-#: src/libvlc.h:235
+#: src/libvlc.h:240
 msgid ""
 "If your processor supports the MMX EXT instructions set, vlc can take "
 "advantage of them."
 msgstr ""
 
-#: src/libvlc.h:238
+#: src/libvlc.h:243
 msgid "enable CPU SSE support"
 msgstr ""
 
-#: src/libvlc.h:240
+#: src/libvlc.h:245
 msgid ""
 "If your processor supports the SSE instructions set, vlc can take can take "
 "advantage of them."
 msgstr ""
 
-#: src/libvlc.h:243
+#: src/libvlc.h:248
 msgid "enable CPU AltiVec support"
 msgstr ""
 
-#: src/libvlc.h:245
+#: src/libvlc.h:250
 msgid ""
 "If your processor supports the AltiVec instructions set, vlc can take "
 "advantage of them."
 msgstr ""
 
-#: src/libvlc.h:248
+#: src/libvlc.h:253
 #, fuzzy
 msgid "launch playlist on startup"
 msgstr "Kjør ved oppstart"
 
-#: src/libvlc.h:250
+#: src/libvlc.h:255
 msgid "If you want vlc to start playing on startup, then enable this option."
 msgstr ""
 
-#: src/libvlc.h:252
+#: src/libvlc.h:257
 #, fuzzy
 msgid "enqueue items in playlist"
 msgstr "Legg til i kø som standard"
 
-#: src/libvlc.h:254
+#: src/libvlc.h:259
 msgid ""
 "If you want vlc to add items to the playlist as you open them, then enable "
 "this option."
 msgstr ""
 
-#: src/libvlc.h:257
+#: src/libvlc.h:262
 #, fuzzy
 msgid "loop playlist on end"
 msgstr "Gå tilbake til start ved slutten av Spillelisten"
 
-#: src/libvlc.h:259
+#: src/libvlc.h:264
 msgid ""
 "If you want vlc to keep playing the playlist indefinitely then enable this "
 "option."
 msgstr ""
 
-#: src/libvlc.h:262
+#: src/libvlc.h:267
 msgid "memory copy module"
 msgstr ""
 
-#: src/libvlc.h:264
+#: src/libvlc.h:269
 msgid ""
 "You can select wich memory copy module you want to use. By default vlc will "
 "select the fastest one supported by your hardware."
 msgstr ""
 
-#: src/libvlc.h:267
+#: src/libvlc.h:272
 #, fuzzy
 msgid "access module"
 msgstr "Standard grensesnitt: "
 
-#: src/libvlc.h:269
+#: src/libvlc.h:274
 msgid "This is a legacy entry to let you configure access modules"
 msgstr ""
 
-#: src/libvlc.h:271
+#: src/libvlc.h:276
 #, fuzzy
 msgid "demux module"
 msgstr "Standard grensesnitt: "
 
-#: src/libvlc.h:273
+#: src/libvlc.h:278
 msgid "This is a legacy entry to let you configure demux modules"
 msgstr ""
 
-#: src/libvlc.h:275
+#: src/libvlc.h:280
 msgid "fast pthread on NT/2K/XP (developpers only)"
 msgstr ""
 
-#: src/libvlc.h:277
+#: src/libvlc.h:282
 msgid ""
 "On Windows NT/2K/XP we use a slow but correct pthread implementation, you "
 "can also use this faster implementation but you might experience problems "
 "with it."
 msgstr ""
 
-#: src/libvlc.h:281
+#: src/libvlc.h:286
 msgid ""
 "\n"
 "Playlist items:\n"
@@ -593,39 +603,39 @@ msgid ""
 msgstr ""
 
 #. Interface options
-#: src/libvlc.h:315
+#: src/libvlc.h:320
 msgid "Interface"
 msgstr "Grensesnitt"
 
 #. Audio options
-#: src/libvlc.h:323
+#: src/libvlc.h:329
 msgid "Audio"
 msgstr "Lyd"
 
 #. Video options
-#: plugins/directx/directx.c:53 plugins/dummy/dummy.c:51 src/libvlc.h:333
+#: plugins/directx/directx.c:53 plugins/dummy/dummy.c:51 src/libvlc.h:339
 msgid "Video"
 msgstr "Video"
 
 #. Input options
-#: plugins/satellite/satellite.c:66 src/libvlc.h:346
+#: plugins/satellite/satellite.c:66 src/libvlc.h:352
 msgid "Input"
 msgstr ""
 
 #. Decoder options
-#: src/libvlc.h:365
+#: src/libvlc.h:371
 msgid "Decoders"
 msgstr ""
 
 #. CPU options
-#: src/libvlc.h:370
+#: src/libvlc.h:376
 msgid "CPU"
 msgstr ""
 
 #. Playlist options
 #: plugins/gtk/gnome_interface.c:506 plugins/gtk/gnome_interface.c:1824
 #: plugins/gtk/gnome_interface.c:1848 plugins/gtk/gtk_interface.c:611
-#: plugins/gtk/gtk_interface.c:2105 src/libvlc.h:378
+#: plugins/gtk/gtk_interface.c:2105 src/libvlc.h:384
 msgid "Playlist"
 msgstr "Spilleliste"
 
@@ -636,38 +646,38 @@ msgstr "Spilleliste"
 #: plugins/filter/wall.c:57 plugins/ggi/ggi.c:64 plugins/gtk/gnome.c:73
 #: plugins/gtk/gtk.c:71 plugins/mad/mad_adec.c:66 plugins/mga/xmga.c:106
 #: plugins/mpeg_vdec/video_parser.c:96 plugins/text/logger.c:86
-#: plugins/win32/win32.cpp:48 plugins/x11/x11.c:55 plugins/x11/xvideo.c:65
-#: src/libvlc.h:384
+#: plugins/win32/win32.cpp:48 plugins/x11/x11.c:64 plugins/x11/xvideo.c:74
+#: src/libvlc.h:390
 msgid "Miscellaneous"
 msgstr ""
 
-#: src/libvlc.h:399
+#: src/libvlc.h:405
 #, fuzzy
 msgid "main program"
 msgstr "Avslutt programmet"
 
-#: src/libvlc.h:411
+#: src/libvlc.h:417
 msgid "print help"
 msgstr ""
 
-#: src/libvlc.h:412
+#: src/libvlc.h:418
 msgid "print detailed help"
 msgstr ""
 
-#: src/libvlc.h:413
+#: src/libvlc.h:419
 msgid "print a list of available modules"
 msgstr ""
 
-#: src/libvlc.h:414
+#: src/libvlc.h:420
 #, fuzzy
 msgid "print help on module"
 msgstr "Standard grensesnitt: "
 
-#: src/libvlc.h:415
+#: src/libvlc.h:421
 msgid "print version information"
 msgstr ""
 
-#: src/libvlc.h:416
+#: src/libvlc.h:422
 msgid "print build information"
 msgstr ""
 
@@ -1345,6 +1355,7 @@ msgid "About"
 msgstr "Om"
 
 #: plugins/gtk/gnome_interface.c:1118 plugins/gtk/gtk_interface.c:1345
+#: plugins/kde/kde.cpp:123
 #, fuzzy
 msgid "(C) 1996, 1997, 1998, 1999, 2000, 2001, 2002 - the VideoLAN Team"
 msgstr "(C) 1996, 1997, 1998, 1999, 2000, 2001 - the VideoLAN Team"
@@ -1360,6 +1371,7 @@ msgid ""
 msgstr ""
 
 #: plugins/gtk/gnome_interface.c:1120 plugins/gtk/gtk_interface.c:1371
+#: plugins/kde/kde.cpp:120
 msgid ""
 "This is the VideoLAN client, a DVD and MPEG player. It can play MPEG and "
 "MPEG 2 files from a file or from a network source."
@@ -1777,7 +1789,7 @@ msgstr ""
 msgid "KDE interface module"
 msgstr "Standard grensesnitt: "
 
-#: plugins/lirc/lirc.c:64
+#: plugins/lirc/lirc.c:66
 msgid "infrared remote control module"
 msgstr ""
 
@@ -2065,7 +2077,25 @@ msgstr ""
 msgid "Win32 interface module"
 msgstr "Standard grensesnitt: "
 
-#: plugins/x11/x11.c:61
+#: plugins/x11/x11.c:54 plugins/x11/xvideo.c:64
+msgid "X11 drawable"
+msgstr ""
+
+#: plugins/x11/x11.c:56 plugins/x11/xvideo.c:66
+msgid ""
+"Specify a X11 drawable to use instead of opening a new window. This option "
+"is DANGEROUS, use with care."
+msgstr ""
+
+#: plugins/x11/x11.c:59 plugins/x11/xvideo.c:69
+msgid "use shared memory"
+msgstr ""
+
+#: plugins/x11/x11.c:61 plugins/x11/xvideo.c:71
+msgid "Use shared memory to communicate between vlc and the X server."
+msgstr ""
+
+#: plugins/x11/x11.c:74
 msgid "X11 module"
 msgstr ""
 
@@ -2092,7 +2122,7 @@ msgid ""
 "to improve performances by using the most efficient one."
 msgstr ""
 
-#: plugins/x11/xvideo.c:73
+#: plugins/x11/xvideo.c:86
 msgid "XVideo extension module"
 msgstr ""
 
index 30d677bcff2251ea91a6bf33106924d5443312c3..e97a2213b348091a1dacfd746a5a8eb40e7fea76 100644 (file)
--- a/po/pl.po
+++ b/po/pl.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: vlc\n"
-"POT-Creation-Date: 2002-06-11 11:25+0200\n"
+"POT-Creation-Date: 2002-07-04 15:32+0200\n"
 "PO-Revision-Date: 2002-05-26 18:31+0200\n"
 "Last-Translator: Arkadiusz Lipiec <alipiec@elka.pw.edu.pl>\n"
 "Language-Team: polish <pl@li.org>\n"
@@ -13,13 +13,13 @@ msgstr ""
 "Content-Type: text/plain; charset=iso-8859-2\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: src/libvlc.c:281
+#: src/libvlc.c:284
 #, c-format
 msgid "Usage: %s [options] [parameters] [file]...\n"
 msgstr "U¿ycie: %s [opcje] [parametry] [plik]...\n"
 
 #. Print module name
-#: src/libvlc.c:898
+#: src/libvlc.c:902
 #, c-format
 msgid ""
 "%s module options:\n"
@@ -29,27 +29,27 @@ msgstr ""
 "\n"
 
 #. We could also have "=<" here
-#: src/libvlc.c:919 src/misc/configuration.c:813
+#: src/libvlc.c:923 src/misc/configuration.c:813
 msgid "string"
 msgstr "napis"
 
-#: src/libvlc.c:922 src/misc/configuration.c:798
+#: src/libvlc.c:926 src/misc/configuration.c:798
 msgid "integer"
 msgstr "liczba ca³kowita"
 
-#: src/libvlc.c:925 src/misc/configuration.c:805
+#: src/libvlc.c:929 src/misc/configuration.c:805
 msgid "float"
 msgstr "liczba zmiennoprz."
 
-#: src/libvlc.c:931
+#: src/libvlc.c:935
 msgid " (default enabled)"
 msgstr " (domy¶lnie w³±czone)"
 
-#: src/libvlc.c:932
+#: src/libvlc.c:936
 msgid " (default disabled)"
 msgstr " (domy¶lnie wy³±czone)"
 
-#: src/libvlc.c:1014 src/libvlc.c:1063 src/libvlc.c:1087 src/libvlc.c:1106
+#: src/libvlc.c:1018 src/libvlc.c:1067 src/libvlc.c:1091 src/libvlc.c:1110
 msgid ""
 "\n"
 "Press the RETURN key to continue...\n"
@@ -58,7 +58,7 @@ msgstr ""
 "Naci¶nij klawisz ENTER aby kontynuowaæ...\n"
 
 #. Usage
-#: src/libvlc.c:1037
+#: src/libvlc.c:1041
 #, c-format
 msgid ""
 "Usage: %s [options] [parameters] [file]...\n"
@@ -67,11 +67,11 @@ msgstr ""
 "U¿ycie: %s [opcje] [parametry] [plik]...\n"
 "\n"
 
-#: src/libvlc.c:1040
+#: src/libvlc.c:1044
 msgid "[module]              [description]\n"
 msgstr "[modu³]               [opis]\n"
 
-#: src/libvlc.c:1081
+#: src/libvlc.c:1085
 msgid ""
 "This program comes with NO WARRANTY, to the extent permitted by law.\n"
 "You may redistribute it under the terms of the GNU General Public License;\n"
@@ -142,10 +142,23 @@ msgstr ""
 "otwiera³ w poszukiwaniu pliku."
 
 #: src/libvlc.h:58
+msgid "plugin search path"
+msgstr ""
+
+#: src/libvlc.h:60
+#, fuzzy
+msgid ""
+"This option allows you to specify an additional path for vlc to lookfor its "
+"plugins."
+msgstr ""
+"Ta opcja umo¿liwia ustawienie domy¶lnej ¶cie¿ki, któr± interfejs bêdzie "
+"otwiera³ w poszukiwaniu pliku."
+
+#: src/libvlc.h:63
 msgid "audio output module"
 msgstr "modu³ wyj¶ciowy d¼wiêku"
 
-#: src/libvlc.h:60
+#: src/libvlc.h:65
 msgid ""
 "This option allows you to select the audio output method used by vlc. The "
 "default behavior is to automatically select the best method available."
@@ -153,11 +166,11 @@ msgstr ""
 "Ta opcja umo¿liwia wybranie metody wyj¶ciowej d¼wiêku u¿ywanej przez vlc. "
 "Domy¶lnym zachowaniem jest automatyczne wybranie najlepszej dostêpnej metody."
 
-#: src/libvlc.h:64
+#: src/libvlc.h:69
 msgid "enable audio"
 msgstr "w³±czenie d¼wiêku"
 
-#: src/libvlc.h:66
+#: src/libvlc.h:71
 msgid ""
 "You can completely disable the audio output. In this case the audio decoding "
 "stage won't be done, and it will save some processing power."
@@ -165,30 +178,30 @@ msgstr ""
 "Mo¿na ca³kiem wy³±czyæ d¼wiêk. W tym przypadku etap dekodowania d¼wiêku nie "
 "zostanie wykonany, wiêc bêdzie mo¿na zaoszczêdziæ trochê mocy procesora."
 
-#: src/libvlc.h:69
+#: src/libvlc.h:74
 msgid "force mono audio"
 msgstr "wymuszenie d¼wiêku mono"
 
-#: src/libvlc.h:70
+#: src/libvlc.h:75
 msgid "This will force a mono audio output"
 msgstr "Ta opcja wymusza wyj¶cie d¼wiêku w trybie mono"
 
-#: src/libvlc.h:72
+#: src/libvlc.h:77
 msgid "audio output volume"
 msgstr "g³o¶no¶æ wyj¶cia d¼wiêku"
 
-#: src/libvlc.h:74
+#: src/libvlc.h:79
 msgid ""
 "You can set the default audio output volume here, in a range from 0 to 1024."
 msgstr ""
 "Mo¿na ustawiæ domy¶lny poziom g³o¶no¶ci wyj¶cia d¼wiêku w zakresie od 0 do "
 "1024."
 
-#: src/libvlc.h:77
+#: src/libvlc.h:82
 msgid "audio output format"
 msgstr "format wyj¶ciowy d¼wiêku"
 
-#: src/libvlc.h:79
+#: src/libvlc.h:84
 msgid ""
 "You can force the audio output format here.\n"
 "0 -> 16 bits signed native endian (default)\n"
@@ -212,11 +225,11 @@ msgstr ""
 "7 -> d¼wiêk mpeg2 (nieobs³ugiwane)\n"
 "8 -> ac3 pass-through"
 
-#: src/libvlc.h:90
+#: src/libvlc.h:95
 msgid "audio output frequency (Hz)"
 msgstr "czêstotliwo¶æ wyj¶ciowa d¼wiêku (Hz)"
 
-#: src/libvlc.h:92
+#: src/libvlc.h:97
 msgid ""
 "You can force the audio output frequency here. Common values are 48000, "
 "44100, 32000, 22050, 16000, 11025, 8000."
@@ -224,11 +237,11 @@ msgstr ""
 "W tym miejscu mo¿na wymusiæ czêstotliwo¶æ wyj¶ciow± d¼wiêku. Zwyk³ymi "
 "warto¶ciami s± 48000, 44100, 32000, 22050, 16000, 11025, 8000."
 
-#: src/libvlc.h:95
+#: src/libvlc.h:100
 msgid "compensate desynchronization of audio (in ms)"
 msgstr "kompensacja rozsynchronizowania d¼wiêku (w ms)"
 
-#: src/libvlc.h:97
+#: src/libvlc.h:102
 msgid ""
 "This option allows you to delay the audio output. This can be handy if you "
 "notice a lag between the video and the audio."
@@ -236,11 +249,11 @@ msgstr ""
 "Ta opcja umo¿liwia opó¼nienie wyj¶cia d¼wiêku. To mo¿e byæ u¿yteczne w razie "
 "wystêpowania opó¼nieñ miêdzy d¼wiêkiem a obrazem."
 
-#: src/libvlc.h:100
+#: src/libvlc.h:105
 msgid "video output module"
 msgstr "modu³ wyj¶ciowy obrazu"
 
-#: src/libvlc.h:102
+#: src/libvlc.h:107
 msgid ""
 "This option allows you to select the video output method used by vlc. The "
 "default behavior is to automatically select the best method available."
@@ -248,11 +261,11 @@ msgstr ""
 "Ta opcja umo¿liwia wybranie metody wyj¶ciowej obrazu u¿ywanej przez vlc. "
 "Domy¶lnym zachowaniem jest automatyczny wybór najlepszej dostêpnej metody."
 
-#: src/libvlc.h:106
+#: src/libvlc.h:111
 msgid "enable video"
 msgstr "w³±czony obraz"
 
-#: src/libvlc.h:108
+#: src/libvlc.h:113
 msgid ""
 "You can completely disable the video output. In this case the video decoding "
 "stage won't be done, which will save some processing power."
@@ -261,21 +274,21 @@ msgstr ""
 "obrazu nie zostanie wykonany, co umo¿liwi zaoszczêdzenie trochê mocy "
 "procesora."
 
-#: src/libvlc.h:111
+#: src/libvlc.h:116
 msgid "display identifier"
 msgstr "identyfikator ekranu"
 
-#: src/libvlc.h:113
+#: src/libvlc.h:118
 msgid ""
 "This is the local display port that will be used for X11 drawing. For "
 "instance :0.1."
 msgstr "Lokalny port ekranu u¿ywany przez X11 do rysowania. Na przyk³ad :0.1."
 
-#: src/libvlc.h:116
+#: src/libvlc.h:121
 msgid "video width"
 msgstr "szeroko¶æ obrazu"
 
-#: src/libvlc.h:118
+#: src/libvlc.h:123
 msgid ""
 "You can enforce the video width here. By default vlc will adapt to the video "
 "characteristics."
@@ -283,11 +296,11 @@ msgstr ""
 "Mo¿na wymusiæ w tym miejscu szeroko¶æ obrazu. Domy¶lnie vlc zaadoptuje "
 "charakterystyki obrazu."
 
-#: src/libvlc.h:121
+#: src/libvlc.h:126
 msgid "video height"
 msgstr "wysoko¶æ obrazu"
 
-#: src/libvlc.h:123
+#: src/libvlc.h:128
 msgid ""
 "You can enforce the video height here. By default vlc will adapt to the "
 "video characteristics."
@@ -295,19 +308,19 @@ msgstr ""
 "Mo¿na wymusiæ w tym miejscu wysoko¶æ obrazu. Domy¶lnie vlc zaadoptuje "
 "charakterystyki obrazu."
 
-#: src/libvlc.h:126
+#: src/libvlc.h:131
 msgid "zoom video"
 msgstr "skalowanie obrazu"
 
-#: src/libvlc.h:128
+#: src/libvlc.h:133
 msgid "You can zoom the video by the specified factor."
 msgstr "Mo¿na skalowaæ obraz o okre¶lony wspó³czynnik."
 
-#: src/libvlc.h:130
+#: src/libvlc.h:135
 msgid "grayscale video output"
 msgstr "wyj¶cie obrazu w skali szaro¶ci"
 
-#: src/libvlc.h:132
+#: src/libvlc.h:137
 msgid ""
 "When enabled, the color information from the video won't be decoded (this "
 "can also allow you to save some processing power)."
@@ -315,21 +328,21 @@ msgstr ""
 "Po w³±czeniu informacje o kolorze z obrazu nie zostan± zdekodowane (pozwala "
 "to tak¿e na oszczêdzenie trochê mocy procesora)."
 
-#: src/libvlc.h:135
+#: src/libvlc.h:140
 msgid "fullscreen video output"
 msgstr "wyj¶cie pe³noekranowe obrazu"
 
-#: src/libvlc.h:137
+#: src/libvlc.h:142
 msgid ""
 "If this option is enabled, vlc will always start a video in fullscreen mode."
 msgstr ""
 "Po w³±czeniu tej opcji, vlc zawsze wy¶wietli obraz w trybie pe³noekranowym."
 
-#: src/libvlc.h:140
+#: src/libvlc.h:145
 msgid "overlay video output"
 msgstr "wyj¶cie obrazu w trybie overlay"
 
-#: src/libvlc.h:142
+#: src/libvlc.h:147
 msgid ""
 "If enabled, vlc will try to take advantage of the overlay capabilities of "
 "you graphics card."
@@ -337,11 +350,11 @@ msgstr ""
 "Po w³±czeniu, vlc bêdzie próbowa³ skorzystaæ z w³a¶ciwo¶ci overlay karty "
 "graficznej."
 
-#: src/libvlc.h:145
+#: src/libvlc.h:150
 msgid "force SPU position"
 msgstr "wymuszanie pozycji SPU"
 
-#: src/libvlc.h:147
+#: src/libvlc.h:152
 msgid ""
 "You can use this option to place the subtitles under the movie, instead of "
 "over the movie. Try several positions."
@@ -349,11 +362,11 @@ msgstr ""
 "Mo¿na u¿yæ tej opcji do umieszczania podtytu³ów pod filmem, zamiast nad nim. "
 "Wypróbuj ró¿ne pozycje."
 
-#: src/libvlc.h:150
+#: src/libvlc.h:155
 msgid "video filter module"
 msgstr "modu³ filtru obrazu"
 
-#: src/libvlc.h:152
+#: src/libvlc.h:157
 msgid ""
 "This will allow you to add a post-processing filter to enhance the picture "
 "quality, for instance deinterlacing, or to clone or distort the video window."
@@ -361,45 +374,45 @@ msgstr ""
 "Ta opcja umo¿liwia dodawanie filtrów polepszaj±cych jako¶æ obrazu, np. filtr "
 "przeciwko migotaniu, lub klonowanie zak³óceñ obrazu."
 
-#: src/libvlc.h:156
+#: src/libvlc.h:161
 msgid "server port"
 msgstr "port serwera"
 
-#: src/libvlc.h:158
+#: src/libvlc.h:163
 msgid "This is the port used for UDP streams. By default, we chose 1234."
 msgstr "Port serwera u¿ywany dla strumieni UDP. Domy¶lnie 1234."
 
-#: src/libvlc.h:160
+#: src/libvlc.h:165
 msgid "enable network channel mode"
 msgstr "w³±czenie trybu kana³ów sieciowych"
 
-#: src/libvlc.h:162
+#: src/libvlc.h:167
 msgid "Activate this option if you want to use the VideoLAN Channel Server."
 msgstr "Aktywowanie tej opcji umo¿liwia u¿ywanie serwera kana³ów VideoLAN."
 
-#: src/libvlc.h:164
+#: src/libvlc.h:169
 msgid "channel server address"
 msgstr "adres serwera kana³ów"
 
-#: src/libvlc.h:166
+#: src/libvlc.h:171
 msgid "Indicate here the address of the VideoLAN Channel Server."
 msgstr "Tutaj nale¿y podaæ adres serwera kana³ów VideoLAN."
 
-#: src/libvlc.h:168
+#: src/libvlc.h:173
 msgid "channel server port"
 msgstr "port serwera kana³ów"
 
-#: src/libvlc.h:170
+#: src/libvlc.h:175
 msgid "Indicate here the port on which the VideoLAN Channel Server runs."
 msgstr ""
 "Tutaj nale¿y okre¶liæ port na którym uruchomiony jest serwer kana³ów "
 "VideoLAN."
 
-#: src/libvlc.h:172
+#: src/libvlc.h:177
 msgid "network interface"
 msgstr "interfejs sieciowy"
 
-#: src/libvlc.h:174
+#: src/libvlc.h:179
 msgid ""
 "If you have several interfaces on your Linux machine and use the VLAN "
 "solution, you may indicate here which interface to use."
@@ -407,27 +420,27 @@ msgstr ""
 "Je¶li istnieje kilka interfejsów sieciowych na komputerze i u¿ywane jest "
 "rozwi±zanie VLAN, mo¿na wskazaæ który interfejs bêdzie u¿ywany."
 
-#: src/libvlc.h:177
+#: src/libvlc.h:182
 msgid "choose program (SID)"
 msgstr "wybierz program (SID)"
 
-#: src/libvlc.h:179
+#: src/libvlc.h:184
 msgid "Choose the program to select by giving its Service ID."
 msgstr "Wybierz program podaj±c jego identyfikator us³ugi."
 
-#: src/libvlc.h:181
+#: src/libvlc.h:186
 msgid "choose audio"
 msgstr "wybierz d¼wiêk"
 
-#: src/libvlc.h:183
+#: src/libvlc.h:188
 msgid "Give the default type of audio you want to use in a DVD."
 msgstr "Podaj domy¶lny typ d¼wiêku u¿ywany przy odtwarzaniu  DVD."
 
-#: src/libvlc.h:185
+#: src/libvlc.h:190
 msgid "choose channel"
 msgstr "wybierz kana³"
 
-#: src/libvlc.h:187
+#: src/libvlc.h:192
 msgid ""
 "Give the stream number of the audio channel you want to use in a DVD (from 1 "
 "to n)."
@@ -435,11 +448,11 @@ msgstr ""
 "Podaj numer strumienia kana³u d¼wiekowego u¿ywany przy odtwarzaniu DVD (od 1 "
 "do n)."
 
-#: src/libvlc.h:190
+#: src/libvlc.h:195
 msgid "choose subtitles"
 msgstr "wybierz podtytu³y"
 
-#: src/libvlc.h:192
+#: src/libvlc.h:197
 msgid ""
 "Give the stream number of the subtitle channel you want to use in a DVD "
 "(from 1 to n)."
@@ -447,27 +460,27 @@ msgstr ""
 "Podaj numer strumienia kana³u podtytu³ów u¿ywanego przy odtwarzaniu DVD (od "
 "1 do n)."
 
-#: src/libvlc.h:195
+#: src/libvlc.h:200
 msgid "DVD device"
 msgstr "urz±dzenie DVD"
 
-#: src/libvlc.h:197
+#: src/libvlc.h:202
 msgid "This is the default DVD device to use."
 msgstr "Domy¶lnie u¿ywane urz±dzenie DVD."
 
-#: src/libvlc.h:199
+#: src/libvlc.h:204
 msgid "VCD device"
 msgstr "urz±dzenie VCD"
 
-#: src/libvlc.h:201
+#: src/libvlc.h:206
 msgid "This is the default VCD device to use."
 msgstr "Domy¶lnie u¿ywane urz±dzenie VCD."
 
-#: src/libvlc.h:203
+#: src/libvlc.h:208
 msgid "force IPv6"
 msgstr "wymu¶ IPv6"
 
-#: src/libvlc.h:205
+#: src/libvlc.h:210
 msgid ""
 "If you check this box, IPv6 will be used by default for all UDP and HTTP "
 "connections."
@@ -475,11 +488,11 @@ msgstr ""
 "Zaznaczenie tej opcji powoduje, ¿e IPv6 bêdzie u¿ywany domy¶lnie dla "
 "wszystkich po³±czeñ UDP i HTTP."
 
-#: src/libvlc.h:208
+#: src/libvlc.h:213
 msgid "force IPv4"
 msgstr "wymu¶ IPv4"
 
-#: src/libvlc.h:210
+#: src/libvlc.h:215
 msgid ""
 "If you check this box, IPv4 will be used by default for all UDP and HTTP "
 "connections."
@@ -487,11 +500,11 @@ msgstr ""
 "Zaznaczenie tej opcji powoduje, ¿e IPv4 bêdzie u¿ywany domy¶lnie dla "
 "wszystkich po³±czeñ UDP i HTTP."
 
-#: src/libvlc.h:213
+#: src/libvlc.h:218
 msgid "choose MPEG audio decoder"
 msgstr "wybór dekodera d¼wiêku MPEG"
 
-#: src/libvlc.h:215
+#: src/libvlc.h:220
 msgid ""
 "This allows you to select the MPEG audio decoder you want to use. Common "
 "choices are builtin and mad."
@@ -499,11 +512,11 @@ msgstr ""
 "Ta opcja umozliwia wybranie u¿ywanego dekodera d¼wiêku MPEG. Normalne opcje "
 "wyboru to wbudowana i szalona."
 
-#: src/libvlc.h:218
+#: src/libvlc.h:223
 msgid "choose AC3 audio decoder"
 msgstr "wybierz dekoder d¼wiêku AC3"
 
-#: src/libvlc.h:220
+#: src/libvlc.h:225
 msgid ""
 "This allows you to select the AC3/A52 audio decoder you want to use. Common "
 "choices are builtin and a52."
@@ -511,32 +524,32 @@ msgstr ""
 "Ta opcja umo¿liwia wybranie u¿ywanego dekodera d¼wiêku AC3/A52. Zwyk³e opcje "
 "wyboru s± wbudowana i a52."
 
-#: src/libvlc.h:223
+#: src/libvlc.h:228
 msgid "enable CPU MMX support"
 msgstr "w³±czona obs³uga MMX procesora"
 
-#: src/libvlc.h:225
+#: src/libvlc.h:230
 msgid ""
 "If your processor supports the MMX instructions set, vlc can take advantage "
 "of them."
 msgstr "Je¶li procesor obs³uguje zbiór istrukcji MMX, mo¿na z nich skorzystaæ."
 
-#: src/libvlc.h:228
+#: src/libvlc.h:233
 msgid "enable CPU 3D Now! support"
 msgstr "w³±czona obs³uga 3D Now!"
 
-#: src/libvlc.h:230
+#: src/libvlc.h:235
 msgid ""
 "If your processor supports the 3D Now! instructions set, vlc can take "
 "advantage of them."
 msgstr ""
 "Je¶li procesor obs³uguje zbiór istrukcji 3D Now!, mo¿na z nich skorzystaæ."
 
-#: src/libvlc.h:233
+#: src/libvlc.h:238
 msgid "enable CPU MMX EXT support"
 msgstr "w³±czona obs³uga MMX EXT"
 
-#: src/libvlc.h:235
+#: src/libvlc.h:240
 msgid ""
 "If your processor supports the MMX EXT instructions set, vlc can take "
 "advantage of them."
@@ -544,42 +557,42 @@ msgstr ""
 "Je¶li procesor obs³uguje rozszerzony zbiór istrukcji MMX, mo¿na z nich "
 "skorzystaæ."
 
-#: src/libvlc.h:238
+#: src/libvlc.h:243
 msgid "enable CPU SSE support"
 msgstr "w³±czona obs³uga SSE"
 
-#: src/libvlc.h:240
+#: src/libvlc.h:245
 msgid ""
 "If your processor supports the SSE instructions set, vlc can take can take "
 "advantage of them."
 msgstr "Je¶li procesor obs³uguje zbiór istrukcji SSE, mo¿na z nich skorzystaæ."
 
-#: src/libvlc.h:243
+#: src/libvlc.h:248
 msgid "enable CPU AltiVec support"
 msgstr "w³±czona obs³uga AltiVec"
 
-#: src/libvlc.h:245
+#: src/libvlc.h:250
 msgid ""
 "If your processor supports the AltiVec instructions set, vlc can take "
 "advantage of them."
 msgstr ""
 "Je¶li procesor obs³uguje zbiór istrukcji AltiVec, mo¿na z nich skorzystaæ."
 
-#: src/libvlc.h:248
+#: src/libvlc.h:253
 msgid "launch playlist on startup"
 msgstr "w³±czanie listy odtwarzania przy uruchamianiu"
 
-#: src/libvlc.h:250
+#: src/libvlc.h:255
 msgid "If you want vlc to start playing on startup, then enable this option."
 msgstr ""
 "Je¶li vlc ma w³±czaæ odtwarzanie po uruchomieniu wówczas nale¿y zaznaczyæ t± "
 "opcjê."
 
-#: src/libvlc.h:252
+#: src/libvlc.h:257
 msgid "enqueue items in playlist"
 msgstr "kolejkowanie obiektów listy odtwarzania"
 
-#: src/libvlc.h:254
+#: src/libvlc.h:259
 msgid ""
 "If you want vlc to add items to the playlist as you open them, then enable "
 "this option."
@@ -587,11 +600,11 @@ msgstr ""
 "Je¶li vlc ma dodawaæ pliki do listy odtwarzania po ich otwarciu wówczas "
 "nale¿y zaznaczyæ t± opcjê."
 
-#: src/libvlc.h:257
+#: src/libvlc.h:262
 msgid "loop playlist on end"
 msgstr "zapêtlanie listy odtwarzania"
 
-#: src/libvlc.h:259
+#: src/libvlc.h:264
 msgid ""
 "If you want vlc to keep playing the playlist indefinitely then enable this "
 "option."
@@ -599,11 +612,11 @@ msgstr ""
 "Je¶li vlc ma odtwarzaæ w nieskoñczono¶æ listê odtwarzania wówczas nale¿y "
 "zaznaczyæ t± opcjê."
 
-#: src/libvlc.h:262
+#: src/libvlc.h:267
 msgid "memory copy module"
 msgstr "modu³ kopiowania pamiêci"
 
-#: src/libvlc.h:264
+#: src/libvlc.h:269
 msgid ""
 "You can select wich memory copy module you want to use. By default vlc will "
 "select the fastest one supported by your hardware."
@@ -611,27 +624,27 @@ msgstr ""
 "Mo¿na wybraæ który z modu³ów kopiowania pamiêci ma byæ u¿ywany. Domy¶lnie "
 "vlc wybierze najszybszy obs³ugiwany przez sprzêt modu³."
 
-#: src/libvlc.h:267
+#: src/libvlc.h:272
 msgid "access module"
 msgstr "modu³ dostêpu"
 
-#: src/libvlc.h:269
+#: src/libvlc.h:274
 msgid "This is a legacy entry to let you configure access modules"
 msgstr "To jest zapis dostêpu umo¿liwiaj±cy konfigurownie modu³ów dostêpu"
 
-#: src/libvlc.h:271
+#: src/libvlc.h:276
 msgid "demux module"
 msgstr "modu³ demux"
 
-#: src/libvlc.h:273
+#: src/libvlc.h:278
 msgid "This is a legacy entry to let you configure demux modules"
 msgstr "To jest zapis umo¿liwiaj±cy konfigurowanie modu³ów demux"
 
-#: src/libvlc.h:275
+#: src/libvlc.h:280
 msgid "fast pthread on NT/2K/XP (developpers only)"
 msgstr "szybkie w±tki pthread na NT/2K/Xp (tylko programi¶ci)"
 
-#: src/libvlc.h:277
+#: src/libvlc.h:282
 msgid ""
 "On Windows NT/2K/XP we use a slow but correct pthread implementation, you "
 "can also use this faster implementation but you might experience problems "
@@ -641,7 +654,7 @@ msgstr ""
 "w±tków pthread, mo¿na tak¿e wybraæ szybsz± implementacjê lecz wówczas mo¿na "
 "napotkaæ problemy."
 
-#: src/libvlc.h:281
+#: src/libvlc.h:286
 msgid ""
 "\n"
 "Playlist items:\n"
@@ -670,39 +683,39 @@ msgstr ""
 "  vlc:quit                       wyj¶cie z VLC\n"
 
 #. Interface options
-#: src/libvlc.h:315
+#: src/libvlc.h:320
 msgid "Interface"
 msgstr "Interfejs"
 
 #. Audio options
-#: src/libvlc.h:323
+#: src/libvlc.h:329
 msgid "Audio"
 msgstr "D¼wiêk"
 
 #. Video options
-#: plugins/directx/directx.c:53 plugins/dummy/dummy.c:51 src/libvlc.h:333
+#: plugins/directx/directx.c:53 plugins/dummy/dummy.c:51 src/libvlc.h:339
 msgid "Video"
 msgstr "Obraz"
 
 #. Input options
-#: plugins/satellite/satellite.c:66 src/libvlc.h:346
+#: plugins/satellite/satellite.c:66 src/libvlc.h:352
 msgid "Input"
 msgstr "Wej¶cie"
 
 #. Decoder options
-#: src/libvlc.h:365
+#: src/libvlc.h:371
 msgid "Decoders"
 msgstr "Dekodery"
 
 #. CPU options
-#: src/libvlc.h:370
+#: src/libvlc.h:376
 msgid "CPU"
 msgstr "CPU"
 
 #. Playlist options
 #: plugins/gtk/gnome_interface.c:506 plugins/gtk/gnome_interface.c:1824
 #: plugins/gtk/gnome_interface.c:1848 plugins/gtk/gtk_interface.c:611
-#: plugins/gtk/gtk_interface.c:2105 src/libvlc.h:378
+#: plugins/gtk/gtk_interface.c:2105 src/libvlc.h:384
 msgid "Playlist"
 msgstr "Lista odtwarzania"
 
@@ -713,36 +726,36 @@ msgstr "Lista odtwarzania"
 #: plugins/filter/wall.c:57 plugins/ggi/ggi.c:64 plugins/gtk/gnome.c:73
 #: plugins/gtk/gtk.c:71 plugins/mad/mad_adec.c:66 plugins/mga/xmga.c:106
 #: plugins/mpeg_vdec/video_parser.c:96 plugins/text/logger.c:86
-#: plugins/win32/win32.cpp:48 plugins/x11/x11.c:55 plugins/x11/xvideo.c:65
-#: src/libvlc.h:384
+#: plugins/win32/win32.cpp:48 plugins/x11/x11.c:64 plugins/x11/xvideo.c:74
+#: src/libvlc.h:390
 msgid "Miscellaneous"
 msgstr "Ró¿ne"
 
-#: src/libvlc.h:399
+#: src/libvlc.h:405
 msgid "main program"
 msgstr "g³ówny program"
 
-#: src/libvlc.h:411
+#: src/libvlc.h:417
 msgid "print help"
 msgstr "wy¶wietl pomoc"
 
-#: src/libvlc.h:412
+#: src/libvlc.h:418
 msgid "print detailed help"
 msgstr "wy¶wietl pomoc szczegó³ow±"
 
-#: src/libvlc.h:413
+#: src/libvlc.h:419
 msgid "print a list of available modules"
 msgstr "wy¶wietl listê dostêpnych modu³ów"
 
-#: src/libvlc.h:414
+#: src/libvlc.h:420
 msgid "print help on module"
 msgstr "wy¶wietl pomoc na temat modu³u"
 
-#: src/libvlc.h:415
+#: src/libvlc.h:421
 msgid "print version information"
 msgstr "Wy¶wietl informacje o wersji"
 
-#: src/libvlc.h:416
+#: src/libvlc.h:422
 msgid "print build information"
 msgstr "Wy¶wietl informacje o budowaniu"
 
@@ -1418,6 +1431,7 @@ msgid "About"
 msgstr "Informacje o..."
 
 #: plugins/gtk/gnome_interface.c:1118 plugins/gtk/gtk_interface.c:1345
+#: plugins/kde/kde.cpp:123
 msgid "(C) 1996, 1997, 1998, 1999, 2000, 2001, 2002 - the VideoLAN Team"
 msgstr "(C) 1996, 1997, 1998, 1999, 2000, 2001, 2002 - Zespó³ VideoLAN"
 
@@ -1434,6 +1448,7 @@ msgstr ""
 "http://www.videolan.org/"
 
 #: plugins/gtk/gnome_interface.c:1120 plugins/gtk/gtk_interface.c:1371
+#: plugins/kde/kde.cpp:120
 msgid ""
 "This is the VideoLAN client, a DVD and MPEG player. It can play MPEG and "
 "MPEG 2 files from a file or from a network source."
@@ -1833,7 +1848,7 @@ msgstr "modu
 msgid "KDE interface module"
 msgstr "modu³ interfejsu KDE"
 
-#: plugins/lirc/lirc.c:64
+#: plugins/lirc/lirc.c:66
 msgid "infrared remote control module"
 msgstr "modu³ zdalnego sterowania w podczerwieni"
 
@@ -2139,7 +2154,26 @@ msgstr ""
 msgid "Win32 interface module"
 msgstr "modu³ interfejsu Win32"
 
-#: plugins/x11/x11.c:61
+#: plugins/x11/x11.c:54 plugins/x11/xvideo.c:64
+#, fuzzy
+msgid "X11 drawable"
+msgstr "modu³ X11"
+
+#: plugins/x11/x11.c:56 plugins/x11/xvideo.c:66
+msgid ""
+"Specify a X11 drawable to use instead of opening a new window. This option "
+"is DANGEROUS, use with care."
+msgstr ""
+
+#: plugins/x11/x11.c:59 plugins/x11/xvideo.c:69
+msgid "use shared memory"
+msgstr ""
+
+#: plugins/x11/x11.c:61 plugins/x11/xvideo.c:71
+msgid "Use shared memory to communicate between vlc and the X server."
+msgstr ""
+
+#: plugins/x11/x11.c:74
 msgid "X11 module"
 msgstr "modu³ X11"
 
@@ -2171,7 +2205,7 @@ msgstr ""
 "próbowania polepszenia wydajno¶ci przez u¿ycie najbardziej wydajnego "
 "formatu. "
 
-#: plugins/x11/xvideo.c:73
+#: plugins/x11/xvideo.c:86
 msgid "XVideo extension module"
 msgstr "modu³ rozszerzenia XVideo"
 
index ea4a53ec8c197c139204a1465390e8cb64c3f808..269309496ef937c9e25ae63b3c92a60700122aed 100644 (file)
--- a/po/ru.po
+++ b/po/ru.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: gnome-vlc\n"
-"POT-Creation-Date: 2002-06-11 11:25+0200\n"
+"POT-Creation-Date: 2002-07-04 15:32+0200\n"
 "PO-Revision-Date: 2001-02-19 19:58+03:00\n"
 "Last-Translator: Valek Filippov <frob@df.ru>\n"
 "Language-Team: Russian <ru@li.org>\n"
@@ -14,13 +14,13 @@ msgstr ""
 "Content-Type: text/plain; charset=koi8-r\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: src/libvlc.c:281
+#: src/libvlc.c:284
 #, c-format
 msgid "Usage: %s [options] [parameters] [file]...\n"
 msgstr ""
 
 #. Print module name
-#: src/libvlc.c:898
+#: src/libvlc.c:902
 #, c-format
 msgid ""
 "%s module options:\n"
@@ -28,45 +28,45 @@ msgid ""
 msgstr ""
 
 #. We could also have "=<" here
-#: src/libvlc.c:919 src/misc/configuration.c:813
+#: src/libvlc.c:923 src/misc/configuration.c:813
 msgid "string"
 msgstr ""
 
-#: src/libvlc.c:922 src/misc/configuration.c:798
+#: src/libvlc.c:926 src/misc/configuration.c:798
 msgid "integer"
 msgstr ""
 
-#: src/libvlc.c:925 src/misc/configuration.c:805
+#: src/libvlc.c:929 src/misc/configuration.c:805
 msgid "float"
 msgstr ""
 
-#: src/libvlc.c:931
+#: src/libvlc.c:935
 msgid " (default enabled)"
 msgstr ""
 
-#: src/libvlc.c:932
+#: src/libvlc.c:936
 msgid " (default disabled)"
 msgstr ""
 
-#: src/libvlc.c:1014 src/libvlc.c:1063 src/libvlc.c:1087 src/libvlc.c:1106
+#: src/libvlc.c:1018 src/libvlc.c:1067 src/libvlc.c:1091 src/libvlc.c:1110
 msgid ""
 "\n"
 "Press the RETURN key to continue...\n"
 msgstr ""
 
 #. Usage
-#: src/libvlc.c:1037
+#: src/libvlc.c:1041
 #, c-format
 msgid ""
 "Usage: %s [options] [parameters] [file]...\n"
 "\n"
 msgstr ""
 
-#: src/libvlc.c:1040
+#: src/libvlc.c:1044
 msgid "[module]              [description]\n"
 msgstr ""
 
-#: src/libvlc.c:1081
+#: src/libvlc.c:1085
 msgid ""
 "This program comes with NO WARRANTY, to the extent permitted by law.\n"
 "You may redistribute it under the terms of the GNU General Public License;\n"
@@ -127,47 +127,57 @@ msgid ""
 msgstr ""
 
 #: src/libvlc.h:58
-msgid "audio output module"
+msgid "plugin search path"
 msgstr ""
 
 #: src/libvlc.h:60
 msgid ""
+"This option allows you to specify an additional path for vlc to lookfor its "
+"plugins."
+msgstr ""
+
+#: src/libvlc.h:63
+msgid "audio output module"
+msgstr ""
+
+#: src/libvlc.h:65
+msgid ""
 "This option allows you to select the audio output method used by vlc. The "
 "default behavior is to automatically select the best method available."
 msgstr ""
 
-#: src/libvlc.h:64
+#: src/libvlc.h:69
 msgid "enable audio"
 msgstr ""
 
-#: src/libvlc.h:66
+#: src/libvlc.h:71
 msgid ""
 "You can completely disable the audio output. In this case the audio decoding "
 "stage won't be done, and it will save some processing power."
 msgstr ""
 
-#: src/libvlc.h:69
+#: src/libvlc.h:74
 msgid "force mono audio"
 msgstr ""
 
-#: src/libvlc.h:70
+#: src/libvlc.h:75
 msgid "This will force a mono audio output"
 msgstr ""
 
-#: src/libvlc.h:72
+#: src/libvlc.h:77
 msgid "audio output volume"
 msgstr ""
 
-#: src/libvlc.h:74
+#: src/libvlc.h:79
 msgid ""
 "You can set the default audio output volume here, in a range from 0 to 1024."
 msgstr ""
 
-#: src/libvlc.h:77
+#: src/libvlc.h:82
 msgid "audio output format"
 msgstr ""
 
-#: src/libvlc.h:79
+#: src/libvlc.h:84
 msgid ""
 "You can force the audio output format here.\n"
 "0 -> 16 bits signed native endian (default)\n"
@@ -181,383 +191,383 @@ msgid ""
 "8 -> ac3 pass-through"
 msgstr ""
 
-#: src/libvlc.h:90
+#: src/libvlc.h:95
 msgid "audio output frequency (Hz)"
 msgstr ""
 
-#: src/libvlc.h:92
+#: src/libvlc.h:97
 msgid ""
 "You can force the audio output frequency here. Common values are 48000, "
 "44100, 32000, 22050, 16000, 11025, 8000."
 msgstr ""
 
-#: src/libvlc.h:95
+#: src/libvlc.h:100
 msgid "compensate desynchronization of audio (in ms)"
 msgstr ""
 
-#: src/libvlc.h:97
+#: src/libvlc.h:102
 msgid ""
 "This option allows you to delay the audio output. This can be handy if you "
 "notice a lag between the video and the audio."
 msgstr ""
 
-#: src/libvlc.h:100
+#: src/libvlc.h:105
 msgid "video output module"
 msgstr ""
 
-#: src/libvlc.h:102
+#: src/libvlc.h:107
 msgid ""
 "This option allows you to select the video output method used by vlc. The "
 "default behavior is to automatically select the best method available."
 msgstr ""
 
-#: src/libvlc.h:106
+#: src/libvlc.h:111
 msgid "enable video"
 msgstr ""
 
-#: src/libvlc.h:108
+#: src/libvlc.h:113
 msgid ""
 "You can completely disable the video output. In this case the video decoding "
 "stage won't be done, which will save some processing power."
 msgstr ""
 
-#: src/libvlc.h:111
+#: src/libvlc.h:116
 msgid "display identifier"
 msgstr ""
 
-#: src/libvlc.h:113
+#: src/libvlc.h:118
 msgid ""
 "This is the local display port that will be used for X11 drawing. For "
 "instance :0.1."
 msgstr ""
 
-#: src/libvlc.h:116
+#: src/libvlc.h:121
 msgid "video width"
 msgstr ""
 
-#: src/libvlc.h:118
+#: src/libvlc.h:123
 msgid ""
 "You can enforce the video width here. By default vlc will adapt to the video "
 "characteristics."
 msgstr ""
 
-#: src/libvlc.h:121
+#: src/libvlc.h:126
 msgid "video height"
 msgstr ""
 
-#: src/libvlc.h:123
+#: src/libvlc.h:128
 msgid ""
 "You can enforce the video height here. By default vlc will adapt to the "
 "video characteristics."
 msgstr ""
 
-#: src/libvlc.h:126
+#: src/libvlc.h:131
 msgid "zoom video"
 msgstr ""
 
-#: src/libvlc.h:128
+#: src/libvlc.h:133
 msgid "You can zoom the video by the specified factor."
 msgstr ""
 
-#: src/libvlc.h:130
+#: src/libvlc.h:135
 msgid "grayscale video output"
 msgstr ""
 
-#: src/libvlc.h:132
+#: src/libvlc.h:137
 msgid ""
 "When enabled, the color information from the video won't be decoded (this "
 "can also allow you to save some processing power)."
 msgstr ""
 
-#: src/libvlc.h:135
+#: src/libvlc.h:140
 msgid "fullscreen video output"
 msgstr ""
 
-#: src/libvlc.h:137
+#: src/libvlc.h:142
 msgid ""
 "If this option is enabled, vlc will always start a video in fullscreen mode."
 msgstr ""
 
-#: src/libvlc.h:140
+#: src/libvlc.h:145
 msgid "overlay video output"
 msgstr ""
 
-#: src/libvlc.h:142
+#: src/libvlc.h:147
 msgid ""
 "If enabled, vlc will try to take advantage of the overlay capabilities of "
 "you graphics card."
 msgstr ""
 
-#: src/libvlc.h:145
+#: src/libvlc.h:150
 msgid "force SPU position"
 msgstr ""
 
-#: src/libvlc.h:147
+#: src/libvlc.h:152
 msgid ""
 "You can use this option to place the subtitles under the movie, instead of "
 "over the movie. Try several positions."
 msgstr ""
 
-#: src/libvlc.h:150
+#: src/libvlc.h:155
 msgid "video filter module"
 msgstr ""
 
-#: src/libvlc.h:152
+#: src/libvlc.h:157
 msgid ""
 "This will allow you to add a post-processing filter to enhance the picture "
 "quality, for instance deinterlacing, or to clone or distort the video window."
 msgstr ""
 
-#: src/libvlc.h:156
+#: src/libvlc.h:161
 msgid "server port"
 msgstr ""
 
-#: src/libvlc.h:158
+#: src/libvlc.h:163
 msgid "This is the port used for UDP streams. By default, we chose 1234."
 msgstr ""
 
-#: src/libvlc.h:160
+#: src/libvlc.h:165
 msgid "enable network channel mode"
 msgstr ""
 
-#: src/libvlc.h:162
+#: src/libvlc.h:167
 msgid "Activate this option if you want to use the VideoLAN Channel Server."
 msgstr ""
 
-#: src/libvlc.h:164
+#: src/libvlc.h:169
 msgid "channel server address"
 msgstr ""
 
-#: src/libvlc.h:166
+#: src/libvlc.h:171
 msgid "Indicate here the address of the VideoLAN Channel Server."
 msgstr ""
 
-#: src/libvlc.h:168
+#: src/libvlc.h:173
 msgid "channel server port"
 msgstr ""
 
-#: src/libvlc.h:170
+#: src/libvlc.h:175
 msgid "Indicate here the port on which the VideoLAN Channel Server runs."
 msgstr ""
 
-#: src/libvlc.h:172
+#: src/libvlc.h:177
 msgid "network interface"
 msgstr ""
 
-#: src/libvlc.h:174
+#: src/libvlc.h:179
 msgid ""
 "If you have several interfaces on your Linux machine and use the VLAN "
 "solution, you may indicate here which interface to use."
 msgstr ""
 
-#: src/libvlc.h:177
+#: src/libvlc.h:182
 msgid "choose program (SID)"
 msgstr ""
 
-#: src/libvlc.h:179
+#: src/libvlc.h:184
 msgid "Choose the program to select by giving its Service ID."
 msgstr ""
 
-#: src/libvlc.h:181
+#: src/libvlc.h:186
 msgid "choose audio"
 msgstr ""
 
-#: src/libvlc.h:183
+#: src/libvlc.h:188
 msgid "Give the default type of audio you want to use in a DVD."
 msgstr ""
 
-#: src/libvlc.h:185
+#: src/libvlc.h:190
 msgid "choose channel"
 msgstr ""
 
-#: src/libvlc.h:187
+#: src/libvlc.h:192
 msgid ""
 "Give the stream number of the audio channel you want to use in a DVD (from 1 "
 "to n)."
 msgstr ""
 
-#: src/libvlc.h:190
+#: src/libvlc.h:195
 msgid "choose subtitles"
 msgstr ""
 
-#: src/libvlc.h:192
+#: src/libvlc.h:197
 msgid ""
 "Give the stream number of the subtitle channel you want to use in a DVD "
 "(from 1 to n)."
 msgstr ""
 
-#: src/libvlc.h:195
+#: src/libvlc.h:200
 msgid "DVD device"
 msgstr ""
 
-#: src/libvlc.h:197
+#: src/libvlc.h:202
 msgid "This is the default DVD device to use."
 msgstr ""
 
-#: src/libvlc.h:199
+#: src/libvlc.h:204
 msgid "VCD device"
 msgstr ""
 
-#: src/libvlc.h:201
+#: src/libvlc.h:206
 msgid "This is the default VCD device to use."
 msgstr ""
 
-#: src/libvlc.h:203
+#: src/libvlc.h:208
 msgid "force IPv6"
 msgstr ""
 
-#: src/libvlc.h:205
+#: src/libvlc.h:210
 msgid ""
 "If you check this box, IPv6 will be used by default for all UDP and HTTP "
 "connections."
 msgstr ""
 
-#: src/libvlc.h:208
+#: src/libvlc.h:213
 msgid "force IPv4"
 msgstr ""
 
-#: src/libvlc.h:210
+#: src/libvlc.h:215
 msgid ""
 "If you check this box, IPv4 will be used by default for all UDP and HTTP "
 "connections."
 msgstr ""
 
-#: src/libvlc.h:213
+#: src/libvlc.h:218
 msgid "choose MPEG audio decoder"
 msgstr ""
 
-#: src/libvlc.h:215
+#: src/libvlc.h:220
 msgid ""
 "This allows you to select the MPEG audio decoder you want to use. Common "
 "choices are builtin and mad."
 msgstr ""
 
-#: src/libvlc.h:218
+#: src/libvlc.h:223
 msgid "choose AC3 audio decoder"
 msgstr ""
 
-#: src/libvlc.h:220
+#: src/libvlc.h:225
 msgid ""
 "This allows you to select the AC3/A52 audio decoder you want to use. Common "
 "choices are builtin and a52."
 msgstr ""
 
-#: src/libvlc.h:223
+#: src/libvlc.h:228
 msgid "enable CPU MMX support"
 msgstr ""
 
-#: src/libvlc.h:225
+#: src/libvlc.h:230
 msgid ""
 "If your processor supports the MMX instructions set, vlc can take advantage "
 "of them."
 msgstr ""
 
-#: src/libvlc.h:228
+#: src/libvlc.h:233
 msgid "enable CPU 3D Now! support"
 msgstr ""
 
-#: src/libvlc.h:230
+#: src/libvlc.h:235
 msgid ""
 "If your processor supports the 3D Now! instructions set, vlc can take "
 "advantage of them."
 msgstr ""
 
-#: src/libvlc.h:233
+#: src/libvlc.h:238
 msgid "enable CPU MMX EXT support"
 msgstr ""
 
-#: src/libvlc.h:235
+#: src/libvlc.h:240
 msgid ""
 "If your processor supports the MMX EXT instructions set, vlc can take "
 "advantage of them."
 msgstr ""
 
-#: src/libvlc.h:238
+#: src/libvlc.h:243
 msgid "enable CPU SSE support"
 msgstr ""
 
-#: src/libvlc.h:240
+#: src/libvlc.h:245
 msgid ""
 "If your processor supports the SSE instructions set, vlc can take can take "
 "advantage of them."
 msgstr ""
 
-#: src/libvlc.h:243
+#: src/libvlc.h:248
 msgid "enable CPU AltiVec support"
 msgstr ""
 
-#: src/libvlc.h:245
+#: src/libvlc.h:250
 msgid ""
 "If your processor supports the AltiVec instructions set, vlc can take "
 "advantage of them."
 msgstr ""
 
-#: src/libvlc.h:248
+#: src/libvlc.h:253
 msgid "launch playlist on startup"
 msgstr ""
 
-#: src/libvlc.h:250
+#: src/libvlc.h:255
 msgid "If you want vlc to start playing on startup, then enable this option."
 msgstr ""
 
-#: src/libvlc.h:252
+#: src/libvlc.h:257
 msgid "enqueue items in playlist"
 msgstr ""
 
-#: src/libvlc.h:254
+#: src/libvlc.h:259
 msgid ""
 "If you want vlc to add items to the playlist as you open them, then enable "
 "this option."
 msgstr ""
 
-#: src/libvlc.h:257
+#: src/libvlc.h:262
 msgid "loop playlist on end"
 msgstr ""
 
-#: src/libvlc.h:259
+#: src/libvlc.h:264
 msgid ""
 "If you want vlc to keep playing the playlist indefinitely then enable this "
 "option."
 msgstr ""
 
-#: src/libvlc.h:262
+#: src/libvlc.h:267
 msgid "memory copy module"
 msgstr ""
 
-#: src/libvlc.h:264
+#: src/libvlc.h:269
 msgid ""
 "You can select wich memory copy module you want to use. By default vlc will "
 "select the fastest one supported by your hardware."
 msgstr ""
 
-#: src/libvlc.h:267
+#: src/libvlc.h:272
 msgid "access module"
 msgstr ""
 
-#: src/libvlc.h:269
+#: src/libvlc.h:274
 msgid "This is a legacy entry to let you configure access modules"
 msgstr ""
 
-#: src/libvlc.h:271
+#: src/libvlc.h:276
 msgid "demux module"
 msgstr ""
 
-#: src/libvlc.h:273
+#: src/libvlc.h:278
 msgid "This is a legacy entry to let you configure demux modules"
 msgstr ""
 
-#: src/libvlc.h:275
+#: src/libvlc.h:280
 msgid "fast pthread on NT/2K/XP (developpers only)"
 msgstr ""
 
-#: src/libvlc.h:277
+#: src/libvlc.h:282
 msgid ""
 "On Windows NT/2K/XP we use a slow but correct pthread implementation, you "
 "can also use this faster implementation but you might experience problems "
 "with it."
 msgstr ""
 
-#: src/libvlc.h:281
+#: src/libvlc.h:286
 msgid ""
 "\n"
 "Playlist items:\n"
@@ -574,39 +584,39 @@ msgid ""
 msgstr ""
 
 #. Interface options
-#: src/libvlc.h:315
+#: src/libvlc.h:320
 msgid "Interface"
 msgstr ""
 
 #. Audio options
-#: src/libvlc.h:323
+#: src/libvlc.h:329
 msgid "Audio"
 msgstr ""
 
 #. Video options
-#: plugins/directx/directx.c:53 plugins/dummy/dummy.c:51 src/libvlc.h:333
+#: plugins/directx/directx.c:53 plugins/dummy/dummy.c:51 src/libvlc.h:339
 msgid "Video"
 msgstr ""
 
 #. Input options
-#: plugins/satellite/satellite.c:66 src/libvlc.h:346
+#: plugins/satellite/satellite.c:66 src/libvlc.h:352
 msgid "Input"
 msgstr ""
 
 #. Decoder options
-#: src/libvlc.h:365
+#: src/libvlc.h:371
 msgid "Decoders"
 msgstr ""
 
 #. CPU options
-#: src/libvlc.h:370
+#: src/libvlc.h:376
 msgid "CPU"
 msgstr ""
 
 #. Playlist options
 #: plugins/gtk/gnome_interface.c:506 plugins/gtk/gnome_interface.c:1824
 #: plugins/gtk/gnome_interface.c:1848 plugins/gtk/gtk_interface.c:611
-#: plugins/gtk/gtk_interface.c:2105 src/libvlc.h:378
+#: plugins/gtk/gtk_interface.c:2105 src/libvlc.h:384
 msgid "Playlist"
 msgstr "óÐÉÓÏË ÄÌÑ ×ÏÓÐÒÏÉÚ×ÅÄÅÎÉÑ"
 
@@ -617,36 +627,36 @@ msgstr "
 #: plugins/filter/wall.c:57 plugins/ggi/ggi.c:64 plugins/gtk/gnome.c:73
 #: plugins/gtk/gtk.c:71 plugins/mad/mad_adec.c:66 plugins/mga/xmga.c:106
 #: plugins/mpeg_vdec/video_parser.c:96 plugins/text/logger.c:86
-#: plugins/win32/win32.cpp:48 plugins/x11/x11.c:55 plugins/x11/xvideo.c:65
-#: src/libvlc.h:384
+#: plugins/win32/win32.cpp:48 plugins/x11/x11.c:64 plugins/x11/xvideo.c:74
+#: src/libvlc.h:390
 msgid "Miscellaneous"
 msgstr ""
 
-#: src/libvlc.h:399
+#: src/libvlc.h:405
 msgid "main program"
 msgstr ""
 
-#: src/libvlc.h:411
+#: src/libvlc.h:417
 msgid "print help"
 msgstr ""
 
-#: src/libvlc.h:412
+#: src/libvlc.h:418
 msgid "print detailed help"
 msgstr ""
 
-#: src/libvlc.h:413
+#: src/libvlc.h:419
 msgid "print a list of available modules"
 msgstr ""
 
-#: src/libvlc.h:414
+#: src/libvlc.h:420
 msgid "print help on module"
 msgstr ""
 
-#: src/libvlc.h:415
+#: src/libvlc.h:421
 msgid "print version information"
 msgstr ""
 
-#: src/libvlc.h:416
+#: src/libvlc.h:422
 msgid "print build information"
 msgstr ""
 
@@ -1315,6 +1325,7 @@ msgid "About"
 msgstr ""
 
 #: plugins/gtk/gnome_interface.c:1118 plugins/gtk/gtk_interface.c:1345
+#: plugins/kde/kde.cpp:123
 msgid "(C) 1996, 1997, 1998, 1999, 2000, 2001, 2002 - the VideoLAN Team"
 msgstr ""
 
@@ -1329,6 +1340,7 @@ msgid ""
 msgstr ""
 
 #: plugins/gtk/gnome_interface.c:1120 plugins/gtk/gtk_interface.c:1371
+#: plugins/kde/kde.cpp:120
 msgid ""
 "This is the VideoLAN client, a DVD and MPEG player. It can play MPEG and "
 "MPEG 2 files from a file or from a network source."
@@ -1737,7 +1749,7 @@ msgstr ""
 msgid "KDE interface module"
 msgstr ""
 
-#: plugins/lirc/lirc.c:64
+#: plugins/lirc/lirc.c:66
 msgid "infrared remote control module"
 msgstr ""
 
@@ -2019,7 +2031,25 @@ msgstr ""
 msgid "Win32 interface module"
 msgstr ""
 
-#: plugins/x11/x11.c:61
+#: plugins/x11/x11.c:54 plugins/x11/xvideo.c:64
+msgid "X11 drawable"
+msgstr ""
+
+#: plugins/x11/x11.c:56 plugins/x11/xvideo.c:66
+msgid ""
+"Specify a X11 drawable to use instead of opening a new window. This option "
+"is DANGEROUS, use with care."
+msgstr ""
+
+#: plugins/x11/x11.c:59 plugins/x11/xvideo.c:69
+msgid "use shared memory"
+msgstr ""
+
+#: plugins/x11/x11.c:61 plugins/x11/xvideo.c:71
+msgid "Use shared memory to communicate between vlc and the X server."
+msgstr ""
+
+#: plugins/x11/x11.c:74
 msgid "X11 module"
 msgstr ""
 
@@ -2046,7 +2076,7 @@ msgid ""
 "to improve performances by using the most efficient one."
 msgstr ""
 
-#: plugins/x11/xvideo.c:73
+#: plugins/x11/xvideo.c:86
 msgid "XVideo extension module"
 msgstr ""
 
index 2ac484b062b030415d5b39d6a19b1c8adc61a697..81b2f2d354c51e0b7b0b21623dfbf8e2c38ddeba 100644 (file)
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2002-06-11 11:25+0200\n"
+"POT-Creation-Date: 2002-07-04 15:32+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -14,13 +14,13 @@ msgstr ""
 "Content-Type: text/plain; charset=CHARSET\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: src/libvlc.c:281
+#: src/libvlc.c:284
 #, c-format
 msgid "Usage: %s [options] [parameters] [file]...\n"
 msgstr ""
 
 #. Print module name
-#: src/libvlc.c:898
+#: src/libvlc.c:902
 #, c-format
 msgid ""
 "%s module options:\n"
@@ -28,45 +28,45 @@ msgid ""
 msgstr ""
 
 #. We could also have "=<" here
-#: src/libvlc.c:919 src/misc/configuration.c:813
+#: src/libvlc.c:923 src/misc/configuration.c:813
 msgid "string"
 msgstr ""
 
-#: src/libvlc.c:922 src/misc/configuration.c:798
+#: src/libvlc.c:926 src/misc/configuration.c:798
 msgid "integer"
 msgstr ""
 
-#: src/libvlc.c:925 src/misc/configuration.c:805
+#: src/libvlc.c:929 src/misc/configuration.c:805
 msgid "float"
 msgstr ""
 
-#: src/libvlc.c:931
+#: src/libvlc.c:935
 msgid " (default enabled)"
 msgstr ""
 
-#: src/libvlc.c:932
+#: src/libvlc.c:936
 msgid " (default disabled)"
 msgstr ""
 
-#: src/libvlc.c:1014 src/libvlc.c:1063 src/libvlc.c:1087 src/libvlc.c:1106
+#: src/libvlc.c:1018 src/libvlc.c:1067 src/libvlc.c:1091 src/libvlc.c:1110
 msgid ""
 "\n"
 "Press the RETURN key to continue...\n"
 msgstr ""
 
 #. Usage
-#: src/libvlc.c:1037
+#: src/libvlc.c:1041
 #, c-format
 msgid ""
 "Usage: %s [options] [parameters] [file]...\n"
 "\n"
 msgstr ""
 
-#: src/libvlc.c:1040
+#: src/libvlc.c:1044
 msgid "[module]              [description]\n"
 msgstr ""
 
-#: src/libvlc.c:1081
+#: src/libvlc.c:1085
 msgid ""
 "This program comes with NO WARRANTY, to the extent permitted by law.\n"
 "You may redistribute it under the terms of the GNU General Public License;\n"
@@ -127,47 +127,57 @@ msgid ""
 msgstr ""
 
 #: src/libvlc.h:58
-msgid "audio output module"
+msgid "plugin search path"
 msgstr ""
 
 #: src/libvlc.h:60
 msgid ""
+"This option allows you to specify an additional path for vlc to lookfor its "
+"plugins."
+msgstr ""
+
+#: src/libvlc.h:63
+msgid "audio output module"
+msgstr ""
+
+#: src/libvlc.h:65
+msgid ""
 "This option allows you to select the audio output method used by vlc. The "
 "default behavior is to automatically select the best method available."
 msgstr ""
 
-#: src/libvlc.h:64
+#: src/libvlc.h:69
 msgid "enable audio"
 msgstr ""
 
-#: src/libvlc.h:66
+#: src/libvlc.h:71
 msgid ""
 "You can completely disable the audio output. In this case the audio decoding "
 "stage won't be done, and it will save some processing power."
 msgstr ""
 
-#: src/libvlc.h:69
+#: src/libvlc.h:74
 msgid "force mono audio"
 msgstr ""
 
-#: src/libvlc.h:70
+#: src/libvlc.h:75
 msgid "This will force a mono audio output"
 msgstr ""
 
-#: src/libvlc.h:72
+#: src/libvlc.h:77
 msgid "audio output volume"
 msgstr ""
 
-#: src/libvlc.h:74
+#: src/libvlc.h:79
 msgid ""
 "You can set the default audio output volume here, in a range from 0 to 1024."
 msgstr ""
 
-#: src/libvlc.h:77
+#: src/libvlc.h:82
 msgid "audio output format"
 msgstr ""
 
-#: src/libvlc.h:79
+#: src/libvlc.h:84
 msgid ""
 "You can force the audio output format here.\n"
 "0 -> 16 bits signed native endian (default)\n"
@@ -181,383 +191,383 @@ msgid ""
 "8 -> ac3 pass-through"
 msgstr ""
 
-#: src/libvlc.h:90
+#: src/libvlc.h:95
 msgid "audio output frequency (Hz)"
 msgstr ""
 
-#: src/libvlc.h:92
+#: src/libvlc.h:97
 msgid ""
 "You can force the audio output frequency here. Common values are 48000, "
 "44100, 32000, 22050, 16000, 11025, 8000."
 msgstr ""
 
-#: src/libvlc.h:95
+#: src/libvlc.h:100
 msgid "compensate desynchronization of audio (in ms)"
 msgstr ""
 
-#: src/libvlc.h:97
+#: src/libvlc.h:102
 msgid ""
 "This option allows you to delay the audio output. This can be handy if you "
 "notice a lag between the video and the audio."
 msgstr ""
 
-#: src/libvlc.h:100
+#: src/libvlc.h:105
 msgid "video output module"
 msgstr ""
 
-#: src/libvlc.h:102
+#: src/libvlc.h:107
 msgid ""
 "This option allows you to select the video output method used by vlc. The "
 "default behavior is to automatically select the best method available."
 msgstr ""
 
-#: src/libvlc.h:106
+#: src/libvlc.h:111
 msgid "enable video"
 msgstr ""
 
-#: src/libvlc.h:108
+#: src/libvlc.h:113
 msgid ""
 "You can completely disable the video output. In this case the video decoding "
 "stage won't be done, which will save some processing power."
 msgstr ""
 
-#: src/libvlc.h:111
+#: src/libvlc.h:116
 msgid "display identifier"
 msgstr ""
 
-#: src/libvlc.h:113
+#: src/libvlc.h:118
 msgid ""
 "This is the local display port that will be used for X11 drawing. For "
 "instance :0.1."
 msgstr ""
 
-#: src/libvlc.h:116
+#: src/libvlc.h:121
 msgid "video width"
 msgstr ""
 
-#: src/libvlc.h:118
+#: src/libvlc.h:123
 msgid ""
 "You can enforce the video width here. By default vlc will adapt to the video "
 "characteristics."
 msgstr ""
 
-#: src/libvlc.h:121
+#: src/libvlc.h:126
 msgid "video height"
 msgstr ""
 
-#: src/libvlc.h:123
+#: src/libvlc.h:128
 msgid ""
 "You can enforce the video height here. By default vlc will adapt to the "
 "video characteristics."
 msgstr ""
 
-#: src/libvlc.h:126
+#: src/libvlc.h:131
 msgid "zoom video"
 msgstr ""
 
-#: src/libvlc.h:128
+#: src/libvlc.h:133
 msgid "You can zoom the video by the specified factor."
 msgstr ""
 
-#: src/libvlc.h:130
+#: src/libvlc.h:135
 msgid "grayscale video output"
 msgstr ""
 
-#: src/libvlc.h:132
+#: src/libvlc.h:137
 msgid ""
 "When enabled, the color information from the video won't be decoded (this "
 "can also allow you to save some processing power)."
 msgstr ""
 
-#: src/libvlc.h:135
+#: src/libvlc.h:140
 msgid "fullscreen video output"
 msgstr ""
 
-#: src/libvlc.h:137
+#: src/libvlc.h:142
 msgid ""
 "If this option is enabled, vlc will always start a video in fullscreen mode."
 msgstr ""
 
-#: src/libvlc.h:140
+#: src/libvlc.h:145
 msgid "overlay video output"
 msgstr ""
 
-#: src/libvlc.h:142
+#: src/libvlc.h:147
 msgid ""
 "If enabled, vlc will try to take advantage of the overlay capabilities of "
 "you graphics card."
 msgstr ""
 
-#: src/libvlc.h:145
+#: src/libvlc.h:150
 msgid "force SPU position"
 msgstr ""
 
-#: src/libvlc.h:147
+#: src/libvlc.h:152
 msgid ""
 "You can use this option to place the subtitles under the movie, instead of "
 "over the movie. Try several positions."
 msgstr ""
 
-#: src/libvlc.h:150
+#: src/libvlc.h:155
 msgid "video filter module"
 msgstr ""
 
-#: src/libvlc.h:152
+#: src/libvlc.h:157
 msgid ""
 "This will allow you to add a post-processing filter to enhance the picture "
 "quality, for instance deinterlacing, or to clone or distort the video window."
 msgstr ""
 
-#: src/libvlc.h:156
+#: src/libvlc.h:161
 msgid "server port"
 msgstr ""
 
-#: src/libvlc.h:158
+#: src/libvlc.h:163
 msgid "This is the port used for UDP streams. By default, we chose 1234."
 msgstr ""
 
-#: src/libvlc.h:160
+#: src/libvlc.h:165
 msgid "enable network channel mode"
 msgstr ""
 
-#: src/libvlc.h:162
+#: src/libvlc.h:167
 msgid "Activate this option if you want to use the VideoLAN Channel Server."
 msgstr ""
 
-#: src/libvlc.h:164
+#: src/libvlc.h:169
 msgid "channel server address"
 msgstr ""
 
-#: src/libvlc.h:166
+#: src/libvlc.h:171
 msgid "Indicate here the address of the VideoLAN Channel Server."
 msgstr ""
 
-#: src/libvlc.h:168
+#: src/libvlc.h:173
 msgid "channel server port"
 msgstr ""
 
-#: src/libvlc.h:170
+#: src/libvlc.h:175
 msgid "Indicate here the port on which the VideoLAN Channel Server runs."
 msgstr ""
 
-#: src/libvlc.h:172
+#: src/libvlc.h:177
 msgid "network interface"
 msgstr ""
 
-#: src/libvlc.h:174
+#: src/libvlc.h:179
 msgid ""
 "If you have several interfaces on your Linux machine and use the VLAN "
 "solution, you may indicate here which interface to use."
 msgstr ""
 
-#: src/libvlc.h:177
+#: src/libvlc.h:182
 msgid "choose program (SID)"
 msgstr ""
 
-#: src/libvlc.h:179
+#: src/libvlc.h:184
 msgid "Choose the program to select by giving its Service ID."
 msgstr ""
 
-#: src/libvlc.h:181
+#: src/libvlc.h:186
 msgid "choose audio"
 msgstr ""
 
-#: src/libvlc.h:183
+#: src/libvlc.h:188
 msgid "Give the default type of audio you want to use in a DVD."
 msgstr ""
 
-#: src/libvlc.h:185
+#: src/libvlc.h:190
 msgid "choose channel"
 msgstr ""
 
-#: src/libvlc.h:187
+#: src/libvlc.h:192
 msgid ""
 "Give the stream number of the audio channel you want to use in a DVD (from 1 "
 "to n)."
 msgstr ""
 
-#: src/libvlc.h:190
+#: src/libvlc.h:195
 msgid "choose subtitles"
 msgstr ""
 
-#: src/libvlc.h:192
+#: src/libvlc.h:197
 msgid ""
 "Give the stream number of the subtitle channel you want to use in a DVD "
 "(from 1 to n)."
 msgstr ""
 
-#: src/libvlc.h:195
+#: src/libvlc.h:200
 msgid "DVD device"
 msgstr ""
 
-#: src/libvlc.h:197
+#: src/libvlc.h:202
 msgid "This is the default DVD device to use."
 msgstr ""
 
-#: src/libvlc.h:199
+#: src/libvlc.h:204
 msgid "VCD device"
 msgstr ""
 
-#: src/libvlc.h:201
+#: src/libvlc.h:206
 msgid "This is the default VCD device to use."
 msgstr ""
 
-#: src/libvlc.h:203
+#: src/libvlc.h:208
 msgid "force IPv6"
 msgstr ""
 
-#: src/libvlc.h:205
+#: src/libvlc.h:210
 msgid ""
 "If you check this box, IPv6 will be used by default for all UDP and HTTP "
 "connections."
 msgstr ""
 
-#: src/libvlc.h:208
+#: src/libvlc.h:213
 msgid "force IPv4"
 msgstr ""
 
-#: src/libvlc.h:210
+#: src/libvlc.h:215
 msgid ""
 "If you check this box, IPv4 will be used by default for all UDP and HTTP "
 "connections."
 msgstr ""
 
-#: src/libvlc.h:213
+#: src/libvlc.h:218
 msgid "choose MPEG audio decoder"
 msgstr ""
 
-#: src/libvlc.h:215
+#: src/libvlc.h:220
 msgid ""
 "This allows you to select the MPEG audio decoder you want to use. Common "
 "choices are builtin and mad."
 msgstr ""
 
-#: src/libvlc.h:218
+#: src/libvlc.h:223
 msgid "choose AC3 audio decoder"
 msgstr ""
 
-#: src/libvlc.h:220
+#: src/libvlc.h:225
 msgid ""
 "This allows you to select the AC3/A52 audio decoder you want to use. Common "
 "choices are builtin and a52."
 msgstr ""
 
-#: src/libvlc.h:223
+#: src/libvlc.h:228
 msgid "enable CPU MMX support"
 msgstr ""
 
-#: src/libvlc.h:225
+#: src/libvlc.h:230
 msgid ""
 "If your processor supports the MMX instructions set, vlc can take advantage "
 "of them."
 msgstr ""
 
-#: src/libvlc.h:228
+#: src/libvlc.h:233
 msgid "enable CPU 3D Now! support"
 msgstr ""
 
-#: src/libvlc.h:230
+#: src/libvlc.h:235
 msgid ""
 "If your processor supports the 3D Now! instructions set, vlc can take "
 "advantage of them."
 msgstr ""
 
-#: src/libvlc.h:233
+#: src/libvlc.h:238
 msgid "enable CPU MMX EXT support"
 msgstr ""
 
-#: src/libvlc.h:235
+#: src/libvlc.h:240
 msgid ""
 "If your processor supports the MMX EXT instructions set, vlc can take "
 "advantage of them."
 msgstr ""
 
-#: src/libvlc.h:238
+#: src/libvlc.h:243
 msgid "enable CPU SSE support"
 msgstr ""
 
-#: src/libvlc.h:240
+#: src/libvlc.h:245
 msgid ""
 "If your processor supports the SSE instructions set, vlc can take can take "
 "advantage of them."
 msgstr ""
 
-#: src/libvlc.h:243
+#: src/libvlc.h:248
 msgid "enable CPU AltiVec support"
 msgstr ""
 
-#: src/libvlc.h:245
+#: src/libvlc.h:250
 msgid ""
 "If your processor supports the AltiVec instructions set, vlc can take "
 "advantage of them."
 msgstr ""
 
-#: src/libvlc.h:248
+#: src/libvlc.h:253
 msgid "launch playlist on startup"
 msgstr ""
 
-#: src/libvlc.h:250
+#: src/libvlc.h:255
 msgid "If you want vlc to start playing on startup, then enable this option."
 msgstr ""
 
-#: src/libvlc.h:252
+#: src/libvlc.h:257
 msgid "enqueue items in playlist"
 msgstr ""
 
-#: src/libvlc.h:254
+#: src/libvlc.h:259
 msgid ""
 "If you want vlc to add items to the playlist as you open them, then enable "
 "this option."
 msgstr ""
 
-#: src/libvlc.h:257
+#: src/libvlc.h:262
 msgid "loop playlist on end"
 msgstr ""
 
-#: src/libvlc.h:259
+#: src/libvlc.h:264
 msgid ""
 "If you want vlc to keep playing the playlist indefinitely then enable this "
 "option."
 msgstr ""
 
-#: src/libvlc.h:262
+#: src/libvlc.h:267
 msgid "memory copy module"
 msgstr ""
 
-#: src/libvlc.h:264
+#: src/libvlc.h:269
 msgid ""
 "You can select wich memory copy module you want to use. By default vlc will "
 "select the fastest one supported by your hardware."
 msgstr ""
 
-#: src/libvlc.h:267
+#: src/libvlc.h:272
 msgid "access module"
 msgstr ""
 
-#: src/libvlc.h:269
+#: src/libvlc.h:274
 msgid "This is a legacy entry to let you configure access modules"
 msgstr ""
 
-#: src/libvlc.h:271
+#: src/libvlc.h:276
 msgid "demux module"
 msgstr ""
 
-#: src/libvlc.h:273
+#: src/libvlc.h:278
 msgid "This is a legacy entry to let you configure demux modules"
 msgstr ""
 
-#: src/libvlc.h:275
+#: src/libvlc.h:280
 msgid "fast pthread on NT/2K/XP (developpers only)"
 msgstr ""
 
-#: src/libvlc.h:277
+#: src/libvlc.h:282
 msgid ""
 "On Windows NT/2K/XP we use a slow but correct pthread implementation, you "
 "can also use this faster implementation but you might experience problems "
 "with it."
 msgstr ""
 
-#: src/libvlc.h:281
+#: src/libvlc.h:286
 msgid ""
 "\n"
 "Playlist items:\n"
@@ -574,39 +584,39 @@ msgid ""
 msgstr ""
 
 #. Interface options
-#: src/libvlc.h:315
+#: src/libvlc.h:320
 msgid "Interface"
 msgstr ""
 
 #. Audio options
-#: src/libvlc.h:323
+#: src/libvlc.h:329
 msgid "Audio"
 msgstr ""
 
 #. Video options
-#: plugins/directx/directx.c:53 plugins/dummy/dummy.c:51 src/libvlc.h:333
+#: plugins/directx/directx.c:53 plugins/dummy/dummy.c:51 src/libvlc.h:339
 msgid "Video"
 msgstr ""
 
 #. Input options
-#: plugins/satellite/satellite.c:66 src/libvlc.h:346
+#: plugins/satellite/satellite.c:66 src/libvlc.h:352
 msgid "Input"
 msgstr ""
 
 #. Decoder options
-#: src/libvlc.h:365
+#: src/libvlc.h:371
 msgid "Decoders"
 msgstr ""
 
 #. CPU options
-#: src/libvlc.h:370
+#: src/libvlc.h:376
 msgid "CPU"
 msgstr ""
 
 #. Playlist options
 #: plugins/gtk/gnome_interface.c:506 plugins/gtk/gnome_interface.c:1824
 #: plugins/gtk/gnome_interface.c:1848 plugins/gtk/gtk_interface.c:611
-#: plugins/gtk/gtk_interface.c:2105 src/libvlc.h:378
+#: plugins/gtk/gtk_interface.c:2105 src/libvlc.h:384
 msgid "Playlist"
 msgstr ""
 
@@ -617,36 +627,36 @@ msgstr ""
 #: plugins/filter/wall.c:57 plugins/ggi/ggi.c:64 plugins/gtk/gnome.c:73
 #: plugins/gtk/gtk.c:71 plugins/mad/mad_adec.c:66 plugins/mga/xmga.c:106
 #: plugins/mpeg_vdec/video_parser.c:96 plugins/text/logger.c:86
-#: plugins/win32/win32.cpp:48 plugins/x11/x11.c:55 plugins/x11/xvideo.c:65
-#: src/libvlc.h:384
+#: plugins/win32/win32.cpp:48 plugins/x11/x11.c:64 plugins/x11/xvideo.c:74
+#: src/libvlc.h:390
 msgid "Miscellaneous"
 msgstr ""
 
-#: src/libvlc.h:399
+#: src/libvlc.h:405
 msgid "main program"
 msgstr ""
 
-#: src/libvlc.h:411
+#: src/libvlc.h:417
 msgid "print help"
 msgstr ""
 
-#: src/libvlc.h:412
+#: src/libvlc.h:418
 msgid "print detailed help"
 msgstr ""
 
-#: src/libvlc.h:413
+#: src/libvlc.h:419
 msgid "print a list of available modules"
 msgstr ""
 
-#: src/libvlc.h:414
+#: src/libvlc.h:420
 msgid "print help on module"
 msgstr ""
 
-#: src/libvlc.h:415
+#: src/libvlc.h:421
 msgid "print version information"
 msgstr ""
 
-#: src/libvlc.h:416
+#: src/libvlc.h:422
 msgid "print build information"
 msgstr ""
 
@@ -1303,6 +1313,7 @@ msgid "About"
 msgstr ""
 
 #: plugins/gtk/gnome_interface.c:1118 plugins/gtk/gtk_interface.c:1345
+#: plugins/kde/kde.cpp:123
 msgid "(C) 1996, 1997, 1998, 1999, 2000, 2001, 2002 - the VideoLAN Team"
 msgstr ""
 
@@ -1317,6 +1328,7 @@ msgid ""
 msgstr ""
 
 #: plugins/gtk/gnome_interface.c:1120 plugins/gtk/gtk_interface.c:1371
+#: plugins/kde/kde.cpp:120
 msgid ""
 "This is the VideoLAN client, a DVD and MPEG player. It can play MPEG and "
 "MPEG 2 files from a file or from a network source."
@@ -1712,7 +1724,7 @@ msgstr ""
 msgid "KDE interface module"
 msgstr ""
 
-#: plugins/lirc/lirc.c:64
+#: plugins/lirc/lirc.c:66
 msgid "infrared remote control module"
 msgstr ""
 
@@ -1994,7 +2006,25 @@ msgstr ""
 msgid "Win32 interface module"
 msgstr ""
 
-#: plugins/x11/x11.c:61
+#: plugins/x11/x11.c:54 plugins/x11/xvideo.c:64
+msgid "X11 drawable"
+msgstr ""
+
+#: plugins/x11/x11.c:56 plugins/x11/xvideo.c:66
+msgid ""
+"Specify a X11 drawable to use instead of opening a new window. This option "
+"is DANGEROUS, use with care."
+msgstr ""
+
+#: plugins/x11/x11.c:59 plugins/x11/xvideo.c:69
+msgid "use shared memory"
+msgstr ""
+
+#: plugins/x11/x11.c:61 plugins/x11/xvideo.c:71
+msgid "Use shared memory to communicate between vlc and the X server."
+msgstr ""
+
+#: plugins/x11/x11.c:74
 msgid "X11 module"
 msgstr ""
 
@@ -2021,6 +2051,6 @@ msgid ""
 "to improve performances by using the most efficient one."
 msgstr ""
 
-#: plugins/x11/xvideo.c:73
+#: plugins/x11/xvideo.c:86
 msgid "XVideo extension module"
 msgstr ""
index 4012a9c4ad138a52f299a70ee6de93a9f16c37eb..0e24d5318a4ee23e589accd4d61d0aaa6eb59637 100644 (file)
@@ -2,7 +2,7 @@
  * modules.c : Builtin and plugin modules management functions
  *****************************************************************************
  * Copyright (C) 2001 VideoLAN
- * $Id: modules.c,v 1.70 2002/07/03 19:40:49 sam Exp $
+ * $Id: modules.c,v 1.71 2002/07/04 18:11:57 sam Exp $
  *
  * Authors: Samuel Hocevar <sam@zoy.org>
  *          Ethan C. Baldridge <BaldridgeE@cadmus.com>
@@ -279,7 +279,7 @@ module_t * __module_Need( vlc_object_t *p_this, int i_capability,
 
     module_t *p_module;
 
-    int   i_shortcuts = 1;
+    int   i_shortcuts = 0;
     char *psz_shortcuts = NULL;
 
     msg_Dbg( p_this, "looking for %s module",
@@ -288,10 +288,12 @@ module_t * __module_Need( vlc_object_t *p_this, int i_capability,
     /* We take the global lock */
     vlc_mutex_lock( &p_this->p_vlc->module_bank.lock );
 
+    /* Count how many different shortcuts were asked for */
     if( psz_name && *psz_name )
     {
         char *psz_parser;
 
+        i_shortcuts++;
         psz_shortcuts = strdup( psz_name );
 
         for( psz_parser = psz_shortcuts; *psz_parser; psz_parser++ )
@@ -331,7 +333,7 @@ module_t * __module_Need( vlc_object_t *p_this, int i_capability,
         }
 
         /* If we required a shortcut, check this plugin provides it. */
-        if( psz_shortcuts )
+        if( i_shortcuts )
         {
             vlc_bool_t b_trash = VLC_TRUE;
             int i_dummy, i_short = i_shortcuts;
@@ -343,7 +345,8 @@ module_t * __module_Need( vlc_object_t *p_this, int i_capability,
                      b_trash && p_module->pp_shortcuts[i_dummy];
                      i_dummy++ )
                 {
-                    b_trash = strcmp( psz_name, p_module->pp_shortcuts[i_dummy] );
+                    b_trash = strcmp( psz_name,
+                                      p_module->pp_shortcuts[i_dummy] );
                 }
 
                 if( !b_trash )