Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFmpeg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
libremedia
Tethys
FFmpeg
Commits
ad75d2b5
Commit
ad75d2b5
authored
11 years ago
by
Ronald S. Bultje
Committed by
Michael Niedermayer
11 years ago
Browse files
Options
Downloads
Patches
Plain Diff
x86: Fix compilation with nasm on PPC & OS/2
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
deb5addc
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
libavcodec/x86/fft.asm
+1
-2
1 addition, 2 deletions
libavcodec/x86/fft.asm
libswresample/x86/audio_convert.asm
+1
-2
1 addition, 2 deletions
libswresample/x86/audio_convert.asm
libswresample/x86/rematrix.asm
+1
-2
1 addition, 2 deletions
libswresample/x86/rematrix.asm
with
3 additions
and
6 deletions
libavcodec/x86/fft.asm
+
1
−
2
View file @
ad75d2b5
...
...
@@ -36,7 +36,7 @@
%define pointer resd
%endif
SECTION
_RODATA
SECTION
_RODATA
32
struc
FFTContext
.nbits:
resd
1
...
...
@@ -57,7 +57,6 @@ endstruc
%define M_COS_PI_1_8 0.923879532511287
%define M_COS_PI_3_8 0.38268343236509
align
32
ps_cos16_1:
dd
1.0
,
M_COS_PI_1_8
,
M_SQRT1_2
,
M_COS_PI_3_8
,
1.0
,
M_COS_PI_1_8
,
M_SQRT1_2
,
M_COS_PI_3_8
ps_cos16_2:
dd
0
,
M_COS_PI_3_8
,
M_SQRT1_2
,
M_COS_PI_1_8
,
0
,
-
M_COS_PI_3_8
,
-
M_SQRT1_2
,
-
M_COS_PI_1_8
...
...
This diff is collapsed.
Click to expand it.
libswresample/x86/audio_convert.asm
+
1
−
2
View file @
ad75d2b5
...
...
@@ -20,8 +20,7 @@
%include "libavutil/x86/x86util.asm"
SECTION
_RODATA
align
32
SECTION
_RODATA
32
flt2pm31:
times
8
dd
4.6566129
e
-
10
flt2p31
:
times
8
dd
2147483648.0
flt2p15
:
times
8
dd
32768.0
...
...
This diff is collapsed.
Click to expand it.
libswresample/x86/rematrix.asm
+
1
−
2
View file @
ad75d2b5
...
...
@@ -21,8 +21,7 @@
%include "libavutil/x86/x86util.asm"
SECTION
_RODATA
align
32
SECTION
_RODATA
32
dw1:
times
8
dd
1
w1
:
times
16
dw
1
...
...
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