Searched refs:libogg (Results 1 – 25 of 31) sorted by relevance
12
/external/libvorbis/win32/VS2005/ |
D | README | 1 libvorbis has libogg as a dependency, you need to have libogg 4 Lets say you have libogg and libvorbis in the same directory: 6 libogg-1.1.3 12 1. Rename libogg-1.1.3 to libogg 14 2. Open libogg.vsprops with a text editor (even notepad.exe
|
/external/libvorbis/win32/VS2008/ |
D | README | 1 libvorbis has libogg as a dependency, you need to have libogg 4 Lets say you have libogg and libvorbis in the same directory: 6 libogg-1.1.3 12 1. Rename libogg-1.1.3 to libogg 14 2. Open libogg.vsprops with a text editor (even notepad.exe
|
/external/libogg/ |
D | libogg.spec | 1 Name: libogg 28 Requires: libogg = %{version} 35 The libogg-devel package contains the header files, static libraries 36 and documentation needed to develop applications with libogg. 60 %{_libdir}/libogg.so.* 70 %doc doc/libogg/*.html 71 %doc doc/libogg/style.css 76 %{_libdir}/libogg.a 77 %{_libdir}/libogg.la 78 %{_libdir}/libogg.so
|
D | libogg.spec.in | 1 Name: libogg 28 Requires: libogg = %{version} 35 The libogg-devel package contains the header files, static libraries 36 and documentation needed to develop applications with libogg. 60 %{_libdir}/libogg.so.* 70 %doc doc/libogg/*.html 71 %doc doc/libogg/style.css 76 %{_libdir}/libogg.a 77 %{_libdir}/libogg.la 78 %{_libdir}/libogg.so
|
D | ogg.m4 | 1 # Configure paths for libogg 6 dnl Test for libogg, and define OGG_CFLAGS and OGG_LIBS 12 AC_ARG_WITH(ogg,AC_HELP_STRING([--with-ogg=PFX],[Prefix where libogg is installed (optional)]), ogg… 13 AC_ARG_WITH(ogg-libraries,AC_HELP_STRING([--with-ogg-libraries=DIR],[Directory where libogg library… 14 AC_ARG_WITH(ogg-includes,AC_HELP_STRING([--with-ogg-includes=DIR],[Directory where libogg header fi…
|
D | Makefile.am | 14 libogg.spec libogg.spec.in \
|
D | README | 15 This source distribution includes libogg and nothing else. Other modules 21 ./src The source for libogg, a BSD-license inplementation of 79 rpm -ta libogg-<version>.tar.gz 118 open ogg/mac/libogg.mcp, switch to the "Targets" pane, select
|
D | Android.mk | 7 LOCAL_MODULE := libogg
|
D | ogg-uninstalled.pc.in | 13 Libs: ${libdir}/libogg.la
|
D | Makefile.in | 41 $(srcdir)/libogg.spec.in $(srcdir)/ogg-uninstalled.pc.in \ 54 CONFIG_CLEAN_FILES = libogg.spec ogg.pc ogg-uninstalled.pc 212 libogg.spec libogg.spec.in \ 270 libogg.spec: $(top_builddir)/config.status $(srcdir)/libogg.spec.in
|
D | configure.in | 5 AM_INIT_AUTOMAKE(libogg,1.2.0) 305 doc/Makefile doc/libogg/Makefile 307 libogg.spec
|
/external/libogg/macosx/Ogg.xcodeproj/ |
D | project.pbxproj | 21 …FB2E50B18B33E00D561D7 /* libogg.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; inc… 41 734FB2E50B18B33E00D561D7 /* libogg.a */, 108 734FB2E40B18B33E00D561D7 /* libogg (static) */ = { 110 …st = 734FB2ED0B18B3B900D561D7 /* Build configuration list for PBXNativeTarget "libogg (static)" */; 120 name = "libogg (static)"; 122 productReference = 734FB2E50B18B33E00D561D7 /* libogg.a */; 138 734FB2E40B18B33E00D561D7 /* libogg (static) */, 219 734FB2ED0B18B3B900D561D7 /* Build configuration list for PBXNativeTarget "libogg (static)" */ = {
|
/external/libogg/win32/VS2003/ |
D | ogg.sln | 2 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libogg", "libogg\libogg.vcproj", "{15CBFEFF-79…
|
/external/libvorbis/m4/ |
D | ogg.m4 | 1 # Configure paths for libogg 6 dnl Test for libogg, and define OGG_CFLAGS and OGG_LIBS 12 AC_ARG_WITH(ogg,AC_HELP_STRING([--with-ogg=PFX],[Prefix where libogg is installed (optional)]), ogg… 13 AC_ARG_WITH(ogg-libraries,AC_HELP_STRING([--with-ogg-libraries=DIR],[Directory where libogg library… 14 AC_ARG_WITH(ogg-includes,AC_HELP_STRING([--with-ogg-includes=DIR],[Directory where libogg header fi…
|
/external/libvorbis/ |
D | Android.mk | 5 OGG_DIR := external/libogg 32 LOCAL_STATIC_LIBRARIES := libogg
|
D | libvorbis.spec | 21 Requires: libogg >= 1.1 22 BuildRequires: libogg-devel >= 1.1 32 Requires: libogg-devel >= 1.1
|
D | libvorbis.spec.in | 21 Requires: libogg >= 1.1 22 BuildRequires: libogg-devel >= 1.1 32 Requires: libogg-devel >= 1.1
|
D | README | 34 * example code making use of libogg, libvorbis, libvorbisfile and 43 You'll need libogg (distributed separately) to compile this library.
|
/external/libogg/win32/ |
D | Makefile | 36 pkgdatadir = $(datadir)/libogg 37 pkglibdir = $(libdir)/libogg 38 pkgincludedir = $(includedir)/libogg 95 PACKAGE = libogg
|
/external/libogg/doc/ |
D | Makefile.am | 3 SUBDIRS = libogg subdir
|
/external/libogg/src/ |
D | Makefile.am | 5 lib_LTLIBRARIES = libogg.la
|
D | Makefile.in | 206 lib_LTLIBRARIES = libogg.la 273 libogg.la: $(libogg_la_OBJECTS) $(libogg_la_DEPENDENCIES)
|
/external/libogg/win32/VS2008/ |
D | libogg_dynamic.sln | 4 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libogg", "libogg_dynamic.vcproj", "{15CBFEFF-7…
|
/external/libogg/doc/libogg/ |
D | Makefile.in | 39 subdir = doc/libogg 215 $(AUTOMAKE) --gnu doc/libogg/Makefile
|
/external/libvorbis/macosx/Vorbis.xcodeproj/ |
D | project.pbxproj | 382 ../../libogg/include, 384 USER_HEADER_SEARCH_PATHS = "../include ../../libogg/include"; 397 ../../libogg/include, 404 USER_HEADER_SEARCH_PATHS = "../include ../../libogg/include";
|
12