Fwd: [gst-devel] MAS plugin and problems
Scott Wheeler
wheeler at kde.org
Thu Sep 2 20:10:01 BST 2004
I thought this might be of interest here too since some of this stuff was
discussed last week (working on a summary of said discussions now --
hopefully I'll send it out tonight).
-Scott
---------- Forwarded Message ----------
Subject: [gst-devel] MAS plugin and problems
Date: Thursday 02 September 2004 6:07
From: Zeeshan Ali <zeenix at gmail.com>
To: gstreamer-devel at lists.sourceforge.net
Hello,
I've hacked on the rotten mas plugin and now it works prefectly
well. But there are two things i need help on:
1. Is the freeze over now? Can i comit?
2. I just figured out why adding the following lines in the
configure.ac made the generated configure script to vomit weird
sed-related errors:
translit(dnm, m, l) AM_CONDITIONAL(USE_MAS, true)
GST_CHECK_FEATURE(MAS, [mas], mas, [
GST_CHECK_CONFIGPROG(MAS, mas-config)
AC_SUBST(MAS_CFLAGS)
AC_SUBST(MAS_LIBS)
])
The problem lies in this code generated by GST_CHECK_CONFIGPROG
macro in the configure script:
MAS_LIBS=`"mas-config" --plugin-libs 2> /dev/null`
if test "x$MAS_LIBS" = x; then
MAS_LIBS=`"mas-config" --libs `
fi
mas-config does'nt support the --plugin-libs option and so it
vomits an error message to the stdout and not the stderr which is
being redirected to /dev/null here. So whose fault is this? mas-config
or our GST_CHECK_CONFIGPROG macro? More importantly who is going to
change?
-------------------------------------------------------
There is no nonsense so arrant that it cannot be made the creed of the
vast majority by adequate governmental action. ---Bertrand Russell
-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
_______________________________________________
gstreamer-devel mailing list
gstreamer-devel at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
-------------------------------------------------------
More information about the kde-multimedia
mailing list