# HG changeset patch # User diego # Date 1165832613 0 # Node ID 065a849998efaf73435146cc9061317c90ef4a2d # Parent a26bbb925b3df2c7788fa51aae524008980770d0 Fix --extra-libs-mplayer and --extra-libs-mencoder. diff -r a26bbb925b3d -r 065a849998ef configure --- a/configure Mon Dec 11 10:19:26 2006 +0000 +++ b/configure Mon Dec 11 10:23:33 2006 +0000 @@ -1764,6 +1764,8 @@ --with-extraincdir=*) ;; --with-extralibdir=*) ;; --extra-libs=*) ;; + --extra-libs-mplayer=*) ;; + --extra-libs-mencoder=*) ;; --enable-runtime-cpudetection) ;; --disable-runtime-cpudetection) ;; --enable-cross-compile) ;;