--- src/plugins/faad/Plugin.orig	Tue Dec 20 01:09:13 2005
+++ src/plugins/faad/Plugin	Tue Dec 20 01:09:48 2005
@@ -12,12 +12,7 @@
 	This function should return True if this module
 	is to be built otherwise False
 	"""
-	try:
-		env.checklib("faad", "faacDecInit2")
-	except ConfigError:
-		env.checklib("faad", "NeAACDecInit2")
-	except ConfigError:
-		raise ConfigError("Could not find libfaad")
+	env.Append (LIBS=["faad"])
 
 	env.Append (CCFLAGS = '-DUSE_TAGGING')
 
