[xiph-commits] r9617 - experimental/derf/theora-exp

tterribe at svn.xiph.org tterribe at svn.xiph.org
Sun Jul 24 09:02:10 PDT 2005


Author: tterribe
Date: 2005-07-24 09:02:08 -0700 (Sun, 24 Jul 2005)
New Revision: 9617

Modified:
   experimental/derf/theora-exp/theoradec.pc.in
   experimental/derf/theora-exp/theoraenc.pc.in
Log:
Fix library order.


Modified: experimental/derf/theora-exp/theoradec.pc.in
===================================================================
--- experimental/derf/theora-exp/theoradec.pc.in	2005-07-24 11:45:55 UTC (rev 9616)
+++ experimental/derf/theora-exp/theoradec.pc.in	2005-07-24 16:02:08 UTC (rev 9617)
@@ -10,5 +10,5 @@
 Version: @VERSION@
 Requires: ogg >= 1.1.1
 Conflicts:
-Libs: -L${libdir} -ltheorabase -ltheoradec
+Libs: -L${libdir} -ltheoradec -ltheorabase
 Cflags: -I${includedir}

Modified: experimental/derf/theora-exp/theoraenc.pc.in
===================================================================
--- experimental/derf/theora-exp/theoraenc.pc.in	2005-07-24 11:45:55 UTC (rev 9616)
+++ experimental/derf/theora-exp/theoraenc.pc.in	2005-07-24 16:02:08 UTC (rev 9617)
@@ -10,5 +10,5 @@
 Version: @VERSION@
 Requires: ogg >= 1.1.1
 Conflicts:
-Libs: -L${libdir} -ltheorabase -ltheoraenc 
+Libs: -L${libdir} -ltheoraenc -ltheorabase
 Cflags: -I${includedir}



More information about the commits mailing list