[xiph-commits] r14753 - trunk/theora/lib

giles at svn.xiph.org giles at svn.xiph.org
Wed Apr 16 12:18:12 PDT 2008


Author: giles
Date: 2008-04-16 12:18:12 -0700 (Wed, 16 Apr 2008)
New Revision: 14753

Modified:
   trunk/theora/lib/Makefile.am
   trunk/theora/lib/Version_script
   trunk/theora/lib/Version_script-dec
   trunk/theora/lib/Version_script-enc
Log:
Minor corrections.


Modified: trunk/theora/lib/Makefile.am
===================================================================
--- trunk/theora/lib/Makefile.am	2008-04-16 19:17:43 UTC (rev 14752)
+++ trunk/theora/lib/Makefile.am	2008-04-16 19:18:12 UTC (rev 14753)
@@ -151,7 +151,7 @@
 	$(decoder_sources) \
 	$(encoder_arch_sources) \
 	$(encoder_sources) \
-  Version_script-old
+  Version_script
 libtheora_la_LDFLAGS = \
   -version-info @TH_LIB_CURRENT@:@TH_LIB_REVISION@:@TH_LIB_AGE@ \
   @THEORA_LDFLAGS@ $(OGG_LIBS)

Modified: trunk/theora/lib/Version_script
===================================================================
--- trunk/theora/lib/Version_script	2008-04-16 19:17:43 UTC (rev 14752)
+++ trunk/theora/lib/Version_script	2008-04-16 19:18:12 UTC (rev 14753)
@@ -5,7 +5,7 @@
 # applications linking to the libraries.
 #
 
-# We use something that looks like an versioned so filename here 
+# We use something that looks like a versioned so filename here 
 # to define the old API because of a historical confusion. This
 # label must be kept to maintain ABI compatibility.
 

Modified: trunk/theora/lib/Version_script-dec
===================================================================
--- trunk/theora/lib/Version_script-dec	2008-04-16 19:17:43 UTC (rev 14752)
+++ trunk/theora/lib/Version_script-dec	2008-04-16 19:18:12 UTC (rev 14753)
@@ -41,7 +41,7 @@
 };
 
 # The deprecated legacy api from the libtheora alpha releases.
-# We use something that looks like an versioned so filename here 
+# We use something that looks like a versioned so filename here 
 # to define the old API because of a historical confusion. This
 # label must be kept to maintain ABI compatibility.
 

Modified: trunk/theora/lib/Version_script-enc
===================================================================
--- trunk/theora/lib/Version_script-enc	2008-04-16 19:17:43 UTC (rev 14752)
+++ trunk/theora/lib/Version_script-enc	2008-04-16 19:18:12 UTC (rev 14753)
@@ -24,7 +24,7 @@
 };
 
 # The encoder portion of the deprecated alpha release api.
-# We use something that looks like an versioned so filename here 
+# We use something that looks like a versioned so filename here 
 # to define the old API because of a historical confusion. This
 # label must be kept to maintain ABI compatibility.
 



More information about the commits mailing list