Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
theora
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
theora
Commits
7550d5a9
Commit
7550d5a9
authored
17 years ago
by
j
Browse files
Options
Downloads
Patches
Plain Diff
enc_arch_dir all the way
svn path=/trunk/theora/; revision=12875
parent
e5225e5a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
include/theora/codec.h
+4
-8
4 additions, 8 deletions
include/theora/codec.h
lib/Makefile.am
+2
-2
2 additions, 2 deletions
lib/Makefile.am
with
6 additions
and
10 deletions
include/theora/codec.h
+
4
−
8
View file @
7550d5a9
...
...
@@ -19,11 +19,10 @@
*
* \section intro Introduction
*
* This is the documentation for the <tt>libtheoradec</tt> and
* <tt>libtheoraenc</tt> C API.
* These were written to replace <tt>libtheora</tt>, the current reference
* implementation for <a href="http://www.theora.org/">Theora</a>, a free,
* patent-unencumbered video codec.
* This is the documentation for <tt>libtheora</tt> C API.
* The current reference
* implementation for <a href="http://www.theora.org/">Theora</a>, a free,
* patent-unencumbered video codec.
* Theora is derived from On2's VP3 codec with additional features and
* integration for Ogg multimedia formats by
* <a href="http://www.xiph.org/">the Xiph.Org Foundation</a>.
...
...
@@ -35,9 +34,6 @@
*
* The functions documented here are actually subdivided into two separate
* libraries:
* - <tt>libtheoraenc</tt>, containing routines exclusive to the encoder.
* You must link to this if you use any of the functions listed in
* \ref encfuncs.
* - <tt>libtheoradec</tt>, contains the decoder and shared routines.
* You must link to this if you use any of the functions listed in
* this API, i.e., those listed in \ref basefuncs and \ref decfuncs.*/
...
...
This diff is collapsed.
Click to expand it.
lib/Makefile.am
+
2
−
2
View file @
7550d5a9
...
...
@@ -47,7 +47,7 @@ encoder_sources = \
enc/dsp.c
if
CPU_x86_64
arch_dir
=
enc/x86_64
enc_
arch_dir
=
enc/x86_64
encoder_arch_sources
=
\
$(
enc_arch_dir
)
/dct_decode_mmx.c
\
$(
enc_arch_dir
)
/dsp_mmx.c
\
...
...
@@ -57,7 +57,7 @@ encoder_arch_sources= \
$(
enc_arch_dir
)
/fdct_mmx.c
else
if
CPU_x86_32
arch_dir
=
enc/x86_32
enc_
arch_dir
=
enc/x86_32
encoder_arch_sources
=
\
$(
enc_arch_dir
)
/dct_decode_mmx.c
\
$(
enc_arch_dir
)
/dsp_mmx.c
\
...
...
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