[xiph-cvs] r6492 - theora/trunk
giles at xiph.org
giles at xiph.org
Fri Apr 2 14:47:56 PST 2004
Author: giles
Date: 2004-04-02 17:47:56 -0500 (Fri, 02 Apr 2004)
New Revision: 6492
Added:
theora/trunk/theora.pc.in
Modified:
theora/trunk/configure.ac
Log:
pkg-config support. Patch from Thomas Vander Stichele.
<p>Modified: theora/trunk/configure.ac
===================================================================
--- theora/trunk/configure.ac 2004-04-02 22:45:28 UTC (rev 6491)
+++ theora/trunk/configure.ac 2004-04-02 22:47:56 UTC (rev 6492)
@@ -125,5 +125,6 @@
include/Makefile include/theora/Makefile
examples/Makefile doc/Makefile
debian/Makefile
+ theora.pc
])
AC_OUTPUT
Added: theora/trunk/theora.pc.in
===================================================================
--- theora/trunk/theora.pc.in 2004-04-02 22:45:28 UTC (rev 6491)
+++ theora/trunk/theora.pc.in 2004-04-02 22:47:56 UTC (rev 6492)
@@ -0,0 +1,14 @@
+# theora installed pkg-config file
+
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: theora
+Description: Theora video codec
+Version: @VERSION@
+Requires: ogg >= 1.1
+Conflicts:
+Libs: -L${libdir} -ltheora
+Cflags: -I${includedir}
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list