diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 3 | ||||
-rw-r--r-- | src/libfaad/xine_decoder.c | 5 |
2 files changed, 5 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index bd6664e63..ac30a7777 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -43,7 +43,8 @@ SUBDIRS = \ libxinevdec \ libxineadec \ libvorbis \ - libreal + libreal \ + libfaad debug: @list='$(SUBDIRS)'; for subdir in $$list; do \ 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 } }; |