[xiph-commits] r14634 - trunk/theora/lib
j at svn.xiph.org
j at svn.xiph.org
Wed Mar 26 15:22:37 PDT 2008
Author: j
Date: 2008-03-26 15:22:36 -0700 (Wed, 26 Mar 2008)
New Revision: 14634
Modified:
trunk/theora/lib/Makefile.am
Log:
encoder still depends on libogg. link it
Modified: trunk/theora/lib/Makefile.am
===================================================================
--- trunk/theora/lib/Makefile.am 2008-03-26 00:19:45 UTC (rev 14633)
+++ trunk/theora/lib/Makefile.am 2008-03-26 22:22:36 UTC (rev 14634)
@@ -1,6 +1,5 @@
INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib -I$(top_srcdir)/lib/dec -I$(top_srcdir)/lib/enc
AM_CFLAGS = $(OGG_CFLAGS)
-LIBADD = $(OGG_LIBS)
EXTRA_DIST = \
enc/x86_32/dct_decode_mmx.c \
@@ -144,7 +143,7 @@
Version_script-enc
libtheoraenc_la_LDFLAGS = \
-version-info @THENC_LIB_CURRENT@:@THENC_LIB_REVISION@:@THENC_LIB_AGE@ \
- @THEORAENC_LDFLAGS@
+ @THEORAENC_LDFLAGS@ $(OGG_LIBS)
libtheora_la_SOURCES = \
cpu.c \
@@ -155,7 +154,7 @@
Version_script-old
libtheora_la_LDFLAGS = \
-version-info @TH_LIB_CURRENT@:@TH_LIB_REVISION@:@TH_LIB_AGE@ \
- @THEORA_LDFLAGS@
+ @THEORA_LDFLAGS@ $(OGG_LIBS)
debug:
$(MAKE) all CFLAGS="@DEBUG@"
More information about the commits
mailing list