Searched refs:libogg (Results 1 – 25 of 28) sorted by relevance
12
/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 | README.version | 1 URL: http://downloads.xiph.org/releases/ogg/libogg-1.2.0.tar.gz
|
D | Android.bp | 2 name: "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/oss-fuzz/projects/flac/ |
D | build.sh | 33 mkdir $SRC/libogg-install 56 …++/.libs/libFLAC++.a $SRC/flac/src/libFLAC/.libs/libFLAC.a $SRC/libogg-install/lib/libogg.a $LIB_F… 57 …++/.libs/libFLAC++.a $SRC/flac/src/libFLAC/.libs/libFLAC.a $SRC/libogg-install/lib/libogg.a $LIB_F…
|
/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/speex/ |
D | acinclude.m4 | 1 # Configure paths for libogg 6 dnl Test for libogg, and define OGG_CFLAGS and OGG_LIBS 12 AC_ARG_WITH(ogg,[ --with-ogg=PFX Prefix where libogg is installed (optional)], ogg_prefix="$with… 13 AC_ARG_WITH(ogg-libraries,[ --with-ogg-libraries=DIR Directory where libogg library is installed… 14 AC_ARG_WITH(ogg-includes,[ --with-ogg-includes=DIR Directory where libogg header files are insta…
|
/external/oss-fuzz/projects/libtheora/ |
D | build.sh | 28 mkdir $SRC/libogg-install/ 52 $CXX $CXXFLAGS -I $SRC/libtheora/include/ -I $SRC/libogg-install/include fuzzer.cpp $SRC/libtheora/…
|
/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
|
D | rfc5334.txt | 348 portable reference implementation [libogg] is available under the 605 [libogg] Xiph.Org Foundation, "The libogg API", June 2000, 606 <http://xiph.org/ogg/doc/libogg>.
|
/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/oss-fuzz/projects/tremor/ |
D | Dockerfile | 19 RUN apt-get update && apt-get install -y make autoconf automake libogg-dev libtool pkg-config wget
|
/external/libogg/win32/VS2008/ |
D | libogg_dynamic.sln | 4 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libogg", "libogg_dynamic.vcproj", "{15CBFEFF-7…
|
/external/oss-fuzz/projects/gstreamer/ |
D | Dockerfile | 27 libvorbis-dev libtheora-dev libogg-dev zlib1g-dev
|
/external/libogg/doc/libogg/ |
D | Makefile.in | 39 subdir = doc/libogg 215 $(AUTOMAKE) --gnu doc/libogg/Makefile
|
/external/libopus/ |
D | opus.m4 | 3 # Shamelessly stolen from Jack Moffitt (libogg) who
|
12