Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Opus
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Xiph.Org
Opus
Commits
38805f35
Commit
38805f35
authored
13 years ago
by
Gregory Maxwell
Browse files
Options
Downloads
Patches
Plain Diff
Rename test_repacketizer to repacketizer_demo.
parent
a5ff49ec
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile.am
+3
-3
3 additions, 3 deletions
Makefile.am
src/repacketizer_demo.c
+0
-0
0 additions, 0 deletions
src/repacketizer_demo.c
with
3 additions
and
3 deletions
Makefile.am
+
3
−
3
View file @
38805f35
...
@@ -26,7 +26,7 @@ pkginclude_HEADERS = src/opus.h src/opus_multistream.h celt/opus_types.h celt/op
...
@@ -26,7 +26,7 @@ pkginclude_HEADERS = src/opus.h src/opus_multistream.h celt/opus_types.h celt/op
noinst_HEADERS
=
$(
OPUS_HEAD
)
$(
SILK_HEAD
)
$(
CELT_HEAD
)
noinst_HEADERS
=
$(
OPUS_HEAD
)
$(
SILK_HEAD
)
$(
CELT_HEAD
)
noinst_PROGRAMS
=
opus_demo
test_
repacketizer opus_compare test_opus_api test_opus_encode test_opus_decode
noinst_PROGRAMS
=
opus_demo repacketizer
_demo
opus_compare test_opus_api test_opus_encode test_opus_decode
TESTS
=
test_opus_api test_opus_decode test_opus_encode
TESTS
=
test_opus_api test_opus_decode test_opus_encode
...
@@ -34,9 +34,9 @@ opus_demo_SOURCES = src/opus_demo.c
...
@@ -34,9 +34,9 @@ opus_demo_SOURCES = src/opus_demo.c
opus_demo_LDADD
=
libopus.la
-lm
opus_demo_LDADD
=
libopus.la
-lm
test_
repacketizer_SOURCES
=
src/
test_
repacketizer.c
repacketizer_
demo_
SOURCES
=
src/repacketizer
_demo
.c
test_
repacketizer_LDADD
=
libopus.la
-lm
repacketizer_
demo_
LDADD
=
libopus.la
-lm
opus_compare_SOURCES
=
src/opus_compare.c
opus_compare_SOURCES
=
src/opus_compare.c
opus_compare_LDADD
=
-lm
opus_compare_LDADD
=
-lm
...
...
This diff is collapsed.
Click to expand it.
src/
test_
repacketizer.c
→
src/repacketizer
_demo
.c
+
0
−
0
View file @
38805f35
File moved
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment