summaryrefslogtreecommitdiff
path: root/src/libtheora
diff options
context:
space:
mode:
authorFrantišek Dvořák <valtri@users.sourceforge.net>2005-11-30 18:44:52 +0000
committerFrantišek Dvořák <valtri@users.sourceforge.net>2005-11-30 18:44:52 +0000
commit5effdd37bee3a4a10c393dbf739c90cb259180ef (patch)
tree128afaa671edd134c09fbbead8224caa52245888 /src/libtheora
parent29889061262a94aeb8871b185b29a1699f55af63 (diff)
downloadxine-lib-5effdd37bee3a4a10c393dbf739c90cb259180ef.tar.gz
xine-lib-5effdd37bee3a4a10c393dbf739c90cb259180ef.tar.bz2
*BUGFIX*
Added XINE_LIB to linking for this plugins (required on win-platforms). CVS patchset: 7816 CVS date: 2005/11/30 18:44:52
Diffstat (limited to 'src/libtheora')
-rw-r--r--src/libtheora/Makefile.am2
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@