diff options
Diffstat (limited to 'src/demuxers/Makefile.am')
-rw-r--r-- | src/demuxers/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/demuxers/Makefile.am b/src/demuxers/Makefile.am index 2ed9c1e60..45d6ab6bd 100644 --- a/src/demuxers/Makefile.am +++ b/src/demuxers/Makefile.am @@ -34,7 +34,7 @@ lib_LTLIBRARIES = $(ogg_module) $(qt_modules) $(asf_module) xineplug_dmx_avi.la xineplug_dmx_aiff.la xineplug_dmx_snd.la xineplug_dmx_ogg_la_SOURCES = demux_ogg.c -xineplug_dmx_ogg_la_LIBADD = $(OGG_LIBS) \ +xineplug_dmx_ogg_la_LIBADD = $(OGG_LIBS) $(VORBIS_LIBS)\ $(top_builddir)/src/xine-engine/libxine.la xineplug_dmx_ogg_la_LDFLAGS = -avoid-version -module |