[xiph-commits] r16495 - trunk/theora

giles at svn.xiph.org giles at svn.xiph.org
Thu Aug 20 16:34:09 PDT 2009


Author: giles
Date: 2009-08-20 16:34:09 -0700 (Thu, 20 Aug 2009)
New Revision: 16495

Modified:
   trunk/theora/theoraenc-uninstalled.pc.in
   trunk/theora/theoraenc.pc.in
Log:
The theoraenc library always depends on the theoradec library, which
contains public functions shared between encode and decode. Reflect
this in the pkg-config file.


Modified: trunk/theora/theoraenc-uninstalled.pc.in
===================================================================
--- trunk/theora/theoraenc-uninstalled.pc.in	2009-08-20 23:20:35 UTC (rev 16494)
+++ trunk/theora/theoraenc-uninstalled.pc.in	2009-08-20 23:34:09 UTC (rev 16495)
@@ -8,7 +8,7 @@
 Name: theora uninstalled
 Description: Theora video codec (encoder) (not installed)
 Version: @VERSION@
-Requires: ogg >= 1.1
+Requires: theoradec, ogg >= 1.1
 Conflicts:
 Libs: ${libdir}/libtheoraenc.la
 Cflags: -I${includedir}

Modified: trunk/theora/theoraenc.pc.in
===================================================================
--- trunk/theora/theoraenc.pc.in	2009-08-20 23:20:35 UTC (rev 16494)
+++ trunk/theora/theoraenc.pc.in	2009-08-20 23:34:09 UTC (rev 16495)
@@ -8,7 +8,7 @@
 Name: theora
 Description: Theora video codec (encoder)
 Version: @VERSION@
-Requires: ogg >= 1.1
+Requires: theoradec, ogg >= 1.1
 Conflicts:
 Libs: -L${libdir} -ltheoraenc
 Cflags: -I${includedir}



More information about the commits mailing list