[xiph-commits] r17825 - trunk/theora/lib
tterribe at svn.xiph.org
tterribe at svn.xiph.org
Thu Feb 10 11:23:26 PST 2011
Author: tterribe
Date: 2011-02-10 11:23:26 -0800 (Thu, 10 Feb 2011)
New Revision: 17825
Modified:
trunk/theora/lib/Makefile.am
Log:
Fix ARM build breakage from r17822.
Modified: trunk/theora/lib/Makefile.am
===================================================================
--- trunk/theora/lib/Makefile.am 2011-02-10 19:19:25 UTC (rev 17824)
+++ trunk/theora/lib/Makefile.am 2011-02-10 19:23:26 UTC (rev 17825)
@@ -142,9 +142,9 @@
$(encoder_shared_arch_sources) \
$(encoder_uniq_sources)
-nodist_encoder_arch_sources =
+nodist_encoder_arch_sources = \
$(nodist_encoder_shared_arch_sources) \
- $(nodist_encoder_uniq_sources)
+ $(nodist_encoder_uniq_arch_sources)
endif
@@ -265,7 +265,7 @@
$(encoder_uniq_sources) \
Version_script theora.exp
nodist_libtheora_la_SOURCES = \
- $(nodist_decoder_arch_sources)
+ $(nodist_decoder_arch_sources) \
$(nodist_encoder_uniq_arch_sources)
libtheora_la_LDFLAGS = \
-version-info @TH_LIB_CURRENT@:@TH_LIB_REVISION@:@TH_LIB_AGE@ \
More information about the commits
mailing list