Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-1.1
Commits
39c1b3e8
Commit
39c1b3e8
authored
Sep 05, 2001
by
Christophe Massiot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Fixed a compilation bug.
parent
b3b88076
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
plugins/idct/Makefile
plugins/idct/Makefile
+1
-1
plugins/idct/idctaltivecasm.S
plugins/idct/idctaltivecasm.S
+1
-1
No files found.
plugins/idct/Makefile
View file @
39c1b3e8
...
@@ -11,7 +11,7 @@ PLUGIN_IDCT = idct.o
...
@@ -11,7 +11,7 @@ PLUGIN_IDCT = idct.o
PLUGIN_IDCTCLASSIC
=
idctclassic.o
PLUGIN_IDCTCLASSIC
=
idctclassic.o
PLUGIN_IDCTMMX
=
idctmmx.o
PLUGIN_IDCTMMX
=
idctmmx.o
PLUGIN_IDCTMMXEXT
=
idctmmxext.o
PLUGIN_IDCTMMXEXT
=
idctmmxext.o
PLUGIN_IDCTALTIVEC
=
idctaltivec.o
PLUGIN_IDCTALTIVEC
=
idctaltivec.o
idctaltivecasm.o
BUILTIN_IDCT
=
$(PLUGIN_IDCT:%.o=BUILTIN_IDCT_%.o)
BUILTIN_IDCT
=
$(PLUGIN_IDCT:%.o=BUILTIN_IDCT_%.o)
BUILTIN_IDCTCLASSIC
=
$(PLUGIN_IDCTCLASSIC:%.o=BUILTIN_IDCTCLASSIC_%.o)
BUILTIN_IDCTCLASSIC
=
$(PLUGIN_IDCTCLASSIC:%.o=BUILTIN_IDCTCLASSIC_%.o)
...
...
plugins/idct/idctaltivec.S
→
plugins/idct/idctaltivec
asm
.S
View file @
39c1b3e8
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
#
idctaltivec.S
:
Altivec
IDCT
code
#
idctaltivec.S
:
Altivec
IDCT
code
#*****************************************************************************
#*****************************************************************************
#
Copyright
(
C
)
1999
,
2001
VideoLAN
#
Copyright
(
C
)
1999
,
2001
VideoLAN
#
$Id
:
idctaltivec
.
S
,
v
1
.1
2001
/
09
/
05
16
:
07
:
49
massiot
Exp
$
#
$Id
:
idctaltivec
asm
.
S
,
v
1
.1
2001
/
09
/
05
16
:
20
:
23
massiot
Exp
$
#
#
#
Author
:
Paul
Mackerras
<
paulus
@
linuxcare
.
com
>
#
Author
:
Paul
Mackerras
<
paulus
@
linuxcare
.
com
>
#
#
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment