diff options
Diffstat (limited to 'src/libtheora')
-rw-r--r-- | src/libtheora/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libtheora/Makefile.am b/src/libtheora/Makefile.am index 69384efef..94c1e8f39 100644 --- a/src/libtheora/Makefile.am +++ b/src/libtheora/Makefile.am @@ -11,5 +11,5 @@ endif lib_LTLIBRARIES = $(theora_module) xineplug_decode_theora_la_SOURCES = xine_decoder.c -xineplug_decode_theora_la_LIBADD = $(OGG_LIBS) $(THEORA_LIBS) +xineplug_decode_theora_la_LIBADD = $(OGG_LIBS) $(THEORA_LIBS) $(XINE_LIB) xineplug_decode_theora_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ |