Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
ecfc4f44
Commit
ecfc4f44
authored
Feb 11, 2007
by
Måns Rullgård
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rename HAVE_GPROF to CONFIG_GPROF
Originally committed as revision 7934 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
0900a85f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
configure
configure
+1
-1
dsputil_alpha_asm.S
libavcodec/alpha/dsputil_alpha_asm.S
+3
-3
motion_est_mvi_asm.S
libavcodec/alpha/motion_est_mvi_asm.S
+1
-1
No files found.
configure
View file @
ecfc4f44
...
@@ -484,6 +484,7 @@ CONFIG_LIST='
...
@@ -484,6 +484,7 @@ CONFIG_LIST='
ffplay
ffplay
ffserver
ffserver
gpl
gpl
gprof
ipv6
ipv6
liba52bin
liba52bin
libdts
libdts
...
@@ -530,7 +531,6 @@ HAVE_LIST='
...
@@ -530,7 +531,6 @@ HAVE_LIST='
dlopen
dlopen
fast_cmov
fast_cmov
freetype2
freetype2
gprof
imlib2
imlib2
inet_aton
inet_aton
iwmmxt
iwmmxt
...
...
libavcodec/alpha/dsputil_alpha_asm.S
View file @
ecfc4f44
...
@@ -53,7 +53,7 @@ put_pixels_axp_asm:
...
@@ -53,7 +53,7 @@ put_pixels_axp_asm:
.frame sp, 0, ra
.frame sp, 0, ra
.prologue 0
.prologue 0
#ifdef
HAVE
_GPROF
#ifdef
CONFIG
_GPROF
lda AT, _mcount
lda AT, _mcount
jsr AT, (AT), _mcount
jsr AT, (AT), _mcount
#endif
#endif
...
@@ -150,7 +150,7 @@ put_pixels_clamped_mvi_asm:
...
@@ -150,7 +150,7 @@ put_pixels_clamped_mvi_asm:
.frame sp, 0, ra
.frame sp, 0, ra
.prologue 0
.prologue 0
#ifdef
HAVE
_GPROF
#ifdef
CONFIG
_GPROF
lda AT, _mcount
lda AT, _mcount
jsr AT, (AT), _mcount
jsr AT, (AT), _mcount
#endif
#endif
...
@@ -205,7 +205,7 @@ add_pixels_clamped_mvi_asm:
...
@@ -205,7 +205,7 @@ add_pixels_clamped_mvi_asm:
.frame sp, 0, ra
.frame sp, 0, ra
.prologue 0
.prologue 0
#ifdef
HAVE
_GPROF
#ifdef
CONFIG
_GPROF
lda AT, _mcount
lda AT, _mcount
jsr AT, (AT), _mcount
jsr AT, (AT), _mcount
#endif
#endif
...
...
libavcodec/alpha/motion_est_mvi_asm.S
View file @
ecfc4f44
...
@@ -55,7 +55,7 @@ pix_abs16x16_mvi_asm:
...
@@ -55,7 +55,7 @@ pix_abs16x16_mvi_asm:
.frame sp, 0, ra, 0
.frame sp, 0, ra, 0
.prologue 0
.prologue 0
#ifdef
HAVE
_GPROF
#ifdef
CONFIG
_GPROF
lda AT, _mcount
lda AT, _mcount
jsr AT, (AT), _mcount
jsr AT, (AT), _mcount
#endif
#endif
...
...
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