Skip to content
Snippets Groups Projects
Commit c3749909 authored by Jean-Marc Valin's avatar Jean-Marc Valin
Browse files

renames the libcelt/ directory to celt/

parent 92675068
Branches exp_kelly1
No related tags found
No related merge requests found
......@@ -29,5 +29,5 @@ tests/*test
tools/celtdec
tools/celtenc
celt.pc
libcelt.spec
libcelt/dump_modes/dump_modes
celt.spec
celt/dump_modes/dump_modes
......@@ -2,9 +2,9 @@ AUTOMAKE_OPTIONS = subdir-objects
lib_LTLIBRARIES = libopus.la
SUBDIRS = . libcelt/tests doc
SUBDIRS = . celt/tests doc
INCLUDES = -I$(top_srcdir)/libcelt -I$(top_srcdir)/silk -I$(top_srcdir)/silk/float -I$(top_srcdir)/silk/fixed
INCLUDES = -I$(top_srcdir)/celt -I$(top_srcdir)/silk -I$(top_srcdir)/silk/float -I$(top_srcdir)/silk/fixed
include celt_sources.mk
include silk_sources.mk
......@@ -22,7 +22,7 @@ include opus_headers.txt
libopus_la_SOURCES = $(CELT_SOURCES) $(SILK_SOURCES) $(OPUS_SOURCES)
pkginclude_HEADERS = src/opus.h src/opus_multistream.h libcelt/opus_types.h libcelt/opus_defines.h
pkginclude_HEADERS = src/opus.h src/opus_multistream.h celt/opus_types.h celt/opus_defines.h
noinst_HEADERS = $(OPUS_HEAD) $(SILK_HEAD) $(CELT_HEAD)
......@@ -37,9 +37,9 @@ test_repacketizer_SOURCES = src/test_repacketizer.c
test_repacketizer_LDADD = libopus.la -lm
if CUSTOM_MODES
pkginclude_HEADERS += libcelt/opus_custom.h
pkginclude_HEADERS += celt/opus_custom.h
noinst_PROGRAMS += test_opus_custom
test_opus_custom_SOURCES = libcelt/test_opus_custom.c
test_opus_custom_SOURCES = celt/test_opus_custom.c
test_opus_custom_LDADD = libopus.la -lm
endif
......
......@@ -74,7 +74,7 @@ ARCHIVE.cmdline = $(AR) $(ARFLAGS) $@ $^ && $(RANLIB) $@
CINCLUDES += silk/ \
silk/float/ \
silk/fixed/ \
libcelt/ \
celt/ \
src/
# VPATH e.g. VPATH = src:../headers
......
File moved
File moved
File moved
File moved
File moved
File moved
......@@ -13,7 +13,7 @@
<PropertyGroup Label="Globals">
<ProjectGuid>{245603E3-F580-41A5-9632-B25FE3372CBF}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>libcelt</RootNamespace>
<RootNamespace>celt</RootNamespace>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
......@@ -122,4 +122,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
\ No newline at end of file
</Project>
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment