Skip to content

Commit

Permalink
add missing files
Browse files Browse the repository at this point in the history
svn path=/trunk/vorbis/; revision=7452
  • Loading branch information
Thomas Vander Stichele committed Aug 2, 2004
1 parent f9398c1 commit e6a6718
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 0 deletions.
14 changes: 14 additions & 0 deletions vorbis-uninstalled.pc.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# vorbis uninstalled pkg-config file

prefix=
exec_prefix=
libdir=${pcfiledir}/lib
includedir=${pcfiledir}/include

Name: vorbis
Description: vorbis is the primary Ogg Vorbis library (uninstalled)
Version: @VERSION@
Requires: ogg
Conflicts:
Libs: @VORBIS_LIBS@ ${libdir}/libvorbis.la
Cflags: -I${includedir}
14 changes: 14 additions & 0 deletions vorbisenc-uninstalled.pc.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# vorbisenc uninstalled pkg-config file

prefix=
exec_prefix=
libdir=${pcfiledir}/lib
includedir=${pcfiledir}/include

Name: vorbisenc
Description: vorbisenc is a library that provides a convenient API for setting up an encoding environment using libvorbis (uninstalled)
Version: @VERSION@
Requires: vorbis
Conflicts:
Libs: ${libdir}/libvorbisenc.la
Cflags: -I${includedir}
14 changes: 14 additions & 0 deletions vorbisfile-uninstalled.pc.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# vorbisfile uninstalled pkg-config file

prefix=
exec_prefix=
libdir=${pcfiledir}/lib
includedir=${pcfiledir}/include

Name: vorbisfile
Description: vorbisfile is a library that provides a convenient high-level API for decoding and basic manipulation of all Vorbis I audio streams (uninstalled)
Version: @VERSION@
Requires: vorbis
Conflicts:
Libs: ${libdir}/libvorbisfile.la
Cflags: -I${includedir}

0 comments on commit e6a6718

Please sign in to comment.