From af7d8b2612b416db81f14911d20dfb9f996f0eff Mon Sep 17 00:00:00 2001 From: Mike Melanson Date: Tue, 26 Nov 2002 03:12:56 +0000 Subject: better solution: go ahead and build libfaad but without any plugin catalog entry; this will automatically fix (or workaround) existing compilations of the libfaad plugin CVS patchset: 3375 CVS date: 2002/11/26 03:12:56 --- src/libfaad/xine_decoder.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/libfaad/xine_decoder.c') diff --git a/src/libfaad/xine_decoder.c b/src/libfaad/xine_decoder.c index fc7954641..feaa515e2 100644 --- a/src/libfaad/xine_decoder.c +++ b/src/libfaad/xine_decoder.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: xine_decoder.c,v 1.10 2002/11/20 11:57:43 mroi Exp $ + * $Id: xine_decoder.c,v 1.11 2002/11/26 03:12:57 tmmm Exp $ * */ @@ -399,6 +399,7 @@ static decoder_info_t dec_info_audio = { plugin_info_t xine_plugin_info[] = { /* type, API, "name", version, special_info, init_function */ - { PLUGIN_AUDIO_DECODER, 12, "faad", XINE_VERSION_CODE, &dec_info_audio, init_plugin }, +/* disable plugin catalog entry until the decoder works again */ +/* { PLUGIN_AUDIO_DECODER, 12, "faad", XINE_VERSION_CODE, &dec_info_audio, init_plugin },*/ { PLUGIN_NONE, 0, "", 0, NULL, NULL } }; -- cgit v1.2.3