-
Notifications
You must be signed in to change notification settings - Fork 202
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
svn path=/trunk/vorbis/; revision=7452
- Loading branch information
Thomas Vander Stichele
committed
Aug 2, 2004
1 parent
f9398c1
commit e6a6718
Showing
3 changed files
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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} |