<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><div>You guys might already know this. Send it just in case:<br><br><br>Here is how I got faad working from source for SUSE 10.1:<br><br><span>1- download from source, I got this one: <a rel="nofollow" target="_blank" href="http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-0.10.3.tar.gz">http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-0.10.3.tar.gz</a></span><br><br>2-
extract that. edit the file configure.ac and search for faacDecOpen and
replace it by NeAACDecOpen (you will see only one instance of it).<br><br>3- run the command: ./autogen<br>(add any required packet to resolve dependencies)<br><br>4- go to the directory ext/faad: cd (whereYouHaveExpaned)/gst-plugins-bad-0.10.3/ext/faad<br><br>5-
edit the file gstfaad.c and replace all occurrences of the "faacDec"
keyword by "NeAACDec". There should be 37 occurrences. Save that file
after applying those changes.<br><br>6- Do the same for gstfaad.h (only one replacement will occur though).<br><br>7- go back to your gst-plugins-bad-0.10.3 directory. run
 the command: ./configure --prefix=/opt/gnome<br><br>8- Now everything should be in place. run "make". switch to su and run "make install".<br><br>9- check if the plugin is being recognized by the gstreamer core by running the command: gst-inspect-0.10 faad</div></div></body></html>