Fix loading external subtitles with libass

This commit is contained in:
Bin Jin 2013-07-11 03:56:33 +08:00 committed by wm4
parent b0932ecbb6
commit b5d2ba4a63
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ const demuxer_desc_t *const demuxer_list[] = {
#ifdef CONFIG_TV
&demuxer_desc_tv,
#endif
#ifdef CONFIG_LIBASS
#ifdef CONFIG_ASS
&demuxer_desc_libass,
#endif
&demuxer_desc_matroska,